
.OutstandingsHome .WhitneyMedium{
    color: var(--blanco);
    z-index: 1;
}
.OutstandingsHome div.fondo-negro{
     height: 32px;
     opacity: 60%;
}
.OutstandingsHome .WhitneyBook{
    height: 90px;
}
.OutstandingsHome .sombra{
    height: 36px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff 50%);
}


.OutstandingsHome .aspect-ratio-2 img{
    aspect-ratio: 425/212;
}
@media (width: 768px){
    .Cushions .cushion img {
        height: 540px;
    }
}
.OutstandingsHome .aspect-ratio-1 img{
    aspect-ratio: 1;
}



@media (min-width: 576px) {
    .OutstandingsHome div.fondo-negro{
        height: 32px;
    }
}
@media (min-width: 768px) {
    .OutstandingsHome div.fondo-negro{
        height: 46px;
    }

}
@media (min-width: 992px) {
    .OutstandingsHome .WhitneyBook{
        height: 105px;
    }
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {
    .OutstandingsHome div.fondo-negro{
        height: 52px;
    }
    .OutstandingsHome .WhitneyBook{
        height: 95px;
    }

    /*.OutstandingsHome .row > div.col-lg-3{*/
    /*    max-width: 316px;*/
    /*}*/
}