.hidden {
  display: none !important;
}
.ce-buwcyclegallery .canvas {
  height: 0;
  position: relative;
}
.ce-buwcyclegallery .ctrl-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ce-buwcyclegallery .ctrl-wrap .ctrl {
  background-repeat: no-repeat;
  border-bottom: none !important;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 51;
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn {
  height: 100%;
  width: 25%;
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.prev {
  background-image: url(../Images/Prev.svg);
  background-position: left center;
  left: 0;
  margin-left: -1px;
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.prev:hover {
  background-image: url(../Images/PrevHover.svg);
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.next {
  background-image: url(../Images/Next.svg);
  background-position: right center;
  margin-right: -1px;
  right: 0;
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.next:hover {
  background-image: url(../Images/NextHover.svg);
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.play,
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.paused {
  background-position: center;
  display: none;
  height: 100%;
  left: 25%;
  width: 25%;
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.play.no-box,
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.paused.no-box {
  width: 50%;
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.play:hover {
  background-image: url(../Images/Pause.svg);
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.paused:hover {
  background-image: url(../Images/Play.svg);
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.lightbox {
  background-position: center;
  display: none;
  height: 100%;
  left: 50%;
  width: 25%;
}
.ce-buwcyclegallery .ctrl-wrap .ctrl.btn.lightbox:hover {
  background-image: url(../Images/Fullscreen.svg);
}
.ce-buwcyclegallery .slideshow {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ce-buwcyclegallery .slideshow .slideshow-item {
  height: 100% !important;
  width: 100% !important;
}
.ce-buwcyclegallery .slideshow .image-caption {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #666;
  font-size: .91em;
  left: 0;
  opacity: 0;
  transition: opacity 2s .5s;
  padding: .75em 3%;
  position: absolute;
  right: 0;
  text-align: center;
}
.ce-buwcyclegallery .slideshow-item {
  align-items: center;
  display: flex !important;
  justify-content: center;
}
.ce-buwcyclegallery .slideshow-item > figure {
  align-items: stretch;
  display: flex !important;
  margin-bottom: 0;
  max-height: 100%;
}
.ce-buwcyclegallery .slideshow-item > figure > a {
  border-bottom: none !important;
}
#content_right .ce-buwcyclegallery .slideshow-item > figure > a {
  border-bottom: none !important;
}
.ce-buwcyclegallery .slideshow-item img {
  background-color: transparent !important;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  object-fit: contain;
}
.ce-buwcyclegallery .nav {
  margin-top: calc(var(--gallery-gap) / 2);
}
.ce-buwcyclegallery .nav > .gallery-row {
  display: flex;
  flex-direction: row;
  gap: calc(var(--gallery-gap) / 2);
  margin-bottom: calc(var(--gallery-gap) / 2);
}
.ce-buwcyclegallery .nav > .gallery-row:last-child {
  margin-bottom: 0;
}
.ce-buwcyclegallery .nav figure {
  margin-bottom: 0;
}
.ce-buwcyclegallery .nav figure > a {
  border-width: 0 !important;
  display: block;
}
.ce-buwcyclegallery .nav img {
  border-color: var(--gallery-border-color);
  border-width: var(--gallery-border-width);
  box-sizing: content-box;
  height: auto;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  transition: opacity .4s;
  width: 100%;
  zoom: 1;
}
.ce-buwcyclegallery .nav img:hover,
.ce-buwcyclegallery .nav .active img {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.ce-buwcyclegallery .nav.border img {
  border-style: solid;
}
.ce-buwcyclegallery .canvas:hover .image-caption,
.ce-buwcyclegallery .canvas:active .image-caption {
  opacity: 1;
  transition: opacity .4s 0s;
}
.ce-buwcyclegallery .canvas:hover .ctrl-wrap .ctrl.btn,
.ce-buwcyclegallery .canvas:active .ctrl-wrap .ctrl.btn {
  display: block;
  z-index: 51;
}
@media only screen and (min-width: 481px) {
  .ce-buwcyclegallery .nav {
    margin-top: var(--gallery-gap);
  }
  .ce-buwcyclegallery .nav > .gallery-row {
    gap: var(--gallery-gap);
    margin-bottom: var(--gallery-gap);
  }
}
