/*--------------------------------------------------------------------------*\
            Overflow
\*--------------------------------------------------------------------------*/

.o-hidden{
    /*box*/
    overflow: hidden !important;
}

.ox-hidden{
    /*box*/
    overflow-x: hidden !important;
}

.oy-hidden{
    /*box*/
    overflow-y: hidden !important;
}