
.lrmcity_gallery {
  display:flex;
  gap:15px
}
.lrmcity_galpic {
  width:100%
}
.lrmcity_galpic img {
  width:100%
}
.lrmcity_othergalpic img {
  border-radius:20px 20px 0 20px
}
@media(max-width:767px) {
  .lrmcity_gallery {
    flex-flow:wrap
  }
}