.image-gallery .image-gallery-slide{display:flex;width:500px;height:calc(500px * 570 / 750);justify-content:center}.image-gallery .image-gallery-slide div{display:flex;flex-direction:column;justify-content:center;align-items:center}.image-gallery .image-gallery-slide div img{border-radius:6px}.image-gallery .image-gallery-left-nav,.image-gallery .image-gallery-right-nav{display:flex;position:absolute;top:calc(100% + 44px);z-index:99;padding:0;cursor:pointer;justify-content:center;align-items:center}.image-gallery .image-gallery-left-nav{left:1px}.image-gallery .image-gallery-right-nav{right:1px}.image-gallery .image-gallery-thumbnails{min-width:100%;background:transparent}.image-gallery .image-gallery-thumbnails .image-gallery-thumbnail{width:78px;height:78px;border:none}.image-gallery .image-gallery-thumbnails .image-gallery-thumbnail img{width:78px;height:78px;object-fit:cover;border:1px solid transparent;border-radius:6px}.image-gallery .image-gallery-thumbnails .image-gallery-thumbnail.active img{border:1px solid #ffdb00;box-shadow:0 0 6px rgba(208,170,116,.35)}.image-gallery .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:6.4px}.image-gallery .image-gallery-content.fullscreen{display:flex;flex-direction:column;height:100vh}.image-gallery .image-gallery-content.fullscreen .image-gallery-slide-wrapper{flex:1 1}.image-gallery .image-gallery-content.fullscreen .image-gallery-slide-wrapper .image-gallery-swipe,.image-gallery .image-gallery-content.fullscreen .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides{height:100%}.image-gallery .image-gallery-content.fullscreen .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides .image-gallery-slide{width:100%;height:100%}.image-gallery .image-gallery-content.fullscreen .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides .image-gallery-slide div{height:100%}.image-gallery .image-gallery-content.fullscreen .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides .image-gallery-slide div img{max-height:calc(100vh - 88px)}