@media screen and (min-width:992px) and (max-width:1200px) {
    .media-hide {
        display: none;
    }
}