.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
@media (min-width: 768px) {
  html,
  body,
  #container {
    height: 100%;
  }
}
