.global-notification-header {
    transition: height .3s ease;
    background-color: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

.global-notification-header__text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 1281px) {
    .global-notification-header {
        display: none;
    }
}