.igmode-enabler::after {
    content: ' ✓';
    visibility: hidden;
}

.igmode .igmode-enabler::after {
    visibility: visible;
}

.igmode .container {
    width: unset;
}

.igmode .container .col-lg-offset-2 {
    margin-left: 0;
}

.igmode .container .col-lg-8 {
    width: 100%;
}

.igmode .gallery {
    margin: 20px -15px 20px;
    max-width: unset;
}

.igmode .gallery .box {
    width: 100%;
    padding-bottom: 0;
    margin-top: 10%;
    margin-bottom: 10%;
    height: 60vh;
    border-bottom: solid 1px #eee;
}

.igmode .gallery .box:first-child {
    margin-top: 0;
}

.igmode .gallery figure {
    position: unset;
}
.igmode .gallery.center .box {
    margin-left: 0;
}

.igmode .gallery .box.panorama, 
.igmode .gallery .box.portrait {
    height: calc(80vh + 30px);
}

.igmode .gallery .box.panorama {
    border-bottom: none;
}

.igmode .gallery .box.panorama figure {
    overflow-x: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.igmode .gallery .box.panorama figure::-webkit-scrollbar {
    -webkit-appearance: none;
}

.igmode .gallery .box.panorama figure::-webkit-scrollbar:vertical {
    width: 12px;
}

.igmode .gallery .box.panorama figure::-webkit-scrollbar:horizontal {
    height: 12px;
    width: 24px;
}

.igmode .gallery .box.panorama figure::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ddddff;
}

.igmode .gallery .box.panorama figure::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ddddff;
}

.igmode .gallery .box.panorama figure img {
    height: 100%;
    height: 768px;
    max-height: calc(100% - 30px);
    max-width: unset;
}

.igmode .gallery img,
.igmode .gallery iframe {
    display: block;
    max-height: 80vh;
}

.igmode .gallery figcaption {
    position: sticky;
    margin-bottom: 0 !important;
    color: black;
    background: rgba(255, 255, 255, 0.7);
}

.igmode .gallery a {
    position: unset;
}

.igmode figure.stereo .stereolink {
    top: unset;
    left: calc(50% - 15px);
} 

@media only screen and (min-width: 480px) {
    .igmode .gallery .box {
        margin-top: 5%;
        margin-bottom: 5%;
        height: 80vh;
    }
}

@media only screen and (min-width: 768px) {
    .igmode .container .post-heading,
    .igmode .container .post-title,
    .igmode .container article p {
        width: 750px;
    }
    .igmode .gallery .box {
        border-bottom: none;
    }

}

@media only screen and (min-width: 992px) {
    .igmode .container .post-heading,
    .igmode .container .post-title,
    .igmode .container article p {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .igmode .container .post-heading,
    .igmode .container .post-title,
    .igmode .container article p {
        margin-left: 16.6667%;
        width: 66.6667%;
    }
}

.igmode article .post-entry.hasmore {
    max-height: unset;
    overflow: unset;
}

.igmode article .post-entry.hasmore:after {
    content: unset;
}
.igmode article .readmore {
    display: none;
}