#plugins_gallery-box_popup .plugins_gallery-box_media{
    position: relative;
    padding-top: 56.25%;
    background-color: white;
}

#plugins_gallery-box_popup .plugins_gallery-box_media > *:not(.gallery-box_caption-wrap){
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); 
    margin: 0px auto;
    max-height: 100%;
    max-width: 100%;
    width:100%;
    height:100%;
}

#plugins_gallery-box_popup .plugins_gallery-box_media > img {
    object-fit: contain;
}

#plugins_gallery-box_popup .gallery-box_caption-wrap{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgb(0 0 0 / 55%);
    color: white;
    padding: 3px 20px;
    text-align: center; 
}

#plugins_gallery-box_popup .gallery-box_media-slider{
    display: flex;
    margin-top: 5px;
    padding-top: 5px;
    overflow: auto;
}

#plugins_gallery-box_popup .gallery-box_media-slider > *{
    min-width: 90px;
    height: 115px;
    object-fit: cover;
    margin-right: 5px; 
    opacity: 0.4;
}

#plugins_gallery-box_popup .gallery-box_media-slider > *.dh-active{
    opacity: 1;
}

#plugins_gallery-box_popup .gallery-box_media-slider .gallery-box_video-placeholder{
    background-color: white;
    width: 90px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#plugins_gallery-box_popup .gallery-box_media-slider .gallery-box_video-placeholder > img{
    width: 40px;
    height: 40px;
}

