.gallery_top {
  height: 0;
  padding-top: 17.1875%; }

.gallery_top__item a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0; }

.gallery_top__item img {
  display: block;
  height: 100%;
  width: 100%; }

.gallery_top__item::after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.gallery_top__item--dark::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.gallery_top__item--bright::after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }

.gallery_top__pause {
  z-index: 1; }

.gallery_top.pause_margin .gallery_top__pause,
.gallery_top.pause_margin .fadeSlider__progress_bar {
  margin-top: 2.0625rem; }

.zoz .gallery_top.pause_margin .gallery_top__pause,
.zoz .gallery_top.pause_margin .fadeSlider__progress_bar {
  margin-top: 0; }

.gallery_top > .fadeSlider__toggle,
.gallery_top__arrow {
  display: none !important; }

.gallery_top__pause {
  z-index: 1; }
/*# sourceMappingURL=gallery--top.css.map */
