/* BREAKPOINT MOBILE */
@media (max-width: 768px) {

.hide-mobile {
    display: none !important;
}

}