#popup_content #image_gallery .draginner {
    display:flex;
    flex-direction: row-reverse;
}
#popup_content #image_gallery #image_container_wrapper {
    width: 60%;
    margin-top: 50px;
}
.page-popup-visible #popup_content #image_gallery #content_module {
    width: 40% !important;
    padding-top: 100px;
}

#popup_content #image_gallery #image_container_wrapper #image_container img {

    top: 0;
    position: absolute;
    left: 0;

}