.info-inner {
  /* The image used */
  background-image: url("../img/239969009_121238113582775_5548971183410519041_n.jpg");
  /* Position of the image */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

p {
  color: white;
  font-size: larger;
}