/* BREAKPOINT TABLET */
@media (min-width: 769px) and (max-width: 1024px) {
    
.hide-tablet {
    display: none !important;
}

}