Skip to content
Please login to view this collection
Login
- Choosing a selection results in a full page refresh.
- Opens in a new window.
/* Fixed image size START: https://community.shopify.com/c/forums/replypage/board-id/technical-qa/message-id/41121 */
@media screen and (min-width: 769px) {
.feature-row__image-wrapper > img {
height: auto;
max-width: 300px;
max-height: 300px;
}
}
/* Fixed image size END */