#single-image #single-image-slides {
  background: url(/backgrounds/images/sporza-background-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
#single-image {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#single-image .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1700px;
}
#single-image .slide .box-top {}
#single-image .slide .media {
  position: relative !important;
  overflow: hidden;
  height: 850px;
}
#single-image .slide .media .src {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}