.elementor-777 .elementor-element.elementor-element-f3a093a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:050px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-777 .elementor-element.elementor-element-ee372a8{--display:flex;}.elementor-777 .elementor-element.elementor-element-c317afa .gallery-item .gallery-caption{display:none;}@media(max-width:767px){.elementor-777 .elementor-element.elementor-element-f3a093a{--padding-top:0100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for image-gallery, class: .elementor-element-c317afa *//* Masonry container */
#masonry-gallery {
  columns: 4;            /* Number of columns on desktop */
  column-gap: 0;         /* No gap between columns */
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

/* Gallery items */
#masonry-gallery .gallery-item,
#masonry-gallery .gallery .gallery-item {
  break-inside: avoid;
  margin-bottom: 0;      /* No gap at the bottom */
  width: 100%;
  display: block;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

/* Images fill their container and have no border */
#masonry-gallery .gallery-item img,
#masonry-gallery .gallery .gallery-item img,
#masonry-gallery img {
  width: 100%;
  display: block;
  border-radius: 0 !important;   /* Remove border radius */
  border: none !important;       /* Remove border */
  box-shadow: none !important;   /* Remove any shadow */
  margin-bottom: 0;
  background: none !important;
}

/* Remove border from links wrapping images */
#masonry-gallery .gallery-item a,
#masonry-gallery .gallery .gallery-item a {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  padding: 0;
  margin: 0;
}

/* Responsive columns */
@media (max-width: 1200px) {
  #masonry-gallery { columns: 3; }
}
@media (max-width: 768px) {
  #masonry-gallery { columns: 2; }
}
@media (max-width: 480px) {
  #masonry-gallery { columns: 1; }
}/* End custom CSS */