.logo-img {
  width: 100%;
  max-height: 75px;
  object-fit: contain;
  object-position: center center;
}

.logo-desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slideshow {
  overflow: hidden;
}

.slideshow-img {
  position: absolute;
  width: 95%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 50%;
  transform: translateY(-50%);
}

.slideshow-mid {
  height: 100%;
  object-fit: fill;
}

.slideshow-frame {
  height: 100%;
  z-index: 2;
}
