#main-container>div:nth-child(6) #imgp-pllevar>img {
    width: 70%;
}

#main-container>div:nth-child(6) #imgp-pllevar {
    display: flex;
    justify-content: center;
}


#main-container>div:nth-child(4) #imgp-picantes>img {
    width: 70%;
}

#main-container>div:nth-child(4) #imgp-picantes {
    display: flex;
    justify-content: center;
}

#main-container>div:nth-child(2) #imgp-nsabores {
    display: flex;
    justify-content: center;
}

#main-container>div:nth-child(2) #imgp-nsabores>img {
    width: 70%;
}

/* ------ BANNERS VIDEO HOME ------ */
#container-nsabores-video {
    background-image: url(/content/dam/latinamerica/promo-pringles/assets/banners/mx/banner_mx_papasmexas_2.png);
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto
}

#video-container {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    display: none;
    z-index: 2;
}

/* ------ END BANNERS VIDEO HOME ------ */

#main-container>div:nth-child(2) {
    background-color: #86236A;
}

#separador-imgvideo {
    background: #86236A;
}

#video-container iframe {
    width: 100% !important;
    height: 100% !important;
}

#video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
}

@media(min-width: 769px) {

    /* PAPAS DECORATIVAS */
    #container_papa-izquierda,
    #container_papa-derecha {
        top: 500px;
    }

    #video-container {
        aspect-ratio: 16 / 9;
    }

}

@media(min-width: 769px) {
    #container-nsabores-video {
        min-height: 80vh;
    }
}