.row{
    margin: 0;
}
#wrapper,
.container:not(section),
#content-wrapper,
.tinys-landing-content-advisor{
    padding: unset !important;
    width: 100% !important;
}

#tinys-landing-page *{
    color:var(--primary-color);
}
#tinys-landing-page ul{
    list-style:unset;
}
.landing-title{
    font-size: 2rem;
    font-weight:300;
}
.landing-title strong{
    font-weight: 700;
}
section.container,
.tinys-landing-content-image{
    margin: 1.5rem auto;
    width: 80%;
    line-height: normal;
}
.primary-banner{
    width: 100%;
    height: 24dvw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fidget-landing{
    background-image: url('../../assets/img/fidget-desktop.webp');
}
.miniaturas-landing{
    background-image: url('../../assets/img/miniaturas-desktop.webp');
}
.coleccionables-landing{
    background-image: url('../../assets/img/coleccionables-desktop.webp');
}
.tinys-landing-content-image{
    background-image: url(../../assets/img/banner-mystery-sin-texto.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 17dvw;
    background-position: center;
    border-radius: .5rem
}

@media (max-width: 767px){
    /* -------- Elementos generales --------- */
    .tinys-landing-content-image{
    background-image: url(../../assets/img/banner-mystery-sin-texto-responsive.webp);
    height: 56dvw;
    width: 95%;
    }
    .primary-banner{
        height: 75dvw;
    }
    /* -------- Elementos generales --------- */
    /* -------- Landings --------- */
    .fidget-landing{
        background-image: url('../../assets/img/fidget-responsive.webp');
    }   
    .miniaturas-landing{
        background-image: url('../../assets/img/miniaturas-responsive.webp');
    }
    .coleccionables-landing{
        background-image: url('../../assets/img/coleccionables-responsive.webp');
    }
    /* -------- Landings --------- */
}