@media only screen and (max-width: 650px) {
  .gallery {
    flex-wrap: wrap;
  }

  .gallery .row img, .overlay img {
    border-radius: 20px;
  }
}