@charset "utf-8";
/* CSS Document */

/*https://storyblok-assets.mindvalley.com/css/components/you-tube.c1b7a7e0411c7e38c415.css*/
.video-thumb{
	cursor:pointer
}
.video-thumb:hover svg #play{
	fill:red
}
.video-thumb svg{
	height:48px;
	left:50%;
	margin-left:-34px;
	margin-top:-24px;
	position:absolute;
	top:50%;
	transition:opacity .25s cubic-bezier(0,0,.2,1);
	width:68px;z-index:0
}
.lang-rtl .video-thumb svg{
	right:50%
}
.h-370{
	height:370px!important
}