/* Video de Softilum de Chocolate */
@media only screen and (max-width: 599px){
	video {
	  width: 90%;
	  height: auto;
	}
}
      
@media only screen and (min-width: 600px) and (max-width: 767px){
	video {
	  width: 80%;
	  height: auto;
	}
}

@media only screen and (min-width: 768px){
	video {
	  width: 60%;
	  height: auto;
	}
}