.myModalVideo{
	/*position: absolute;*/
	background-color: transparent;
}

.myModalVideo .video{
	display: flex;
}

.myModalVideo .video video.img-responsive {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.content-video{
	/*position: relative;*/
}

.myModalVideo .video button.close {
    position: absolute;
    right: 23%;
    top: 10%;
    font-size: 4em;
    color: #7c0040;
    opacity: 1;    
}

.image-home{
	position: relative;
}
.video-home{
  right: 6%;
  top: 7%;
  position: absolute;
	cursor: pointer;
}

.video-home img{
	width: 100%;
}

.video-empresa{
	margin-top: -10% !important;
	margin-bottom: 15px !important;
}

.video-producto{
	margin-top: 3% !important;
}

@media screen and (max-width:320px) {
	.myModalVideo .video video.img-responsive {
	     width: 90%; 
	}

	.myModalVideo .video button.close {
	    right: 8px;
    	top: 26%;   
	}
}

@media screen and (min-width:321px) and (max-width:375px) {
	.myModalVideo .video video.img-responsive {
	     width: 90%; 
	}

	.myModalVideo .video button.close {
    right: 8px;
    top: 26%;  
	}
}

@media screen and (min-width:376px) and (max-width:425px) {
	.myModalVideo .video video.img-responsive {
	     width: 90%; 
	}

	.myModalVideo .video button.close {
    right: 8px;
    top: 26%;  
	}
}

@media screen and (min-width:426px) and (max-width:768px) {
	.myModalVideo .video video.img-responsive {
	     width: 80%; 
	}

	.myModalVideo .video button.close {
   	right: 5%;
    top: 16%; 
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px){
	.myModalVideo .video video.img-responsive {
	     width: 80%; 
	}

	.myModalVideo .video button.close {
   	right: 7%;
    top: 9%;  
	}
}

@media screen and (min-width: 1025px) and (max-width: 1366px){
  .myModalVideo .video video.img-responsive {
	     width: 60%; 
	}

	.myModalVideo .video button.close {
   	right: 17%;
    top: 5%;  
	}
}

@media screen and (min-width: 1367px) and (max-width: 1600px){
	.myModalVideo .video video.img-responsive {
	     width: 60%; 
	}

	.myModalVideo .video button.close {
   	right: 17%;
    top: 5%;  
	}
}

@media screen and (min-width: 1601px){
	.myModalVideo .video video.img-responsive {
	     width: 70%; 
	}
	.myModalVideo .video button.close {
   	right: 13%;
    top: 1%;  
	}
}