@media screen and (max-width: 992px) {
.tile-1 {order : 1
}

.tile-3 {order : 2
}
.tile-5 {order : 3
}
.tile-7 {order : 4
}
.tile-2 {order : 5
}
.tile-4 {order : 6
}
.tile-6 {order : 7
}
.tile-8 {order : 8
}
.three-col-wrapper .column-layout--flex .prod-card, .fourColLayout .column-layout--flex .prod-card {
    margin-bottom: unset !important;
}
}

.three-col-wrapper.container.main-height-wrapper.threeCol-children-eh {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.threeColLayout img {
    max-width: none !important;
}
.threeColLayout {
    background-color: #f6f5f0 !important;
}
.threeColLayout .prod-card__img img {
    width: unset !important;
}
.prod-card__img img {
    max-width: 100%;
    height: auto;
}