.elementor-23077 .elementor-element.elementor-element-a909abe{--display:flex;}.elementor-23077 .elementor-element.elementor-element-33daf41 .gallery-item .gallery-caption{display:none;}.elementor-23077 .elementor-element.elementor-element-33daf41 .gallery-item{padding:0 15px 15px 0;}.elementor-23077 .elementor-element.elementor-element-33daf41 .gallery{margin:0 -15px -15px 0;}.elementor-23077 .elementor-element.elementor-element-daa5b68{--display:flex;--min-height:80vh;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-23077 .elementor-element.elementor-element-daa5b68{--min-height:80vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for image-gallery, class: .elementor-element-33daf41 *//* Force exactly 2 rows for Elementor "Basic Gallery" (WP gallery markup) */
.two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;        /* column width; tweak 180px */
  gap: 12px;                                      /* spacing between items */
  overflow-x: auto;                               /* allows horizontal scroll when needed */
  -webkit-overflow-scrolling: touch;
}

/* Neutralize WP gallery default floats / widths so Grid can take over */
.two-rows-fixed .gallery-item {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Make thumbs cover their grid cell nicely */
.two-rows-fixed .gallery-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
 .two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr ; 
  gap: 10px;
}
}
@media only screen and (max-width: 767px) {
 .two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 0px;
}
}/* End custom CSS */