.gallery-item-inner .add_embed_code { display:none; } 
.gallery-module {
  display: flex;
  flex-wrap: wrap;
}
ul.gallery-navigation {
  line-height: normal;
  border-radius: 39px;
  background: rgba(232, 232, 237, 0.15);
  list-style: none;
  display: table;
  margin: 60px auto 0;
  padding:9px;
}
ul.gallery-navigation a {
  border-radius: 39px;
  color: #fff;
  display: block;
  padding: 17px 46px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
ul.gallery-navigation li {
  display: inline-block;
}
ul.gallery-navigation a.active {
  background: #DAFF01;
  color: #000;
  font-weight: 700;
}
.gallery-module .gallery-item {
  padding: 15px;
  width: 33.3333%;
}
.gallery-inner{
  width:100%;
  display:none;
}
.gallery-module.no-bar .gallery-item figure {
  margin-bottom: 0;
}
.gallery-module .gallery-item figure {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 84%;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gallery-module .gallery-item figure img {
  display: block;
  height: 100%!important;
  object-fit: cover;
  transition: all .35s ease-in-out;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-module i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:scale(0.9) translate(-50%,-50%);
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-module .gallery-item figure:hover i {
  opacity: 1;
  transform:scale(1) translate(-50%,-50%);
}
.gallery-item figure:hover img {
  transform: scale(1.055);
  transition: all 0.35s ease-in-out;
}
.gallery-module .gallery-item figure:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  background: rgba(17,17,17,0.35);
}
.gallery-module .gallery-item figure:hover:after {
  opacity: 1;
}
.gallery-module .gallery-item figure svg {
  height: 40px;
  width: 40px;
}
.gallery-wrap .top-header {
  margin-bottom: 40px;
}
.glightbox-clean .gslide-description {
  background: transparent;
  text-align: center;
}
.glightbox-clean .gslide-description h4 {
  color: #fff;
  font-size: 18px;
}

.gallery-item-inner {
  overflow: hidden;
  position: relative;
}
.gallery-module .gallery-item .learn-more {
  background: hsla(0,0%,100%,.9);
  background-repeat: no-repeat;
  border: 1px solid #fff;
  bottom: 0;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  left: 0;
  letter-spacing: .13em;
  padding: 15px 25px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  z-index: 2;
  min-height: 55px;
}
.gallery-item-inner a {
  text-decoration: none;
}
.gallery-module .project-name{
  transition: all .3s ease;
  color: #8E8E8E;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
.gallery-module .gallery-item .learn-more .learn-btn {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: all ease 0.3s;
}
.gallery-module .gallery-item:hover .learn-more .learn-btn {
  opacity: 1;
  visibility: visible;
}
.gallery-module .gallery-item:hover .learn-more .project-name {
  opacity: 0;
}
.gallery-module .gallery-item:focus .learn-more,
.gallery-module .gallery-item:hover .learn-more {
  transform: translateY(0);
}
ul.gallery-navigation:empty {
  display: none;
}
.gallery-item-inner img {
  position: absolute;
  top: 0;
  height: 100% !important;!i;!;
  width: 100%;
  object-fit: cover;
  left: 0;
}
/* .gallery-item-inner.video_embed_code { padding-bottom:0; } */
.gallery-item-inner.video_embed_code iframe { height:207px !important; max-width: 100%;}
.gallery-item-inner.videoadded { padding-bottom:0; }

.gallery-item-inner {
  padding-bottom: 55%;
}
.gallery-item-inner a[data-fancybox] {
  background: #000;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.3s;
}
.gallery-item-inner:hover a[data-fancybox] svg * {
  stroke: #fff;
}

.gallery-item-inner a[data-fancybox] svg {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
}
.gallery-item-inner:hover a[data-fancybox] {
  opacity: 0.6;
  visibility: visible;
}

@media(min-width:768px){
  .gallery-module .gallery-item.five {
    width: 20%;
  }
  .gallery-module .gallery-item.four {
    width: 25%;
  }
  .gallery-module .gallery-item.two {
    width: 50%;
  }
}

@media(max-width:767px){
  .gallery-module .gallery-item {
    width: 50%;
  }
}

@media(max-width:479px){
  .gallery-module .project-name {
    font-size: 16px;
  }
  .gallery-module .gallery-item figure {
    padding: 0 0 100%;
  }
  .gallery-module .gallery-item{
    width:100%;
  }
}
