
#impressionImageZoomer.size-overlay{
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    text-align: center;
    display: block !important;
    overflow: hidden;

}

#impressionImageZoomer .close-btn{
    position: absolute;
    top: 5%;
    right: 3%;
}

#zoomedImage{
    cursor: pointer;
    max-width: 80%;
    max-height: 80%;
    margin: 5% auto;
    transition: 0.5s;
}

@media only screen and (orientation: portrait) {
    #zoomedImage{
        max-height: 60%;
        margin: 20% auto;
        transition: 0.5s;
    }
}
