.homepicture {
    width : 100%;
    height: auto;
    margin: auto;
    padding: 0px;
    background: white;
}
.homepicture h1, .homepicture h2 {
  margin-top: -10px;
}

.homepicture .content {
  vertical-align: middle;
  overflow: hidden;
  height: 280px;
}

.homepicture img {
  width: 100%;
}

