.shop_box img {
 width: 100%;
 height: 141px;
 object-fit: cover;
}

@media screen and (max-width: 768px) {
  .shop_box img {
    height: 23.5vw;
  }
}