.layerslideshowlite {
  position: relative;
  overflow: hidden;
}
.layerslideshowlite .item {
  width: 100%;
}
.layerslideshowlite .img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.layerslideshowlite img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: auto;
}
.layerslideshowlite .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.layerslideshowlite .info-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.layerslideshowlite-prev,
.layerslideshowlite-next {
  position: absolute;
  top: 50%;
  margin: -9px 0 0;
  display: block;
  opacity: .7;
  padding: 0 10px;
  z-index: 1;
  background-color: transparent;
  cursor: pointer;
}
.layerslideshowlite-prev svg path,
.layerslideshowlite-next svg path {
  fill: rgba(200,200,200,.8);
}
.layerslideshowlite-prev:hover,
.layerslideshowlite-next:hover {
  opacity: 1;
}
.layerslideshowlite-prev {
  left: 10px;
}
.layerslideshowlite-next {
  right: 10px;
}
.layerslideshowlite-prev svg,
.layerslideshowlite-next svg {
  fill: white;
  width: 18px;
}
.layerslideshowlite .j51-nav-dots {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.layerslideshowlite .j51-nav-dot {
  height: 8px;
  width: 25px;
  background: white;
  border-radius: 4px;
  border-radius: var(--j51-border-radius-sm);
  opacity: .5;
  margin: 3px;
  cursor: pointer;
  user-select: none;
  transition: .3s ease;
}
.layerslideshowlite .j51-nav-dot.tns-nav-active {
  opacity: .9;
  background-color: var(--primary);
  width: 8px;
}
.layerslideshowlite .j51-nav-dot:focus {
  outline: 0;
}
.layerslideshowlite-title {
  color: #FFF;
}
.layerslideshowlite-caption {
  margin-bottom: 0;
} 
.layerslideshowlite .slidelink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.layerslideshowlite .owl-video-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent !important;
}
.layerslideshowlite .owl-video-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-image: radial-gradient(circle, rgba(0,0,0,0.7) 60%, rgba(0,0,0,.3) 100%);
  transition: all 1s ease;
  opacity: 0;
}
.layerslideshowlite .owl-video-wrapper iframe {
  position: relative;
  padding: 50px 40px 60px;
  z-index: 1;
}
.layerslideshowlite .owl-video-playing .owl-video-wrapper:before {
    opacity: 1;
}
.owl-carousel .owl-video-play-icon {
  background-image: url(../images/play.svg);
  opacity: .7;
}

div.layerslideshowlite .item-align-left .info {
    align-items: flex-start;
}
div.layerslideshowlite .item-align-center .info {
    align-items: center;
}

#container_slideshow .wrapper960 {
  width: 100% !important;
  position: relative;
}


@media only screen and (max-width: 767px) {
  .layerslideshowlite .item h2 {
    font-size: 24px;
  }
  .layerslideshowlite-prev, 
  .layerslideshowlite-next {
    margin-top: -1em !important;
  }
}
