#mgb-global-banner {
    position: relative;
    z-index: 1001;
    width: 100%;
    clear: both;
}

#mgb-global-banner > .elementor {
    width: 100%;
}

@media (max-width: 767px) {
    #mgb-global-banner.mgb-hide-mobile { display: none !important; }
}

@media (min-width: 768px) {
    #mgb-global-banner.mgb-hide-desktop { display: none !important; }
}
