/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (max-width: 768px) {
    .header-nav-mobile-hide {
        display: none !important;
    }
}