.ad-destacado1 {
    background: url(destacados1.jpg) no-repeat;
    background-size: cover;
    background-position-y: 80%;
}

.ad-destacado2 {
    background: url(destacados2.jpg) no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.ad-destacado3 {
    background: url(destacados3.jpg) no-repeat;
    background-size: cover
}

.ad-destacado4 {
    background: url(destacados4.jpg) no-repeat;
    background-size: cover
}

.ad-destacado5 {
    background: url(destacados5.jpg) no-repeat;
    background-size: cover;
    background-position-y: 50%;
}

.ad-destacado6 {
    background: url(destacados6.jpg) no-repeat;
    background-size: cover
}


.ad-destacado7 {
    background: url(destacados7.jpg) no-repeat;
    background-size: cover
}

.ad-destacado8 {
    background: url(destacados8.jpg) no-repeat;
    background-size: cover
}
.ad-destacado9 {
    background: url(destacados9.jpg) no-repeat;
    background-size: cover; 
    background-position-y: 80%;
}
.ad-destacado10 {
    background: url(destacados-nevera.jpg) no-repeat;
    background-size: cover
}
.ad-destacado11 {
    background: url(destacados-lavadora.jpg) no-repeat;
    background-size: cover
}

.ad-auto-destacado12 {
    background: url(autocat1.jpg) no-repeat;
    background-size: cover
}
.ad-auto-destacado13 {
    background: url(autocat2.jpg) no-repeat;
    background-size: cover
}

#homeSlider {
    max-height: 500px;
}

@media (min-width: 1400px) {
    #productTitle {
        min-height: 115px;
    }
    .ad-text-overlay {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.529), rgba(255, 255, 255, 0.529) 65%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width: 992px) {
    #productTitle {
        min-height: 75px;
    }
    .ad-text-overlay {
        background-color: rgba(255, 255, 255, .529);
    }
}