﻿.flex-rectangle {
    width: 100%;
    height: 38px;
    background: var(--banner-background-color);
}

    .flex-rectangle:before {
        content: "";
        display: block;
        padding-top: 0;
    }