@charset "UTF-8";

.youtube-vid{
	width:100%;
	display: block; 
	position: relative;
	cursor: pointer;
	max-height:360px;
	height:100%; 
	overflow:hidden;
	padding-bottom:56.25%;
	margin:0 auto
}
.youtube-thum{
	bottom: -100%; 
	display: block; 
	left: 0; 
	margin: auto; 
	max-width: 100%; 
	width: 100%;
	height:auto; 
	position: absolute; 
	right: 0; 
	top: -100%;
}
.youtube-play-no-pop{
	height: 72px;
	width: 72px; 
	left: 50%; 
	top: 50%; 
	margin-left: -36px; 
	margin-top: -36px; 
	position: absolute; 
	background: url('http://bayutarawijaya.com/assets-aff/player.png') no-repeat;
}



@media all and (max-width: 768px) and (min-width: 10px){
    
	
}

@media all and (max-width: 600px) and (min-width: 10px){
     
}

@media all and (max-width: 480px) and (min-width: 10px){
     
}