.gallery .gallery_item a {
    max-width: 320px;
    height:194px;
}


.gallery .gallery_item a img {
    object-fit: cover;
    height: 100%;
}


@media screen and (max-width: 411px) {
    .gallery .gallery_item {
        width: 100%;
    }

.gallery .gallery_item a {
    max-width: 100%;
    height:auto;
}

    
}

