@media only screen and (min-width: 992px) {
  body {
    text-align: center;
    font-family: arial;
    background: #ffffff;
    color: #000000;
    font-size: 1.5vw;
  }
  .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .video {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .nav-item {
    width: 7vw;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .logo {
    width: 100px;
  }
  .mute-buttons {
    margin-left: 94vw;
    padding-top: 32vh;
  }
  .social-media {
    width: 40px;
    height: 40px;
  }
  .aero-container-info {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .advertising-list {
    list-style-position: outside;
    padding-top: 10px;
    width: 23vw;
    padding-left: 7.5vw;
  }
  .advertising-list-black {
    list-style-position: outside;
    padding-top: 10px;
    width: 23vw;
    padding-left: 7.5vw;
  }
  .list-container {
    display: flex;
    margin-left: 15vw;
    margin-right: 15vw;
    padding-top: 2vw;
    justify-content: center;
  }
  .advertising-list-margin-left {
    margin-left: -5.5vw;
  }
  .list-margin-left {
    margin-left: 5.5vw;
  }
  @keyframes scroll2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-12204px);
    }
  }
  .slider2 {
    background: white;
    height: auto;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider2::before, .slider2::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 672px;
    z-index: 2;
  }
  .slider2::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider2::before {
    left: 0;
    top: 0;
  }
  .slider2 .slide-track2 {
    width: 24408px;
  }
  .slider2 .slide2 {
    margin-left: 3px;
    margin-right: 3px;
    height: auto;
    width: 672px;
  }
  .img-slide {
    height: auto;
    width: 672px;
  }
}/*# sourceMappingURL=index_desktop.css.map */