/************************************************************************************
smaller than 1024
*************************************************************************************/	
@media screen 
and (max-width: 1024px) {


}/**** END 1024 ****/



/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen 
and (max-width: 768px) {

/*** GLOBAL ***/
.container {
width: 95% !important;
}

/*** VIDEOS ***/
.column_videos {
width: 45%;
}



}/**** END 768 ****/



/************************************************************************************
smaller than 640
*************************************************************************************/
@media screen 
and (max-width: 640px) {


}/**** END 640 ****/



/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen 
and (max-width: 480px) {


/*** VIDEOS ***/
.column_videos {
float: none;
width: 100%;
margin: 10px auto;
}

}/**** END 480 ****/



/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen 
and (max-width: 320px) {


}/**** END 320 ****/