.images {
  background: white;
  outline: none;
}
.images .img-large {
  width: 100%;
  background-color: white;
  overflow: hidden;
  position: relative;
  border-bottom: none;
  cursor: pointer;
}
.images .img-large .name-container {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.images .img-large .name {
  color: white;
  line-height: 1.2;
  text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 3rem;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 0;
}
.images .img-large .arrow-large {
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  height: 70px;
  width: 70px;
  margin: 0 10px 0 10px;
  cursor: pointer;
  filter: drop-shadow(0px 0px 10px #000000);
}
.images .img-large .arrow-large-right {
  left: auto;
  right: 0;
}
.images .img-large .large-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: 0;
}
.images.full-width .img-large {
  height: 75vh;
  padding-bottom: 0;
}
.images.ratio .img-large {
  height: 0;
  padding-bottom: 56.25%;
}
.images .img-large:hover .arrow-large {
  opacity: 100%;
  transition: opacity 0.5s;
}
.images #img-modal {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  justify-content: center;
  align-items: center;
  outline: none;
  overflow: hidden;
}
.images #img-modal .modal-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.images #img-modal .modal-img-container {
  margin: 0 auto;
  position: absolute;
  z-index: 21;
  display: flex;
  justify-content: center;
  align-items: center;
}
.images #img-modal .modal-img-container .large-img {
  max-height: 98vh;
  max-width: 98vw;
  object-fit: contain;
  display: block;
}
.images #img-modal .modal-img-container .arrow-large {
  position: fixed;
  cursor: pointer;
  height: 70px;
  width: 70px;
  filter: drop-shadow(0px 0px 10px #000000);
}
.images #img-modal .modal-img-container .arrow-large-left {
  left: 0;
}
.images #img-modal .modal-img-container .arrow-large-right {
  right: 0;
}
.images #img-modal .modal-img-container .close-modal {
  position: absolute;
  z-index: 22;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  filter: drop-shadow(0px 0px 10px #000000);
  cursor: pointer;
}
.images .img-thumbs-container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.images .img-thumbs-container .arrow-small {
  display: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  padding: 35px 0;
  cursor: pointer;
  max-width: 28px;
}
.images .img-thumbs-container .arrow-small-left {
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  width: 28px;
}
.images .img-thumbs-container .arrow-small-right {
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  width: 28px;
}
.images .img-thumbs-container .img-thumbnails {
  position: relative;
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  gap: 5px;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  background: white;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}
.images .img-thumbs-container .img-thumbnails li {
  margin: 0;
  height: 90px;
}
.images .img-thumbs-container .img-thumbnails li .img-small {
  cursor: pointer;
  height: 100%;
  background-color: white;
  object-fit: contain;
  width: auto !important;
}
.images .img-thumbs-container .img-thumbnails li .selected {
  outline: 4px solid #ff7c46;
  outline-offset: -4px;
}
.images ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.images ul::-webkit-scrollbar {
  display: none;
}

@media (hover: none), (pointer: coarse) {
  main .images .img-large .arrow-large {
    opacity: 1;
  }
  main .images #img-modal .modal-img-container .arrow-large {
    opacity: 1;
  }
  main .images #img-modal .modal-img-container .close-modal {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .images .img-large .arrow-large {
    height: 70px;
    width: 70px;
  }
  .images .img-large .name-container {
    bottom: 5%;
  }
  .images .img-large .name {
    font-size: 1.5rem;
  }
  .images #img-modal .modal-img-container .arrow-large {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 640px) {
  .images.ratio .img-large {
    padding-bottom: 100% !important;
  }
  .images.ratio .img-large .large-img {
    height: 100% !important;
  }
  .images.full-width .img-large {
    height: 75vh !important;
    padding-bottom: 0 !important;
  }
  .images .img-large .arrow-large {
    margin: 0;
    height: 65px;
    width: 65px;
  }
  .images #img-modal .modal-img-container .arrow-large {
    height: 65px;
    width: 65px;
  }
}
.hidden {
  display: none;
}

#large-img-dup {
  opacity: 1;
  transition: opacity 0.15s;
}
#large-img-dup.animating {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

/*# sourceMappingURL=slider.css.map */
