.modal-lightboxku {
  display: none;
  position: fixed;
  z-index: 1111;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(12, 12, 12, 80%);
  opacity: 0%;
  transition: 0.7s;
}

/* Modal Content */
.modal-lightboxku-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  left: 0;
  width: 100%;
}
.image-content {
  min-width: 30% !important;
  max-width: 70% !important;
  min-height: 100px !important;
  max-height: 800px !important;
  margin: 0px;
  transition: 0.5s;
}
@media screen and (max-width: 800px){
  .image-content {
    min-width: 80% !important;
    max-width: 90% !important;
    min-height: 100px !important;
    max-height: 800px !important;
    margin: 0px;
  }
}

.column-lbt {
  min-width: 10%;
  margin: auto;
  margin-top: 10px;
  transition: 0.5s;
  margin-bottom: 10px;
}

.to-center {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* The Close Button */
.closeLb {
  color: white;
  position: fixed;
  top: -13px;
  right: 17px;
  font-size: 35px;
  font-weight: bold;
  z-index: 10;
}

.closeLb:hover,
.closeLb:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  opacity: 0%;
  transition: 0.4s;
}


/* Hidden Main Scrollbar*/
.hidden-main-scroll::-webkit-scrollbar {
  display: none;
}
.hidden-main-scroll::-webkit-scrollbar-track {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  padding: 16px;
  margin-top: 300px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 10;
}
@media screen and (max-height: 600px){
  .prev, .next {
    margin-top: 270px;
  }
}
@media screen and (max-height: 550px){
  .prev, .next {
    margin-top: 240px;
  }
}
@media screen and (max-height: 500px){
  .prev, .next {
    margin-top: 210px;
  }
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: -8px;
  z-index: 3;
}

/* Caption text */
.caption-container {
  position: relative;
  left: 0px;
  top: -8px;
  width: 100%;
  text-align: center;
  background-color: black;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 6px;
  min-height: 60px;
  color: white;
  font-size: 0.87em;
}


img.demo {
  cursor: pointer;
  opacity: 60%;
  height: 100px;
  width: 100px;
  border-radius: 50% 50%;
  margin-top: 5px;
  transition: 0.5s;
}
@media screen and (max-width: 800px){
  img.demo {
    height: 80px;
    width: 80px;
    border-radius: 50% 50%;
  }
}
@media screen and (max-width: 600px){
  img.demo {
    height: 70px;
    width: 70px;
    border-radius: 50% 50%;
  }
}

.demo.active,
.demo:hover {
  opacity: 100%;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}