.mt-0 {
    margin-top: 0!important;
}

.mt24-16 {
    margin-top: 24px;
}

@media screen and (max-width: 960px) {
    .mt24-16 {
        margin-top: 16px;
    }
}