.t456.t456__positionstatic {
  z-index: 99;
}
@media screen and (max-width: 980px) {
    .t456__positionstatic .t456__maincontainer {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .t456__positionstatic .t456__maincontainer:before,
    .t456__positionstatic .t456__maincontainer:after {
        position: absolute;
        top: 0;
        width: 50px;
        line-height: 80px;
        font-size: 55px;
        color: #aaa;
        z-index: 1;
    }
    .t456__positionstatic .t456__maincontainer:before {
        content: "‹";
        left: 0;
        background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
        text-align: left;
    }
    .t456__positionstatic .t456__maincontainer:after {
        content: "›";
        right: 0;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
        text-align: right;
    }
    .t456__positionstatic .t456__rightwrapper {
        padding-left: 20px;
        overflow-x: scroll;
    }
    .t456__positionstatic ul {
        max-height: 40px;
        display: flex;
    }
    .t456__positionstatic .t456__list_item {
        clear: none;
        white-space: nowrap;
    }
    .t456__positionstatic .t456__list_item .t-menu__link-item {
        white-space: inherit;
    }
}
