@media only screen and (min-width: 320px) and (max-width: 767px) {

    
    .picBox {
        height: 8rem !important;
    }
    .picBox img{
        height:100% !important;
    }
    
   
}