section[full-bleed-gallery] {
  position: relative;
}
section[full-bleed-gallery] menu {
  position: absolute;
  z-index: 500;
  width: 100%;
  top: calc(50% - 16px);
}
@media only screen and (max-width: 1025px) {
  section[full-bleed-gallery] menu {
    display: none;
  }
}
section[full-bleed-gallery] menu button {
  position: absolute;
}
section[full-bleed-gallery] menu button:nth-child(1) {
  left: 80px;
}
section[full-bleed-gallery] menu button:nth-child(2) {
  right: 80px;
}
section[full-bleed-gallery] ul[role="navigation"].dots {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 70px;
}
@media only screen and (max-width: 1025px) {
  section[full-bleed-gallery] ul[role="navigation"].dots {
    bottom: 60px;
  }
}
section[full-bleed-gallery] .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
section[full-bleed-gallery] .swiper-container .swiper-wrapper {
  white-space: nowrap;
  height: 100%;
}
section[full-bleed-gallery] .swiper-container .swiper-wrapper div[image].swiper-slide {
  float: left;
  overflow: hidden;
  background: #3b3b3b;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
section[full-bleed-gallery] .swiper-container .swiper-wrapper div[image].swiper-slide div[description] {
  width: 100%;
  height: 40px;
  background: #f4f4f4;
  position: absolute;
  bottom: 0px;
  text-align: center;
  color: #b8b8b8;
  z-index: 2;
}
section[full-bleed-gallery] .swiper-container .swiper-wrapper div[image].swiper-slide div[description] span[darken] {
  color: #6f6f6f;
}
section[full-bleed-gallery] .swiper-container .swiper-wrapper div[image].swiper-slide img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: opacity;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
section[full-bleed-gallery] .swiper-container .swiper-wrapper div[image].swiper-slide img.loaded {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
