/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-may-2018, 12:58:22
    Author     : anton
*/
/*iframe movil ordenador 3d tour*/
#solomovil{display:none;}
.video img { position: relative; display: block;height: 650px;left:0;top: 0;width:1150px; margin-bottom: 50px;}
.video iframe { position: absolute;}
@media screen  and (max-width:1150px) {
.video img{height: 537px;width:950px;}    
}
@media screen  and (max-width: 1024px) {
.video img{height: 550px;width:974px;}    
}
@media screen  and (max-width: 768px) {
.video img{height: 400px;width:718px;}     
}
@media screen and (max-width: 640px) {
    #solomovil{display:inherit !important;}
    #soloordenador{display:none !important;}
}

