.content-img-popup .mfp-figure:after {
    background-color: #fff;
}
/* over-qualification intended */
.content-img-popup__close-btn.content-img-popup__close-btn {
    top: 5px;
    right: 5px;
    color: #f96915;
    border-radius: 50%;
}
.no-touchevents .content-img-popup__close-btn:hover {
    color: #fff;
    background-color: #f96915;
}
.content-img-popup__close-btn .svg-icon {
    width: 14px;
    height: 14px;
}

.content-slideshow--type-2 .content-img img {
    max-height: 450px;
    object-fit: contain;
}

@media ( min-width: 992px ) {
    .content-slideshow--type-2 .content-img img {
        max-height: none;
        object-fit: fill;
    }
}