.ext_LightBoxOverlay  .ImageWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #000;
}

#content .ext_LightBoxOverlay  .ImageWrapper .ImageContent.CMSimage {
    opacity: 0.6;
    margin: 0;
    padding: 0;
    max-height: calc(100vh - 120px);
    height: calc(100vh - 120px);
    width: 100%;
    object-fit: cover;
    object-position: top left;
}


.ext_LightBoxOverlay  .TextWrapper {
    position: absolute;
    z-index: 55;
    top: 50%;
    left: 50%;
    width: 80%;
    background-color: #4A574EB5;
    color: #ffeae0;
    padding: 5%;
    border-radius: 15px;
    transform: translateX(-50%) translateY(-50%);
    backdrop-filter: blur(10px);
    max-width: 1024px;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

#content .ext_LightBoxOverlay  .TextWrapper h2 {
    font-size: 30px;
    margin: 0;
}

@media (max-width: 700px) {
    .ext_LightBoxOverlay {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    #content .ext_LightBoxOverlay  .TextWrapper h2 {
        font-size: 26px;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 18px;
    }
}
