
.slide-image-container[data-v-b97a8f7e] {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.slide-image-container img[data-v-b97a8f7e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-hover-wrp img[data-v-b97a8f7e] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
}
.thumb-hover-wrp:hover img[data-v-b97a8f7e] {
  transform: translateY(-100%);
}
.uk-background-cover[data-v-b97a8f7e] {
  background-size: cover;
  background-position: center;
}

