.gallery { display: block; position: relative; width: 100%; height: 100%;}
.gallery .gallery-window { -webkit-transition: opacity 750ms ease; -moz-transition: opacity 750ms ease; -o-transition: opacity 750ms ease; -ms-transition: opacity 750ms ease; transition: opacity 750ms ease; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; font-size: 18px; line-height: 30px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
.gallery .gallery-window::-webkit-scrollbar { width: 0; height: 0; }
.gallery .gallery-window .gallery-elements { height: 100%; width: 100%; white-space: nowrap; display: inline-block; }
.gallery .gallery-window .gallery-elements .item { width: 100%; height: 100%; position: relative; display: inline-block; margin: 0; float: none;}
.gallery .gallery-window .gallery-elements .item.zoom {width: 100%; position: absolute;}
.gallery ul.arrows { width: 100%; position: absolute; bottom: 0; height: 50px; padding: 0; }
.gallery ul.arrows li { position: absolute; display: inline-block; top: 0; width: 50px; height: 50px; background-position: center; background-repeat: no-repeat; }
.gallery ul.arrows li.left { left: 0; }
.gallery ul.arrows li.right { right: 0; }
.gallery ul.arrows li.disabled { opacity: 0.2; pointer-events: none; transition: all 0.5s; }
.zoom {position: fixed; background-color: rgba(0, 0, 0, 0.9);}
.zoom .item { width: 100%; height: 100%; position: relative; display: inline-block; margin: 0; float: none;}
