@media only screen and (min-width: 501px) {
	.vidtex {
	position: absolute; 
	top: 30vw; 
	margin-left:5vw;  
	max-width:500px; 
	height: auto; 
	z-index: 1;
	}
	#tresa {
		font-size:2vw; 
		color:#ffffff; 
		
	}	
}

.vidtex p{
	line-height: 132%
	}

@media only screen and (max-width: 500px) {
	.vidtex {
	position: relative; 
	max-width:400px;  
	height: auto; 
	z-index: 1;
	top:38px;
	}
	#tresa {
	font-size:7vw; 
	color:#ffffff; 
	
	}
}
