.md-hidden {
    display: flex;
}

@media (max-width: 768px) {
    .md-hidden {
        display: none !important;
    }
}