

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* not working!!! */

.visible-xxs {
    display: none !important;
}

.hidden-xxs {
}

/* xxs (small smartphone portrait) */
@media screen and (max-width: 455px) {
    .visible-xxs {
        display: inline !important;
    }
    .hidden-xxs {
        display: none !important;
    }
}














