@media (max-width: 479px) {
  .image-link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    opacity: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .image-link.noselect {
    position: static;
    height: 600px;
  }
  .link-block-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .body {
    background-color: #fff;
  }
  .body.bg-color._1 {
    background-color: #9c9c9c;
  }
  .bg-color {
    background-color: #f1f1f1;
  }
  .body-2 {
    height: 100vh;
  }
  .div-block {
    height: 500px;
    background-color: transparent;
  }
  .div-block-2 {
    height: 500px;
    max-height: 600px;
  }
  .image {
    display: block;
  }
}