.background-about {
  background: url(http://villamatogmer.no/images/about.jpg);
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  min-width: 100%;
}

.about-container {
  margin: 30px;
}

.about-container a {
  text-transform: none;
  text-decoration: underline;
}

/* Set the size of the div element that contains the map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}