#revestir2026 {
    --video-ratio: 16/9;
    #gallery {
        margin-top: 40px;
    }
    #colecao {
        .pbds-video {
            margin: 0 0 40px;
            aspect-ratio: 992 / 558;
            border-radius: 5px;
            .image--wrapper {
                width: 100%;
                height: 100%;
                .desktop, .mobile {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }
            }
            .icon {
                transform: translate(-50%,-50%);
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: 2;
            }
        }
    }
    #colecao2026 {
        .pbds-video {
            margin-bottom: 60px;
        }
    }
    #auxcontent,
    #auxcontent * {
        --bnr--aspect: 721 / 367;
        --bnr--height: auto;
        --bnr--title-font: 1.75rem;
        --bnr--subtitle-font: 1.125rem;
        --bnr--subtitle-transform: normal;
    }
    #auxcontent {
        margin-bottom: 60px;
        * {
            --banner-height: 367px;
            --banner-aspect: unset;
            --banner-title--font: 1.75rem;
            --banner-subtitle--font: 1.125rem;
            --banner-subtitle--transform: normal;
            @media (max-width: 769px) {
                --banner-height: 257px;
                --banner-title--font: 1.5rem;
                --banner-subtitle--font: 1rem;
            }
        }
    }
}