.widget.c-gallery.c-gallery-template-6 .widget-items {
  margin: -8px;
}
.widget.c-gallery.c-gallery-template-6 .widget-item-big {
  width: 66.6666%;
}
.widget.c-gallery.c-gallery-template-6 .widget-item-long {
  width: 66.6666%;
}
.widget.c-gallery.c-gallery-template-6 .widget-item-long .widget-item-wrapper {
  padding-top: 30%;
}
.widget.c-gallery.c-gallery-template-6 .widget-item-wrapper {
  position: relative;
  padding-top: 60%;
}
.widget.c-gallery.c-gallery-template-6 .widget-item-picture-wrap {
  position: absolute;
  margin: 8px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  overflow: hidden;
}
.widget.c-gallery.c-gallery-template-6 .widget-item-picture {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.widget.c-gallery.c-gallery-template-6 .widget-item-picture img {
  display: none;
}
.widget.c-gallery.c-gallery-template-6 .widget-item-picture-wrap:hover .widget-item-picture {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 600px) {
  .widget.c-gallery.c-gallery-template-6 .widget-item-long .widget-item-wrapper {
    padding-top: 60%;
  }
}
.widget.c-gallery.c-gallery-template-6 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-gallery.c-gallery-template-6 .widget-footer-button:hover, .widget.c-gallery.c-gallery-template-6 .widget-footer-button:focus, .widget.c-gallery.c-gallery-template-6 .widget-footer-button:active {
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */
