div#home-banner-general, div#home-banner-mujer, div#home-banner-hombre {
    margin: 5px 0;
}

html {
        font-size: 1rem;
    }

.content-home .container-banner {
    width: 100%;
    height: auto;
    position: relative
}

.content-home .container-banner__video {
    width: 100%;
    height: auto;
    display: block
}

.content-home .container-banner__video--mobile {
    display: none
}

.content-home .container-banner__video-url--1_1 {
    width: 100%;
    height: 100%;
    top: 0%
}

.content-home .container-banner__video-url--2_1 {
    width: 160px;
    height: 40px;
    top: 38%;
    left: 61%;
}

.content-home .container-banner__video-url--2_2 {
    width: 160px;
    height: 40px;
    top: 38%;
}

.content-home .container-banner__video-picture img {
    width: 100%;
    height: auto
}

.content-home .container-banner__picture {
    width: 100%;
    height: auto
}

.content-home .container-banner__picture img {
    width: 100%;
    height: auto
}

@media(max-width: 769px) {
    .content-home .container-banner__video--desktop {
        display: none;
    }
    .content-home .container-banner__video--mobile {
        display: block !important;
    }
    .content-home .container-banner__video-url--2_1 {
        width: 180px;
        height: 40px;
        top: 71%;
        left: 5%;
    }

    .content-home .container-banner__video-url--2_2 {
        width: 180px;
        height: 40px;
        left: 52%;
        top: 71%;
    }

}

.experience-commerce_assets-editorialRichText .editorialRichText-component-container .row .col-12 h1 {
  font-size: 0 !important;
}