/*
	README

	This file should only be used to style structure of the widget. It should not
	contain fonts or theme styling. Use the shared_theme.css for that purpose.

	If simply theming the CCL, leave this file alone.

	If your design is very customized, edit this file as needed. 
*/

.core-v2-hero-image {
	margin: 0 0 var(--space-10);
}

.core-v2-hero-image .overlap-image .content-section {
	padding: var(--space-4) var(--space-4);
	max-width: calc(100vw - 50px);

	@media (width >= 40em) {
		padding: var(--space-5) var(--space-10);
		left: 25px;
	}
}

.core-v2-hero-image .shared-play-button {
	inset: 20px 20px auto auto;
	transform: none;
}