a.flickr-embed {
  width: 470px;
  height: 300px;
  pointer-events: none;
}
.flickr-embed img {
  //display: none;
}

ul#fwall {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(327px, 1fr)); /* Автоматически заполняем колонки */
  list-style-type: none;
}
ul#fwall li {
  height: 195px;
  position: relative;
  overflow: hidden;
}
ul#fwall img {
  max-height: 120%;
  min-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}