@charset "UTF-8";
/* CSS Document */


img.foto-full-apertura {
top: 0%;
left: 0%;
-moz-transform: none;
-webkit-transform: none;
transform: none;
}


/*MEDIA QUERIES*/
@media screen and (max-width:640px){
img.foto-full-apertura {
/*width: 100%;*/
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
opacity: 0;
}
}