.imagePack {
    padding-top: 20px;
    /*position: absolute;*/
    /*width:90%;*/
    /*margin: auto;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%)!important;*/
    /*left: 50%;*/
}
@media (min-width: 1200px) {
    .imagePack {
        /*position: absolute;*/
        /*width:90%;*/
        /*margin: auto;*/
        /*top: 50%;*/
        /*transform: translate(-50%,-50%)!important;*/
        /*left: 50%;*/
    }
}
ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
li {
    display: block;
    margin-right: 6px;
    cursor:pointer;
}
img {
    display: block;

    object-fit: contain;
    width: 100%;
}
.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    color: white;
    padding: 3px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: white;
    margin-left: 10px;
}
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 10px;
}
.controllButton {
    border: none;
    background: none;
}
body {
    background: white;
    overflow-x: hidden;
}

.tiff-image canvas {
    width: 100%;
}
@media (min-width: 768px) {
    .single-gallery-image {
        width: 50% !important;
        position: absolute;
        max-height: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }
}
@media (max-width: 768px) {
    .single-gallery-image {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}