#city {
  background-image: url("./images/city/cluj4.jpg");
  background-size: cover; /* <------ */
  background-repeat: no-repeat;
  background-position: center center; /* optional, center the image */
}
