@charset "UTF-8";
.instalaciones_wave {
}
.gallery_link {
    background-color: rgba(0,0,0,0.0);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    color: transparent;
    font-size: 34px;
}

.gallery_link:hover {
    background-color: rgba(0,0,0,0.53);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
     color: #FFFFFF;
    font-size: 34px;
}

@media screen and (max-width:576px){
.instalaciones_wave {
    background-position: left bottom;
    padding-bottom: 56%;
}
}
