.swipify {
    width: 100%;
    /*height: calc(100% * 2 / 3) !important;*/
}

.OFFLINE.portrait .gallery-body .gallery-image {
    margin-bottom: 0;
    position: relative;
    display: block;
    height: 500px;
}

.portrait .gallery-image img {
    margin-top: 0;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.gallery-body {
    height: 100%;
}

.gallery-body .gallery-image {
    margin-top: 0;
    height: 100%;
}

.gallery-text {
    display: none;
}

.OFFLINE.gallery-image img {
    /*
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: -webkit-fill-available;
    height: calc(650px * 2 / 3);
    */

    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portrait .gallery-image img {
    margin-top: 0;
}

.gallery-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.swiper-wrapper {
    /*height: calc( 100% - 50px );*/
}

.swiper-pagination {
    margin-top: 0;
    position: relative;
}

.gallery-body-header {
    position: absolute;
    right: 0;
}

.swiper_bottomnav {
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding-top: 20px;
}
.swiper-left{
    display: flex;
    align-items: center;
}
.swiper-mid{
    display: flex;
    align-items: center;
}
.swiper-right{
    display: flex;
    align-items: center;
}
.portrait .gallery-body .gallery-body-header{
    background: none;
}