.gallerycontainer {
    position: relative;
    height: 40px;
}
.image-popup img {
    border: 1px solid white;
}

.image-popup span {
    position: fixed;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;

}
.image-popup span img {
    padding: 2px;
    width: 850px;
}
.image-popup:hover span {
    visibility: visible;
    left: 55%;
    top: 10%;
    z-index: 1000;
}



.image-popup-right img {
    border: 1px solid white;
}

.image-popup-right span {
    position: fixed;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;

}
.image-popup-right span img {
    padding: 2px;
    width: 850px;
}
.image-popup-right:hover span {
    visibility: visible;
    left: 5%;
    top: 10%;
    z-index: 100;
}



.loading {
    background-position: center;
    background: url('/assets/global/img/input-spinner.gif') 50% no-repeat;
}
