@media print, screen and (max-width: 768px) {
    .-dress_b12001 #js-globalNavigation {
        position: fixed;
        z-index: 1000;
        top: 0px;
        left: 100%;
        width: 100%;
        height: 100%;
        display: block;
    }
    #spNavigationTrigger {
        color: black;
        font-size: 32px;
        text-align: center;
        line-height: 47px;
        position: fixed;
        left: calc(100% - 48px);
    }
}
