
.masonry-col.s1 {
    width: 8.33333%;
  }
  
  .masonry-col.s2 {
    width: 16.66666%;
  }
  
  .masonry-col.s3 {
    width: 24.99999%;
  }
  
  .masonry-col.s4 {
    width: 33.33333%;
  }
  
  .masonry-col.s5 {
    width: 41.66666%;
  }
  
  .masonry-col.s6 {
    width: 49.99999%;
  }
  
  .masonry-col.s7 {
    width: 58.33333%;
  }
  
  .masonry-col.s8 {
    width: 66.66666%;
  }
  
  .masonry-col.s9 {
    width: 74.99999%;
  }
  
  .masonry-col.s10 {
    width: 83.33333%;
  }
  
  .masonry-col.s11 {
    width: 91.66666%;
  }
  
  .masonry-col.s12 {
    width: 99.99999%;
  }
  
  @media (min-width: 601px) {
    .masonry-col.m1 {
      width: 8.33333%;
    }
  
    .masonry-col.m2 {
      width: 16.66666%;
    }
  
    .masonry-col.m3,
    .ss-quarter {
      width: 24.99999%;
    }
  
    .masonry-col.m4,
    .ss-third {
      width: 33.33333%;
    }
  
    .masonry-col.m5 {
      width: 41.66666%;
    }
  
    .masonry-col.m6,
    .ss-half {
      width: 49.99999%;
    }
  
    .masonry-col.m7 {
      width: 58.33333%;
    }
  
    .masonry-col.m8,
    .ss-twothird {
      width: 66.66666%;
    }
  
    .masonry-col.m9,
    .ss-threequarter {
      width: 74.99999%;
    }
  
    .masonry-col.m10 {
      width: 83.33333%;
    }
  
    .masonry-col.m11 {
      width: 91.66666%;
    }
  
    .masonry-col.m12 {
      width: 99.99999%;
    }
  }
  
  @media (min-width: 993px) {
    .masonry-col.l1 {
      width: 8.33333%;
    }
  
    .masonry-col.l2 {
      width: 16.66666%;
    }
  
    .masonry-col.l3 {
      width: 24.99999%;
    }
  
    .masonry-col.l4 {
      width: 33.33333%;
    }
  
    .masonry-col.l5 {
      width: 41.66666%;
    }
  
    .masonry-col.l6 {
      width: 49.99999%;
    }
  
    .masonry-col.l7 {
      width: 58.33333%;
    }
  
    .masonry-col.l8 {
      width: 66.66666%;
    }
  
    .masonry-col.l9 {
      width: 74.99999%;
    }
  
    .masonry-col.l10 {
      width: 83.33333%;
    }
  
    .masonry-col.l11 {
      width: 91.66666%;
    }
  
    .masonry-col.l12 {
      width: 99.99999%;
    }
  }