

@media screen and (max-width:768px){

    .head{
        margin-top: 1rem;
    }
    .banner{
        height: 7rem;background: #cccccc;overflow: hidden;
    }
    .banner img{
            -o-object-fit: cover;
            object-fit: cover;height: 100%;width: 100%; 
    }
}

