.ht-0 {
    height: 0;
}

.sml {
    display:none;
}

@media screen and (max-width: 570px) {
    .sml {
        display: block;
    }
}