.fix-pantalla-slider{
    height: calc(100vw * .5) !important;
}

@media screen and (max-width: 768px) {
    .fix-pantalla-slider{
        height: calc(100vw * 2) !important;
    }
}
