.slider{position:relative;height:100%;display:flex;flex-direction:column;background:#fff}.slider>div{display:none;flex-grow:1;text-align:center;height:calc(100% - 7em)}.slider>div.active{display:flex;flex-direction:column}.slider>div>:first-child{object-fit:contain;max-height:100%;width:auto;display:inline-block;margin:0;flex-grow:1;flex-shrink:1;overflow:auto;min-height:0}.slider>div>iframe:first-of-type{width:100%}.slider>div>p{max-width:95em;padding:0 2em;margin:0 auto .2em}.slider>div>p:first-of-type{font-size:1.15em}.slider .fullscreen{position:absolute;top:.5em;right:.5em;width:2em;height:2em;background:rgba(0,0,0,.5) url(fullscreen.svg) no-repeat;background-size:cover;cursor:pointer;transition:background-color .2s}.slider .fullscreen:hover{background:rgba(0,0,0,.7) url(fullscreen.svg) no-repeat;background-size:cover}.slider .next,.slider .prev{position:absolute;width:2em;height:7em;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.1);cursor:pointer;transition:background-color .2s}.slider .next:hover,.slider .prev:hover{background:rgba(0,0,0,.6)}.slider .next:before,.slider .prev:before{position:absolute;content:"";display:block;width:2em;height:2em;top:50%;transform:translateY(-50%)}.slider .prev{left:0}.slider .prev:before{background:url(prev.svg) no-repeat;background-size:cover}.slider .next{right:0}.slider .next:before{background:url(next.svg) no-repeat;background-size:cover}.slider>.bullets>a{cursor:pointer;display:inline-block;margin-left:.18em;margin-right:.18em;background:rgba(0,0,0,.3)}.slider>.bullets.overlay{position:absolute;bottom:.5em;width:100%;text-align:center}.slider>.bullets.overlay>a{border-radius:.5em;border:#bdbdbd solid 2px;width:1.3em;height:1.3em}.slider>.bullets.overlay>a:hover{background:rgba(0,0,0,.4)}.slider>.bullets.overlay>a.active{background:rgba(255,255,255,.3)}.slider>.bullets.thumb{display:flex;flex-flow:row nowrap;justify-content:center;overflow-x:scroll;overflow-y:hidden;height:7em;padding-top:.3em;padding-bottom:.6em}.slider>.bullets.thumb>a{height:100%;min-width:2em;opacity:1;transition:opacity 150ms;display:flex;align-items:center}.slider>.bullets.thumb>a.active{opacity:.3}.slider>.bullets.thumb>a:hover{opacity:.7}.slider>.bullets.thumb>a img{width:auto;height:100%;object-fit:contain;max-width:15em;margin:0}@-moz-document url-prefix(){.slider>.bullets.thumb>a img{height:5.35em}}.slider.full{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.slider.full .fullscreen{background:rgba(0,0,0,.6) url(fullscreen_exit.svg) no-repeat;background-size:cover}
