.background-right-75 {
    background-size: 75% auto !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

.background-right-75-top {
    background-size: 75% auto !important;
    background-position: 100% 20% !important;
    background-repeat: no-repeat !important;
}


.background-left-75 {
    background-size: 75% auto !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
}

.background-full-width {
    background-size: 100% auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.card-body section {
    padding: 0 !important;
}

@media (max-width: 991px) {
    .jsce_card_on_image {
        background-image: none !important;
    }

    .info-hero img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .info-hero {
        position: relative;
    }

    .info-hero img {
        max-height: 350px;
    }

    .info-hero::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20%;
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }

    .background-right-75-top .info-hero img {
        object-position: 100% 10%;
    }
}