body {
  padding: 0;
}

header {
  position: relative;
}

#container-images {
  display: flex;
  height: calc(100dvh - 4.6em);
  overflow-x: auto;
  overflow-y: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper {
  width: auto;
}

.swiper-slide picture,
.swiper-slide picture img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-slide {
  width: auto;
}

#prev,
#next {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.swiper-button-prev {
  left: 0;
  justify-content: left;
}

.swiper-button-next {
  justify-content: right;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: " ";
}

#prev p,
#next p {
  font-size: 30px;
}

#next {
  right: 0;
  justify-content: right;
}

#scrollButton {
  display: flex;
  grid-gap: 5px;
  cursor: pointer;
}

#scrollButton span {
  display: flex;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
  height: 17px;
  width: auto;
  align-items: center;
  justify-content: center;
  transform: rotate(-135deg);
}

#scrollButton.active > span {
  transform: rotate(0);
}

@media screen and (max-width: 1000px) {
  #container-images {
    height: calc(100dvh - 4em);
  }
}
