/* gallery cide */
.gallery-layout-1 ul#pills-tab {
  justify-content: center;
  margin-bottom: 30px !important;
}
.gallery-layout-1 .image a img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.gallery-layout-1 .gallery-grid-item {

  width:calc((100% - 40px) / 3);

}

.gallery-layout-1 .gallery-grid-item::after{
  content: "";
}


.gallery-layout-1 .gallery-grid-item img {
  display: block !important;
  max-width: 100%;

}
.lb-data .lb-number{
  display: none !important;
}
.gallery-layout-1 .image a {
  display: block;
  height: 100%;
}
.gallery-layout-1 .home-gallerytabs {
  margin-bottom: 35px;
}


@media (max-width: 767px) {
 .gallery-layout-1 .gallery-grid-item {

  width:calc((100% - 40px) / 2);

}
}

@media(max-width:600px){
   .gallery-layout-1 .gallery-grid-item {

width: 100% !important;

}
}