body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("living-room.jpg");
  height: 100%;
}

.bgimg-2 {
  background-image: url("cinema-strip.jpg");
  height: 100%;
}

.bgimg-3 {
  background-image: url("bar.png");
  height: 100%;
}

.caption {
  position: absolute;
  left: 530px;
  top: 250px;
  width: 250px;
  text-align: center;
  color: #000;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

@media only screen and (max-width: 1024px) {
	.caption {
	  left: 270px;
	  top: 240px;
	}
}

@media only screen and (max-width: 932px) {
	.caption {
	  left: 180px;
	  top: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.caption {
	  left: 150px;
	  top: 360px;
	}
}

@media only screen and (max-width: 430px) {
	.caption {
	  left: 30px;
	  top: 280px;
	}
}
