@media screen and (min-width: 768px) {
  .images img.slide-down {
    animation-name: fadeInDown;
    animation-duration: 3s;
  }

  .images img.slide-right {
    animation-name: fadeInRight;
    animation-duration: 3s;
  }

  .images img.slide-right-big {
    animation-name: fadeInRightBig;
    animation-duration: 3s;
  }

  .images img.slide-left {
    animation-name: fadeInLeft;
    animation-duration: 3s;
  }

  .images img.slide-left-big {
    animation-name: fadeInLeftBig;
    animation-duration: 3s;
  }

  .images img {
    object-fit: cover;
    height: 1200px;
    margin: 20px 0px;
    padding: 20px 20px;
  }

  .images.row {
    margin: 40px 0px;
  }
}

.images img {
  margin: 10px 0px;
}

.images a {
  border-bottom: 1px solid lightgrey;
}

.image-title-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 20px;
  background-color: #151c28;
  padding: 20px 40px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 90%;
  }
}

.modal-body #img-wrapper.active {
  display: block;
}

.modal-content {
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.modal-backdrop.in {
  opacity: 0.7;
}
  
button.close {
  color: #fff;
  font-size: 2em;
  opacity: 1;
  position: absolute;
  top: -10px;
  right: 0;
}

.thumb div {
  width: 50px;
  height: 50px;
}

.thumbs {
  list-style-type: none;
}

.thumbs.row {
  padding-inline-start: 0px;
}

.thumb {
  margin: 10px 0px;
  cursor: pointer;
  border: 1px solid transparent;
}

.thumb img {
  width: 100%;
}

.thumb.active {
  border: 1px solid #fff;
}

.thumbs-container {
  position: sticky;
  top: 0;
}
