.g-page.g-page-gallery1 .g-row.g-gallery1-photo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .g-page.g-page-gallery1 .g-row.g-gallery1-photo-list .g-img.g-img--gallery-image {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    display: flex; }
    @media (max-width: 960px) {
    .g-page.g-page-gallery1 .g-row.g-gallery1-photo-list .g-img.g-img--gallery-image {
      width: calc(33% - 20px); } }
    @media (max-width: 580px) {
    .g-page.g-page-gallery1 .g-row.g-gallery1-photo-list .g-img.g-img--gallery-image {
      width: calc(50% - 20px); } }
    .g-page.g-page-gallery1 .g-row.g-gallery1-photo-list .g-img.g-img--gallery-image .g-img__layers {
      display: flex;
      width: 100%;
      height: 100%; }
      .g-page.g-page-gallery1 .g-row.g-gallery1-photo-list .g-img.g-img--gallery-image .g-img__layers a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0; }
        .g-page.g-page-gallery1 .g-row.g-gallery1-photo-list .g-img.g-img--gallery-image .g-img__layers a:after {
          display: none; }
  .g-page.g-page-gallery1 .g-row.g-gallery1-photo-list br {
    display: none; }
