@media screen and (min-width: 1024px) {
    .smsbuttonshowhide {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .smsbuttonshowhide {
        display: block;
    }
}
