/* GALLERY */

.gallery {
    position: relative;
    padding-top: 40px;
    overflow: hidden;
    height: calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
}

.gallery-row {
    position: relative;
    height: 100%;
}

.gallery-row img {
    position: absolute;
    max-height: 100%;
    max-width: 75vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}


/*.gallery-row>img {
    cursor: pointer;
}

.gallery-row>img.previous {
    cursor: pointer;
}

.gallery-row>img.next {
    cursor: pointer;
    left: 97%;
}*/

.gallery-row>img.next-hidden {
    cursor: default;
    left: 185%;
}