.home-page-section-card__media--image-only img {
    max-height: unset !important;
}

.home-page-section-card__media--image-only {
    max-height: unset !important;
}

img.home-page-background-mobile-image {
    display: none;
}

@media screen and (max-width: 479px) {
.custom-card-sections {
    gap: 12px;
}

    .home-page-section-card,
    .home-page-section-card--image-only {
        margin: 5px !important;
    }
}