.gallery-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.69);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 2000;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.gallery-content-container.active {
  pointer-events: all;
  opacity: 1;
}
.gallery-content-container .gallery-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-content-container .swiper {
  height: 100%;
}
.gallery-content-container .swiper .media {
  height: 100%;
}
.gallery-content-container .swiper .media .image-container {
  height: 100%;
}
.gallery-content-container .swiper .media .field--type-image {
  height: 100%;
  padding-top: 0 !important;
  border-radius: 0 !important;
}
.gallery-content-container .swiper .media .field--type-image .field__item {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0) translateY(0);
  width: auto;
  max-width: 100%;
  height: 100%;
}
.gallery-content-container .swiper .media .field--type-image .field__item img {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0) translateY(0);
  width: auto;
  min-width: auto;
  max-width: auto;
  height: 100%;
  max-height: 100%;
}
.gallery-content-container .swiper-scrollbar {
  height: 5px !important;
  bottom: -30px !important;
  display: none;
}
.gallery-content-container .swiper-pagination {
  bottom: 10px !important;
}
.gallery-content-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff !important;
  opacity: 1 !important;
}
.gallery-content-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}
.gallery-content-container .swiper-button-next,
.gallery-content-container .swiper-button-prev {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px dashed #fff;
  padding: 0;
  overflow: hidden;
  text-indent: 9999px;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.0901960784);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.gallery-content-container .swiper-button-next:before,
.gallery-content-container .swiper-button-prev:before {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  text-indent: 0;
  text-align: center;
  color: #fff;
}
.gallery-content-container .swiper-button-next:after,
.gallery-content-container .swiper-button-prev:after {
  display: none;
}
.gallery-content-container .swiper-button-prev:before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.gallery-button-open {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 8px 8px 8px 8px;
  background-color: rgba(255, 255, 255, 0.69);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 8px;
  color: #000;
  font-family: "Avenir";
  font-weight: 800;
  font-size: 1.4rem;
  cursor: pointer;
  outline: none;
}
.gallery-button-open::selection {
  background: transparent;
  color: #000;
}
.gallery-button-open::-moz-selection {
  background: transparent;
  color: #000;
}
.gallery-button-open:active, .gallery-button-open:focus {
  outline-color: transparent;
}
.gallery-button-open:before {
  content: "\e932";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-family: "icomoon" !important;
  margin-right: 5px;
}

.gallery-button-close {
  display: none !important;
  outline: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  background-color: #A71930;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Avenir";
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  border: none;
  padding: 11px 16px;
  overflow: hidden;
  text-decoration: none;
  max-width: 100%;
  cursor: pointer;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
  max-width: 110px;
  position: absolute;
  top: 19px;
  right: 19px;
  outline: none;
  border-radius: 30px;
  color: #fff;
}
.gallery-button-close:hover, .gallery-button-close.hover, .gallery-button-close.activated {
  color: #A71930;
  background-color: #EDD1D6;
}
.gallery-button-close:disabled {
  color: #fff;
  background-color: #EFE5DE;
}
.gallery-button-close::selection {
  background: transparent;
  color: #000;
}
.gallery-button-close::-moz-selection {
  background: transparent;
  color: #000;
}
.gallery-button-close:active, .gallery-button-close:focus {
  outline-color: transparent;
}
.gallery-button-close:after {
  content: "\e905";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-family: "icomoon" !important;
  margin-left: 10px;
}