#PluginGalleryClippedSvg .gallery-clipped {
    position: absolute;
    z-index: 499;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}

#PluginGalleryClippedSvg .gallery-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: url('img/close.png?v2') no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 99;
}
