ngx-image-zoom {
    width: 100%;
}
.ngxImageZoomThumbnail { 
    width: 100%;
}
.ngxImageZoomContainer {
    border: 1px solid #EEE;
    width: 100%;
    height: 350px;
}
.ngxImageZoomFull {
    padding: 40px;
    background: white;
}
.mediaHolder {
    margin: 10px;
    border: 1px solid #CCC;
}
.mediaContainer {
    background: #f7f7f7;
}

.glass-background {
    background: rgba(255,255,255,0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.glass-background .image-box {
    position: fixed;
    width: 90%;
    height: 80%;
    left: 5%;
    top: 5%;
    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0px 0px 78px -32px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 78px -32px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 78px -32px rgba(0,0,0,0.75);
}

.glass-background .close-box {
    position: fixed;
    width: 90%;
    height: 10%;
    top: 85%;
    left: 5%;
}

.zoom-factor {
    position: absolute;
    margin: 5px;
    right: 17px;
    padding: 5px 5px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #CCC;
    z-index: 9;
    border-radius: 3px;
}

.zoom-factor ion-icon {
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}

.overlay {
    background:url(/assets/bg_image.jpg);
    background-size: cover;
}