.landing-page-container {
  background: url("/assets/images/bg1.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}

#bio_ep_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 10001
}

#bio_ep {
  position: fixed;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 10002
}

#bio_ep {
  width: 400px;
  height: auto
}