/* --------- [ 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) {
	
	.vidyard_player span{
		/*max-width:360px !important;*/
		min-height:203px  !important;
	}
	
	#videoIframe{
		/*max-width:360px !important;*/
		min-height:203px  !important;
	}
	
}

@media all and (min-width: 480px) {
	.vidyard_player span{
		max-width:640px !important;
		min-height:360px  !important;
	}
	
	#videoIframe{
		max-width:640px !important;
		min-height:360px  !important;
	}
}

/* --------- [ MEDIA CONTENT END ]---------  */
/* --------- [ MEDIA CONTENT END ]---------  */

/* ::::::::::: [ LANDSCAPE START ] ::::::::::: */

	@media all and (orientation:landscape) and (max-width: 768px){
		
		.vidyard_player span{
		  	width:385px  !important;
			max-width:385px  !important;
			min-height:217px !important;
		}

		#videoIframe{
			max-width:385px;
			min-height:217px;
		}

		
	}

/* ::::::::::: [ LANDSCAPE END ] ::::::::::: */

/* ::::::::::: [ BANNER 300x250 START ] ::::::::::: */

@media only screen and (max-width: 300px) {

	.vidyard_player span {
        width:300px !important;
		max-width: 300px !important;
		min-height:194px !important;
    }
}
/* ::::::::::: [ BANNER 300x250 END ] ::::::::::: */



