.mo-hide{
    display:inherit;
}
.mo-show{
    display:none;
}

@media screen and (max-width: 1455px) { 



}


@media screen and (max-width: 1300px) { 
        * {
            font-size:16px;
        }
        .mo-hide{
            display:none !important;
        }
        .mo-show{
            display:inherit !important;
        }

        body,html{
            overflow-x:hidden;
        }

}