.sbc-grid-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vc_row-fluid.grid_section .sbc-grid-gallery {
  margin-left: -20px;
  margin-right: -20px;
}
.sbc-grid-gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
}
.sbc-grid-gallery .sbc-grid-gallery-single-image-wrapper {
  position: relative;
  padding: 0 20px;
  margin: 20px 0;
}
.sbc-grid-gallery .sbc-grid-gallery-single-image-wrapper a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.sbc-grid-gallery .sbc-grid-gallery-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
}
.sbc-grid-gallery .sbc-grid-gallery-hover:hover {
  opacity: 1;
}
.sbc-grid-gallery .sbc-grid-gallery-single-image-wrapper.no-hover-action a .sbc-grid-gallery-hover:hover {
  opacity: 0;
}
.sbc-grid-gallery .sbc-grid-gallery-hover i {
  margin: auto;
  color: #fff;
}
.sbc-grid-gallery .sbc-grid-gallery-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.sbc-grid-gallery .sbc-grid-gallery-single-image-wrapper.no-hover-action a {
  cursor: default;
  pointer-events: none;
}
.sbc-grid-gallery .sbc-grid-gallery-img-holder img {
  width: 100%;
}
.sbc-grid-gallery .sbc-grid-gallery-img-holder img[src=""]{
  visibility: hidden;
}
.sbc-grid-gallery-global-wrapper .sbc-grid-gallery-view-all-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
.sbc-grid-gallery-global-wrapper .sbc-grid-gallery-view-all-button {
  line-height: 19px;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 43px;
  height: 40px;
  border-color: var(--secondary-event-color);
  background-color: var(--secondary-event-color);
  color: var(--white-color);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.sbc-grid-gallery-global-wrapper .sbc-grid-gallery-view-all-button:hover {
  border-color: var(--main-event-color);
  background-color: var(--main-event-color);
}
.sbc-grid-gallery .ajaxCallLoader {
  width: 100%;
}
.sbc-grid-gallery-global-wrapper .sbc-grid-gallery-heading {
  padding: 15px 0;
}
.sbc-grid-gallery-global-wrapper .sbc-grid-gallery-heading.center {
  text-align: center;
}
.sbc-grid-gallery-global-wrapper .sbc-grid-gallery-heading.left {
  text-align: left;
}
.sbc-grid-gallery-global-wrapper .sbc-grid-gallery-heading.right {
  text-align: right;
}
.sbc-grid-gallery .sbc-grid-gallery-container .sbc-grid-gallery-single-image-wrapper {
  width: 25%;
  height: 130px;
}
@media screen and (max-width: 1199px) {
  .sbc-grid-gallery-container {
    max-width: 890px;
  }
  .sbc-grid-gallery .sbc-grid-gallery-container .sbc-grid-gallery-single-image-wrapper {
    width: 33.333%;
  }
}
@media screen and (max-width: 890px) {
  .sbc-grid-gallery-container {
    max-width: 569px;
  }
  .sbc-grid-gallery .sbc-grid-gallery-container .sbc-grid-gallery-single-image-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 569px) {
  .sbc-grid-gallery-container {
    max-width: 260px;
  }
  .sbc-grid-gallery .sbc-grid-gallery-container .sbc-grid-gallery-single-image-wrapper {
    padding: 0;
    width: 100%;
  }
}