#__pride-banner-v-container {
    container: __pride-banner-container / size;
    overflow: hidden;
    display: block;
    width: 60px;
    height: 30px;
    transition: height 0.35s linear, width 0.35s linear;
}
#__pride-banner-v-svg-bars {
    position: absolute;
    width: 100cqw;
    height: 100cqh;
    left: 0;
    top: 0;
}
#__pride-banner-v-svg-chevrons {
    position: absolute;
    left: 0;
    right: 0;
    top: -100cqw;
    width: 100cqw;
    transition: top 0.25s linear;
    @container __pride-banner-container (orientation: portrait) { top: 0px; }
}
