@media only screen and (min-width: 800px) {
    #shopify-section-index__image-with-text-overlay .image-element__wrap img {
		height: 400px;
		object-fit: cover;
	}
}

@media only screen and (max-width: 798px) {
    .collection-list .medium-down--one-whole {
        width: calc(50% - 20px);
    }
    .collection-list h2, .collection-list .title {
        font-size: 23px;
    }
}