@media(width >= 768px)and (orientation: portrait),(width >= 992px)and (orientation: landscape) {
    .ba-header nav.ba-nav-meta::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 24px;
        transition: left .24s;
        border-top-left-radius: 20px;
        background: #333333 linear-gradient(to right, #333333 0%, #222222 100%);
        content: "";
        z-index: -1
    }
}
