.imagenmostrar {
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 100%; 
    min-height: 346px;
}

@media only screen and (max-width: 480px){
        .imgftecnica{
          padding-top: 30px;
        }

        .llamada a{
            width: 100%;
        }
        .imagenmostrar{
            min-height: 160px;
        }
}

/* COL-XS Dispositivos muy pequeños (teléfonos de hasta 768px de anchura) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

        .imgftecnica{
          padding-top: 30px;
        }
        .imagenmostrar{
            min-height: 346px;
        }
}

/* COL-SM Dispositivos pequeños (tablets, anchura mayor o igual a 768px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.imagenmostrar{
        min-height: 285px;
    }
    .infomostrar{
        min-height:219px;
    }
    .botonmostrar{
        position: fixed;
        bottom: 50px;
    }

}
 
/* COL-MD Dispositivos medianos (ordenadores, anchura mayor o igual a 992px) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
}
 
/* COL-LG Dispositivos grandes (ordenadores, anchura mayor o igual a 1200px) */
@media only screen and (min-width: 1201px) {
    
}