.elementor-widget-hae-gallery-metro {
  width: 100%;
}

.hae-gallery-metro .card {
  border: none;
  overflow: hidden;
}
.hae-gallery-metro .card-body {
  padding: 0;
}
.hae-gallery-metro .card-img {
  background-size: cover;
  background-clip: padding-box;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  position: relative;
}
.hae-gallery-metro .card-img::after {
  content: "";
  display: block;
  padding-top: var(--hae-gallery-ratio);
}
.hae-gallery-metro .hae-view-more-wrap {
  margin: auto 0;
}

.hae-list-grid {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.hae-list-grid .hae-grid-item {
  display: grid;
}
.hae-list-grid .gr-2 {
  grid-row: span 2;
}
.hae-list-grid .gr-3 {
  grid-row: span 3;
}
.hae-list-grid .gr-4 {
  grid-row: span 4;
}
.hae-list-grid .gr-5 {
  grid-row: span 5;
}
.hae-list-grid .gr-6 {
  grid-row: span 6;
}
.hae-list-grid .gr-7 {
  grid-row: span 7;
}
.hae-list-grid .gr-8 {
  grid-row: span 8;
}
.hae-list-grid .gr-9 {
  grid-row: span 9;
}
.hae-list-grid .gr-10 {
  grid-row: span 10;
}
.hae-list-grid .gr-11 {
  grid-row: span 11;
}
.hae-list-grid .gr-12 {
  grid-row: span 12;
}
.hae-list-grid .gc-2 {
  grid-column: span 2;
}
.hae-list-grid .gc-3 {
  grid-column: span 3;
}
.hae-list-grid .gc-4 {
  grid-column: span 4;
}
.hae-list-grid .gc-5 {
  grid-column: span 5;
}
.hae-list-grid .gc-6 {
  grid-column: span 6;
}
.hae-list-grid .gc-7 {
  grid-column: span 7;
}
.hae-list-grid .gc-8 {
  grid-column: span 8;
}
.hae-list-grid .gc-9 {
  grid-column: span 9;
}
.hae-list-grid .gc-10 {
  grid-column: span 10;
}
.hae-list-grid .gc-11 {
  grid-column: span 11;
}
.hae-list-grid .gc-12 {
  grid-column: span 12;
}

.hae-view-more-wrap {
  color: #fff;
}
.hae-view-more-wrap .hae-number-gallery {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.hae-view-more-wrap .hae-view-more-image {
  text-transform: uppercase;
  font-size: 13px;
}

/*# sourceMappingURL=gallery-metro.css.map */
