.corp-carousel {
  .dot {
    cursor: pointer;
    height: 5px;
    width: 35px;
    margin: 0 2px;
    background-color: #d6d6d6;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .dot.active {
    background-color: #293199;
  }

  .slideshow-container .prev {
    background: url(/icons/corp_prv.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    opacity: 0.8;
  }

  .slideshow-container .next {
    background: url(/icons/corp_next.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    opacity: 0.8;
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .slideshow-container .prev:hover {
    background-color: none;
    opacity: 1;
  }

  .slideshow-container .next:hover {
    background-color: none;
    opacity: 1;
  }

  .slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
  }

  .slideshow-container .prev,
  .slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .slideshow-container img {
    width: 100%;
  }

  .slideshow-container .bannercontent ul {
    list-style-type: none;
  }

  .slideshow-container .bannercontent a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
  }

  @media screen and (min-width: 768px) {
    .slideshow-container img.generic-mobile {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .slideshow-container img.generic-desktop {
      display: none;
    }

    .slideshow-container img.generic-mobile {
      display: block !important;
      height: 100%;
      object-fit: fill;
    }

    .prev,
    .next {
      top: 34%;
    }
  }
  @media (max-width: 1600px) {
    .slideshow-container .bannercontent.wagonr {
      position: absolute;
      bottom: 22%;
    }

    .slideshow-container .bannercontent {
      position: absolute;
      bottom: 10%;
    }

    .slideshow-container .bannercontent a {
      background: #000;
      font-size: 1rem;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      padding: 10px 13px;
      text-decoration: none;
      border: 1px solid #000;
    }
  }

  @media (max-width: 1200px) {
    .slideshow-container .bannercontent.wagonr {
      position: absolute;
      bottom: 20%;
      left: -2%;
    }

    .slideshow-container .bannercontent {
      position: absolute;
      bottom: 15%;
      left: -2%;
    }

    .slideshow-container .bannercontent a {
      background: #000;
      font-size: 1rem;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      padding: 10px 13px;
      text-decoration: none;
      border: 1px solid #000;
    }
  }

  @media (max-width: 992px) {
    .slideshow-container .bannercontent.wagonr {
      position: absolute;
      bottom: 58%;
      left: -3%;
    }

    .slideshow-container .bannercontent {
      position: absolute;
      bottom: 52%;
      left: -3%;
    }

    .slideshow-container .bannercontent a {
      background: #000;
      font-size: 0.8rem;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      padding: 10px 13px;
      text-decoration: none;
      border: 1px solid #000;
    }
  }

  @media (max-width: 767px) {
    .slideshow-container .bannercontent.wagonr {
      position: absolute;
      bottom: 13%;
      left: -3%;
    }

    .slideshow-container .bannercontent {
      position: absolute;
      bottom: 5%;
      left: -3%;
    }

    .slideshow-container .bannercontent a {
      background: #000;
      font-size: 1rem;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      padding: 10px 13px;
      text-decoration: none;
      border: 1px solid #000;
    }
  }
  @media (min-width: 1601px) and (max-width: 3000px) {
    .slideshow-container img {
      width: 100%;
      object-fit: fill;
      height: 100%;
    }
  }
  @media (min-width: 1440px) and (max-width: 1600px) {
    .slideshow-container img {
      width: 100%;
      object-fit: fill;
      height: 100%;
    }
  }
  @media (min-width: 1367px) and (max-width: 1400px) {
    .slideshow-container img {
      width: 100%;
      object-fit: fill;
      height: 100%;
    }
  }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .slideshow-container img {
      width: 100%;
      object-fit: fill;
      height: 100%;
    }
  }
  /*I-Pad Air Landscape*/
  @media screen and (width: 820px) and (height: 1106px) {
    .arenahomepage .slideshow-container .mySlides {
      height: auto;
    }
  }

  /*I-Pad Air Portate*/
  @media screen and (width: 1180px) and (height: 746px) {
    .arenahomepage .slideshow-container .mySlides {
      height: auto;
    }
  }
}
