/* --------- [ MEDIA CONTENT START ]---------  */
/* --------- [ MEDIA CONTENT START ]---------  */

#videoDiv{
	margin-left:auto;
	margin-right:auto;
}

.vidyard_player span{
		/* SPAN ID */
		width:100% !important;
		height:auto !important;
		max-width:640px !important;
		max-height:480px !important;
		min-width:320px !important;
		min-height:240px !important;
		/*display:block !important;*/
	}


#videoIframe{
	width:100%;
	max-width:360px;
	height:auto;
	min-height:203px;
	margin-left:auto;
	margin-right:auto;
}

@media all and (min-width: 360px) {
	
	#videoIframe{
		max-width:480px;
		min-height:270px;
	}
}

@media all and (min-width: 480px) {
	.vidyard_player span{
	   min-height:360px !important;
	}
	
	#videoIframe{
		max-width:640px;
		min-height:360px;
	}
}

/* --------- [ MEDIA CONTENT END ]---------  */
/* --------- [ MEDIA CONTENT END ]---------  */

/* ::::::::::: [ LANDSCAPE START ] ::::::::::: */

	@media all and (orientation:landscape) and (max-width: 768px){
		
    .vidyard_player span{
	   min-height:217px !important;
	}
	
	#videoIframe{
		max-width:385px;
		min-height:217px;
	}
		
	}

/* ::::::::::: [ LANDSCAPE END ] ::::::::::: */