.ytVideoPTH { border: 1px solid #d9d9d9; cursor: pointer; position: relative; z-index: 99; }
.ytVideoPTH.hidden .placeholder { display: block; }
.ytVideoPTH.hidden .placeholder img { width: 100%; }
.ytVideoPTH .placeholder .playbtn { background: url(/sitecore/includes/plugins/youtubeEmbed/v1/images/play.png) no-repeat center center transparent; display: block; height: 75px; width: 75px; margin: 0px auto; position: absolute; z-index: 9; left: calc(50% - 37px); top: calc(50% - 37px); }
.ytVideoPTH.hidden iframe { display: none; }
.ytVideoPTH .placeholder { display: none; }
.ytVideoPTH iframe { display: block; }

/*** Mobile ***/
@media only screen and (max-width: 40em) {
	.ytVideo{height:100%; display:inline-block;}
	.ytVideo iframe{margin:0 auto;  display:block; padding:10px; max-width:100%; max-height: 300px display:inline-block;}

	.ytVideoPTH { height: auto; width: 100%; margin: 10px 0px 20px 0px !important; }
	.ytVideoPTH iframe { min-height: 220px; display: block; height: 100%; margin: 0 auto; padding: 0; width: 100%; position: relative; }
}

/*** Tablet ***/

@media only screen and (min-width: 40.063em) and (max-width: 50em) {
	.ytVideo{height:100%; display:inline-block;}
	.ytVideo iframe{margin:0 auto; display:block; padding:10px; max-width:100%; max-height:500px;}

	.ytVideoPTH { height: auto; width: 100%; margin: 10px 0px 20px 0px !important; }
	.ytVideoPTH iframe { min-height: 220px; width: 100%; position: relative; }

}

@media only screen and (min-width: 50.063em) and (max-width: 64em) {
	.ytVideo{height:100%; display:inline-block;}
	.ytVideo iframe{margin:0 auto;  display:block; padding:10px; max-width:100%; max-height:600px;}

	.ytVideoPTH { height: auto; width: 100%; margin: 10px 0px 20px 0px !important; }
	.ytVideoPTH iframe { min-height: 220px; width: 100%; position: relative; }
}

/*** Desktop***/

@media only screen and (min-width: 64.063em) {
	.ytVideo{height:100%; display:inline-block;}
	.ytVideo iframe{margin:0 auto; display:block; padding:10px;}

	.ytVideoPTH { display: inline-block; height: 222px; width: 392px; }
	.ytVideoPTH iframe { min-height: 220px; display: block; height: 100%; margin: 0 auto; padding: 0; width: 100%; }
	.ytVideoPTH .placeholder { position: absolute; }
	.ytVideoPTH iframe { position: absolute; }
}