@media only screen and (max-width: 768px) {
#c_portalResnav_main-15675017960706988 .m_nav {
    position: fixed;
    top: 0;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transform: translateX(100%);
    right: 0px;
}
}

@media only screen and (min-width: 769px){

}
@media only screen and (max-width: 1024px) and (min-width: 769px){
   

}