.elm.slideshow {
  line-height: 0;
}

.elm.slideshow img {
  width: 100%;
  height: auto;
}

.elm.slideshow .image {
  position: relative;
}

.elm.slideshow .image a {
  display: inline-block;
}

.elm.slideshow .image_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elm.slideshow .image_overlay_inner:not(:empty) {
  background: #FFFFFF;
  color: #000000;
  padding: 5px 15px;
  opacity: 0.7;
  text-align: center;
  min-width: 250px;
  line-height: normal;
}
