.gallery-container {
  margin-bottom: 50px;
}
.gallery-container .nav.nav-tabs {
  border: none;
  padding: 0px 12px;
  overflow: hidden;
  overflow-x: auto;
  flex-wrap: initial;
  display: -webkit-box;
  padding-bottom: 5px;
}
.gallery-container .nav.nav-tabs .nav-link {
  background: #401B25 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px 5px 0px 0px !important;
  padding: 12px 15px;
  margin-right: 5px;
}
.gallery-container .nav.nav-tabs .nav-link.active {
  background-color: #ff9f5a !important;
}
.gallery-container .row:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-container .column {
  float: left;
  width: 25%;
  margin-top: 20px;
}
.gallery-container .column:hover .overlay-container {
  display: block !important;
}
.gallery-container .overlay-container {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  cursor: pointer;
  transition: 0.5s;
}
.gallery-container .overlay-container svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.gallery-container .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.gallery-container .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
}
.gallery-container .modal-content img {
  margin: auto;
  display: table;
  width: 100%;
}
.gallery-container .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.gallery-container .close:hover,
.gallery-container .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.gallery-container .mySlides {
  display: none;
}
.gallery-container .cursor {
  cursor: pointer;
}
.gallery-container .prev,
.gallery-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
  color: #fff !important;
}
.gallery-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.gallery-container .prev:hover,
.gallery-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.gallery-container .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.gallery-container .demo {
  opacity: 0.6;
}
.gallery-container .active,
.gallery-container .demo:hover {
  opacity: 1;
}
.gallery-container img.hover-shadow {
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery-container video {
  height: 235px !important;
}
.gallery-container .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);
}

@media screen and (max-width: 1366px) {
  .gallery-container img.hover-shadow {
    height: 200px;
  }
  .gallery-container video {
    height: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .gallery-container .column {
    width: 50%;
  }
  .gallery-container .nav.nav-tabs .nav-link {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .gallery-container .column {
    width: 100%;
  }
}
