/* SPORTMC hero: unmodified 3:2 photo composition, no crop or visual overlays. */
#revslideshow {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 3px !important;
  background: #f2f4f7 !important;
}

#revslideshow::after {
  display: none !important;
  content: none !important;
}

#revslideshow .owl-wrapper-outer,
#revslideshow .owl-wrapper,
#revslideshow .owl-item {
  height: auto !important;
}

#revslideshow .item {
  position: relative !important;
  height: auto !important;
  padding: 0 !important;
  aspect-ratio: 25 / 11 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: #f2f4f7 !important;
}

#revslideshow .item::before {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 auto 0 0 !important;
  width: 34% !important;
  height: auto !important;
  border: 0 !important;
  border-right: 2px solid #ec6219 !important;
  background: #f2f4f7 !important;
  opacity: 1 !important;
}

#revslideshow .item::after {
  display: none !important;
  content: none !important;
}

#revslideshow .item img,
#revslideshow .item:hover img {
  position: absolute !important;
  z-index: 1 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 34% !important;
  width: 66% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  clip-path: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
}

#revslideshow .home_slideshow_title {
  top: 20% !important;
  left: 4.2% !important;
  width: 25.5% !important;
}

#revslideshow .home_slideshow_description {
  top: 37% !important;
  left: 4.2% !important;
  width: 26% !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

#revslideshow .home_slideshow_link {
  top: 62% !important;
  left: 4.2% !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  #revslideshow .item {
    aspect-ratio: 5 / 2 !important;
  }

  #revslideshow .item::before {
    width: 40% !important;
  }

  #revslideshow .item img,
  #revslideshow .item:hover img {
    left: 40% !important;
    width: 60% !important;
    height: 100% !important;
  }

  #revslideshow .home_slideshow_title {
    top: 16% !important;
    left: 4% !important;
    width: 31% !important;
    font-size: 22px !important;
  }

  #revslideshow .home_slideshow_description {
    top: 35% !important;
    left: 4% !important;
    width: 31% !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  #revslideshow .home_slideshow_link {
    top: 65% !important;
    left: 4% !important;
  }
}

@media (max-width: 767px) {
  #revslideshow {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #revslideshow .item {
    height: 0 !important;
    padding-top: calc(66.6667% + 275px) !important;
    aspect-ratio: auto !important;
  }

  #revslideshow .item::before {
    inset: auto 0 0 0 !important;
    width: 100% !important;
    height: 275px !important;
    border: 0 !important;
    background: #f2f4f7 !important;
  }

  #revslideshow .item img,
  #revslideshow .item:hover img {
    top: 0 !important;
    right: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 2 !important;
    border-bottom: 2px solid #ec6219 !important;
    object-fit: contain !important;
  }

  #revslideshow .home_slideshow_title {
    top: auto !important;
    right: auto !important;
    bottom: 211px !important;
    left: 5% !important;
    width: 90% !important;
    font-size: 21px !important;
  }

  #revslideshow .home_slideshow_description {
    top: auto !important;
    right: auto !important;
    bottom: 88px !important;
    left: 5% !important;
    width: 90% !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  #revslideshow .home_slideshow_link {
    top: auto !important;
    right: auto !important;
    bottom: 24px !important;
    left: 5% !important;
    padding: 10px 14px !important;
    font-size: 12.5px !important;
  }

  #revslideshow .owl-buttons div {
    top: calc((100% - 275px) / 2) !important;
  }
}
