.x-close-button-container, .x-back-button-container {
  height: 86px !important;
  width: 86px !important;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.x-close-button-container .x-close-button, .x-close-button-container .x-back-button, .x-back-button-container .x-close-button, .x-back-button-container .x-back-button {
  width: 48px;
  height: 48px;
  transition: color 0.3s;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
}

.x-button-dark-background {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.x-button-dark-background > div {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.x-close-button {
  background-image: url("/img/close.svg");
}

.x-close-button-light {
  background-image: url("/img/close-light.svg");
}

.gallery-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  background-color: rgb(0, 0, 0);
}
.gallery-container .x-close-button-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.gallery-container .gallery-left-panel, .gallery-container .gallery-right-panel {
  height: calc(100% - 0px);
  position: absolute;
  top: 0;
  width: 70px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-container .gallery-left-panel .panel-left, .gallery-container .gallery-left-panel .panel-right, .gallery-container .gallery-right-panel .panel-left, .gallery-container .gallery-right-panel .panel-right {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.gallery-container .gallery-left-panel .main-banner-button, .gallery-container .gallery-right-panel .main-banner-button {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.gallery-container .gallery-left-panel .panel-left::before, .gallery-container .gallery-left-panel .panel-right::before, .gallery-container .gallery-right-panel .panel-left::before, .gallery-container .gallery-right-panel .panel-right::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  transition: opacity 0.2s;
  will-change: opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-container .gallery-left-panel .panel-left:hover::before, .gallery-container .gallery-left-panel .panel-right:hover::before, .gallery-container .gallery-right-panel .panel-left:hover::before, .gallery-container .gallery-right-panel .panel-right:hover::before {
  opacity: 1;
}
.gallery-container .gallery-left-panel .panel-left::after, .gallery-container .gallery-left-panel .panel-right::after, .gallery-container .gallery-right-panel .panel-left::after, .gallery-container .gallery-right-panel .panel-right::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/img/gallery_arrow.svg");
  background-repeat: no-repeat;
  background-size: 48px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-container .gallery-left-panel {
  left: 0;
}
.gallery-container .gallery-right-panel {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.gallery-container .gallery {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gallery-container .gallery .gallery-flex {
  height: 100%;
  width: 100%;
  min-width: 100%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: nowrap;
}
.gallery-container .gallery .gallery-flex > div {
  width: 100%;
  min-width: 100%;
  height: 100%;
  will-change: transform;
  color: white;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.gallery-container .gallery .gallery-flex > div .gallery-ratio {
  width: calc(100% - 400px);
  margin: 0 200px;
  padding-top: 56.25%;
  position: relative;
}
.gallery-container .gallery-thumbnails {
  width: 100%;
  height: 0px;
}

.gallery-picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery-title {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px black;
  font-size: 1.3em;
  text-align: center;
}

.gallery-single .gallery-flex {
  transition: transform 0s;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.gallery-single .panel-left, .gallery-single .panel-right {
  visibility: hidden;
}

.gallery-visible {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: nowrap;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.gallery-visible .panel-left, .gallery-visible .panel-right {
  will-change: opacity;
}
.gallery-visible .gallery {
  transition: transform 0.5s;
  will-change: transform;
}

@media screen and (orientation: portrait) {
  .gallery-flex > div {
    background-size: contain !important;
  }
}
@media (max-width: 280px) {
  .gallery-title {
    display: none;
  }
}
/*# sourceMappingURL=../sourcemaps/gallery.css.map */
