@media only screen and (max-width: 735px) {
    .fade-gallery .item-container>* {
        grid-auto-rows: minmax(70px, auto) !important;
    }

    .no-android .fade-gallery .item-container>* {
        grid-template-rows: subgrid !important;
    }
}