/*	custom css from Clicktivated.com service.
	This makes videos with clickable overlays in some locations
	Notably this is currently being used on:
	https://www.lakeplacid.com/winter
	For 2022-23 winter campaign
*/

article.node .node-content .field-name-body .field-item iframe {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	display: block;
	aspect-ratio: 16 / 9;
}

#cvi_lakep_60_001_iframe {
	height: 450px;
	width: 800px;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width:640px) {
	#cvi_lakep_60_001_iframe {
		height: 203px;
		width: 360px;
	}
}
@media screen and (max-width:480px) {
	#cvi_lakep_60_001_iframe {
		height: 180px;
		width: 320px;
	}
}