body {
  background-color: #000;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.carousel {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.fullscreen-carousel {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#carousel-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .5s ease-in-out;
  opacity: 1;
}
