/* Responsive addons */
.show_mob{
    display: none !important;
}

@media screen and (max-width:781px){
    .show_mob{
        display: block !important;
    }
    .show_mob.is-layout-flex{
        display: flex !important;
    }
    .hide_mob{
        display: none !important;
    }
}
