.image-slideshow .slider__slide {
  height: 50vw;
}
@media screen and (max-width: 749px) {
  .image-slideshow .slider__slide {
    height: 360px;
  }
}
.image-slideshow .slider__slide img {
  width: auto;
  height: 100%;
}
.image-slideshow .slider__slide a {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
