body {
    background: #F6FAF2;
}

/* CUSTOM STYLE */
.mj-card-global.landscape.news {
    border: none;
    border-radius: 0;
    flex-direction:row;
}

.mj-card-global.landscape.news > img {
    border-radius: 30px;
}

.mj-card-global.landscape.news > .mj-card-content {
    margin-left: 0;
    border-radius: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

/* Video */
img.video-thumbnail {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.mj-news-video-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    align-items: flex-end;
}

/* PAGE NEWS */
.pg-header .mj-anchor-nav {
    width: fit-content;
    border: 1px solid #196d6b;
    color: #196d6b;
}

.pg-media .release {
    padding: 3.5rem 0;
    border-bottom: 1px solid #D6D6D6;
}

.pg-media .coverage .mj-card-global.soft > img {
    object-fit: none;
    height: 200px;
}

.pg-media .coverage .mj-card-global > .mj-card-content > .mj-title-text.xs {
    font-size: 18px;
    line-height: 24px;
}

.pg-media .coverage .mj-card-global > .mj-card-content {
    margin-top: -20px;
}

.mj-logo-holder {
    height: 140px;
    background: #e5e5e5;
    border-radius: 12px;
}

.mj-logo-holder > a  {
    width: 100%;
    height: 140px;
    display: block;
}

.mj-logo-holder > a > img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.about-panel {
    /* d-flex flex-column justify-content-center */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 64px;
    background: transparent;
}

.about-panel >  img {
    width: 100%;
    max-height: 360px !important;
    object-fit: cover;
}

.hl-content-mg {
    margin-bottom: 64px;
}

.h-assets-dl {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    border-radius: 12px;
}

.h-assets-dl img {
    width: 90%;
    height: 120px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .pg-media .coverage .mj-card-global.soft > img {
        object-fit: cover;
    }

    .pg-galeri #mj-slider-download .mj-slider-item.mobile {
        display: flex;
        justify-content: center;
    } 

    .pg-galeri .mj-slider-holder .mj-slider-item > img {
        height: auto;
    }

    .pg-media .release {
        padding: 0;
    }

    .pg-media .release.headline {
        padding: 3rem 0;
    }

    .about-panel {
        padding: 0 24px;
    }

    .about-panel h3.mj-title-text.xs,
    .about-panel h4.mj-title-text.xs {
        font-size: 24px;
        line-height: 32px;
        margin-top: 24px;
        color: #21928F !important;
    }
    
    .about-panel > img {
        width: 100%;
        height: auto !important;
        object-fit: contain;
        border-radius: 24px !important;
    }

    .hl-content-mg {
        margin-bottom: 48px;
    }
}
