@media (min-width: 1800px) {
    .content_gallery {
        height: 640px;
    }

    .content_gallery_item {
        height: 640px;
    }

    .content_gallery_item img {
        top: 0px;
    }
}