div.bottomsnap div.bottomsnap_main div.bottomsnap_top {
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 16px 16px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(4, 1fr);
  padding: 0;
  img 
}

div.bottomsnap div.bottomsnap_main div.bottomsnap_top img {
  display: block;
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 769px) {
  div.bottomsnap div.bottomsnap_main div.bottomsnap_top {
    grid-gap: 12px 12px;
    padding: 12px;
  }
  div.bottomsnap div.bottomsnap_main div.bottomsnap_top img {
    height: 60vh;
  }
}

/*# sourceMappingURL=0309bottomsnap.css.map */