.slides {
  height: 100% !important;
}
.slides .smart-img {
  height: 100% !important;
  object-fit: cover;
}
.slides .links-list li {
  margin-bottom: 0;
}

.slide {
  flex: 0 0 100%;
  transition: opacity 0.6s ease-in-out;
  height: 100% !important;
}
.slide img, .slide iframe {
  height: 100% !important;
  object-fit: cover;
}
.slide.active {
  opacity: 1;
  position: relative;
}

.slider-next, .slider-prev {
  z-index: 9;
  width: 40%;
  height: 70%;
}

.SliderArrows-cursor .slider-next {
  right: 0;
  cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.2 36.8' style='enable-background:new 0 0 21.2 36.8;' width='30px' height='40px' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:2.5;stroke-miterlimit:10;%7D .st1%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1.4,35.6 18.4,18.6 1.4,1.6 '/%3E%3C/svg%3E") 10 19, auto !important;
}
.SliderArrows-cursor .slider-prev {
  left: 0;
  cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19.2 32.8' style='enable-background:new 0 0 19.2 32.8;' width='30px' height='40px' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:2.5;stroke-miterlimit:10;%7D .st1%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='17.8,1.6 2.8,16.6 17.8,31.6 '/%3E%3C/svg%3E%0A") 8 42, auto !important;
}

.SliderArrows-sides .slider-next, .SliderArrows-sides .slider-prev {
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMTYwIDExNS40IDE4MC43IDk2IDM1MiAyNTYgMTgwLjcgNDE2IDE2MCAzOTYuNyAzMTAuNSAyNTZ6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=");
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.SliderArrows-sides .slider-next {
  right: 1rem;
}
.SliderArrows-sides .slider-prev {
  left: 1rem;
  transform: rotate(180deg);
}

.slider-card {
  width: 90vw !important;
}
@media (min-width: 640px) {
  .slider-card {
    width: auto !important;
  }
}

[data-slide] {
  backface-visibility: hidden;
  will-change: transform, opacity;
  transform: translateZ(0);
}

.grid-gallery-fig {
  transition: all 0.2s linear;
}
.grid-gallery-fig .theme-media-caption {
  display: none;
}
.grid-gallery-fig.image-tint img {
  filter: brightness(0.7);
}

.stackedgallery img {
  object-fit: cover;
}

.fe-editing .slider-next, .fe-editing .slider-prev {
  width: 10% !important;
}
