@media screen and (max-width: 500px) {
    .is-display-none-mobile-small,
    .is-hidden-mobile-small {
        display: none !important;
    }
}
