@media (max-width: 1024px) {
    .horizontal-gallery-cell img {
        height: 500px !important;
    }
}

@media (max-width: 767px) {
    .themegoods-background-menu__item-image img {
        max-height: 100%;
        height: auto;
    }
    .horizontal-gallery-cell img {
        height: 400px !important;
    }
}