@media only screen and (min-width:200px) and (max-width:767px) {
    .banner {
        width: 100%;
        height: 200px;
    }
    .banner-cont {
        width: 90%;
    }
    h1 {
        font-size: 18px;
    }
}