
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 sans-serif;
  color: #777;
}

.bgimg-1{
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("images/picture-hope-ds.jpg");
  height: 100%;
}

.caption {
    position: relative;
    top: 92%;
    text-align: center;
    color: #000;
}

.caption img{
    max-width:350px;
    height: auto;
}



h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}


@media screen and (max-width: 400px) {

  .caption img{
    width:100%;
    height: auto;
}
}