.thumb img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  padding: 0 3px;
}

#thumbnails {
  height: 100px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

#slider {
  width: 95%;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 3rem;
  /* height: 80vh; */
}

/*
.slick-slide {
   height: 80vh;
}
*/

.slide img {
  /* height: 80vh; */
  height: 100%;
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
}


.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  cursor: pointer;
  background-size: 20px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

#slider .slick-arrow {
    top: 20%;
}

.slick-arrow.slick-prev {
  left: 10px;
}
.slick-arrow.slick-next {
  right: 10px;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.slick-prev:focus,
.slick-next:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
