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