li.slide-item.slick-slide {
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
}
li.slide-item.slick-slide {
  background-color: none;
}
ul.slick-initialized.slick-slider {
  background-color: none;
}
ul.slick-initialized.slick-slider li.slide-item.slick-slide img {
  margin: 0 auto;
}
.gallery_img {
  background-color: #333;
  xwidth: 100%;
  width: auto;
  margin-bottom: 1rem;
}
.gallery_txt {
  text-align: left;
  width: 100%;
}
.gallery_txt h4 {
  border-bottom: 1px solid #333;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.thumbnail-item {
  width: 14%;
  height: 100px;
}
/* #thumbnail-list{
  justify-content: space-around;
} */
ul.slick-initialized.slick-slider {
  background-color: none;
  max-height: 600px;
}
@media screen and (max-width: 800px) {
  li.slide-item.slick-slide {
    height: auto;
  }
  ul.slick-initialized.slick-slider li.slide-item.slick-slide img {
    max-height: 100%;
  }
  .gallery-inner {
    width: 100%;
  }
  #slider {
    height: auto;
  }
  .thumbnail-item {
    height: 60px;
  }
  #thumbnail-list {
    justify-content: start;
    gap: 0;
  }
  .thumbnail-item img {
    height: 100%;
    width: 100%;
    max-height: initial;
    max-width: initial;
  }
}
