.home {
  height: 100%;
  position: relative;
}
.home .dots {
  position: absolute;
  width: 95%;
  margin-left: 2.5%;
  bottom: 0;
  text-align: center;
  z-index: 10;
}
.home .dots .text {
  color: white;
  opacity: 0.81;
  font-size: 20px;
  margin-top: 5px;
  text-transform: uppercase;
}
.home .dots .dot {
  height: 3px;
  margin: 12px 1%;
  margin-bottom: 12px;
  background-color: rgba(128, 128, 128, 0.7);
}
.home .dots .dot.car-active {
  background-color: white;
}
.home ons-carousel ons-carousel-item {
  position: relative;
}
.home ons-carousel .play-button {
  transition: opacity 300ms ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.home ons-carousel video {
  width: 100%;
  height: auto;
}
.home ons-carousel video.bg-cover-desktop {
  height: auto;
}
.home ons-carousel video.bg-cover-mobile {
  height: 100%;
}
.home ons-carousel video.bg-cover-both {
  height: auto;
}
.home ons-carousel video.bg-cover-none {
  height: 100%;
}
.home ons-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home ons-carousel img.bg-cover-desktop {
  object-fit: cover;
}
.home ons-carousel img.bg-cover-mobile {
  object-fit: contain;
}
.home ons-carousel img.bg-cover-both {
  object-fit: cover;
}
.home ons-carousel img.bg-cover-none {
  object-fit: contain;
}
.home .url {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 502px) {
  .home ons-carousel img {
    object-fit: cover;
  }
  .home ons-carousel img.bg-cover-desktop {
    object-fit: cover;
  }
  .home ons-carousel img.bg-cover-mobile {
    object-fit: cover;
  }
  .home ons-carousel img.bg-cover-both {
    object-fit: cover;
  }
  .home ons-carousel img.bg-cover-none {
    object-fit: cover;
  }
  .home ons-carousel video {
    height: auto;
  }
  .home ons-carousel video.bg-cover-desktop {
    height: 100%;
  }
  .home ons-carousel video.bg-cover-mobile {
    height: auto;
  }
  .home ons-carousel video.bg-cover-both {
    height: auto;
  }
  .home ons-carousel video.bg-cover-none {
    height: 100%;
  }
}
