#gallery{position:relative;margin-bottom:20px;max-height:90vh}@media screen and (max-height:450px){#gallery{max-height:100vh}}#gallery #main-image{background-color:#373345;position:relative;cursor:pointer}#gallery #main-image img{width:100%;object-fit:cover;display:block;max-height:70vh}#gallery #main-image span{position:absolute;bottom:0;right:5px;color:#fff;font-size:14px;cursor:pointer}#gallery #play-control{position:absolute;top:10px;right:10px;width:7vw;height:7vw;max-width:70px;max-height:70px}#gallery #play-control .play-button{display:block;width:5vw;height:5vw;border-radius:50%;padding:10px;background-color:#9792e3;background-size:50px;background-position:center;background-repeat:no-repeat;max-width:50px;max-height:50px}@media screen and (max-width:1000px){#gallery #play-control a{background-size:5vw;padding:1vw}}#gallery #play-control .play-button{background-image:url(/resources/icons/play.png)}#gallery #play-control .play-button .pause{background-image:url(/resources/icons/pause.png)}#gallery #carousel{height:100px;overflow:hidden;position:relative;background-color:#373345}#gallery #thumbnails-container{position:absolute;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}#gallery .thumbnail{margin:5px;border:2px solid transparent;box-sizing:border-box;opacity:.5}#gallery .thumbnail.selected{border:2px solid #fff;overflow:hidden;opacity:1}#gallery .thumbnail a{display:block}#gallery .thumbnail img{object-fit:cover;width:115px;height:86px;display:block}#gallery .arrow-container{position:absolute;bottom:37px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:450px){#gallery #carousel{height:60px}#gallery .thumbnail img{width:60px;height:45px}#gallery .arrow-container{bottom:21px}}#gallery .arrow-container.left{left:-25px}#gallery .arrow-container.right{right:-25px}#gallery #left,#gallery #right{display:none;width:23px;height:23px}#gallery #left{background:url(/resources/icons/left.png)}#gallery #right{background:url(/resources/icons/right.png)}#fullsize{display:none;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1058}#fullsize img{max-width:99vw;max-height:99vh;object-fit:contain}.frame{position:relative;align-content:center;justify-content:center;display:flex;background-color:#373345;height:100vh;width:100vw;padding:5px;box-sizing:border-box}#fullsize .close{display:block;font-size:20px;color:#fff;text-decoration:none;position:absolute;top:10px;right:20px}