@media screen and (max-width: 1420px){
	
}


/*escala de video*/
@media screen and (width: 100vw) and (min-height: 100vw){
	
	.over_video_int{
    	width: 100%;
	}
}

@media screen and (width: 100vw) and (max-height: 50vw){
	.over_video_int{
    	width: 140vh;
	}
}