.galleryimg{
    height:300px;
    object-fit:cover;
    width:100%;
}
@media(max-width:767px){
    .galleryimg{
        height:100%;
    }
}