@media screen and (max-width: 980px) {

    .t228__mobile {
        background-color: #92190f;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 64px;
        z-index: 100;
    }
    
    .t228.t228__hidden.t228__positionfixed {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    
    .t228__leftcontainer, .t228__centercontainer, .t228__rightcontainer {
        padding: 10px 0;
    }
}