.image-popup {
    position: relative;
    padding: 2px;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.image_galerie .rsImg {
    min-height: 100%;
    object-fit: cover;
}

button.btn--galerie {
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: normal;
    pointer-events: auto;
}

.btn--galerie .btn--content {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 32px;
    width: 32px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 3.2rem;
    line-height: 2.8rem;
    font-weight: 600;
}
