/*
	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;
}

.core-v2-hero-image .content-section {
	width: 100%;
	max-width: 800px;
	gap: 17px;
	padding: 31px 20px;
}

.core-v2-hero-image .shared-play-button {
	inset: 20px 20px auto auto;
	transform: none;
}

@media screen and (min-width: 64em) {
	.core-v2-hero-image .content-section {
		padding: 65px 60px;
		gap: 23px;
	}
}