.mobile-container h1 {
  color: #bcb259;
  width: 90%;
  margin: 2vh auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 7vw;
}

.mobile-container {
  width: 100%;
  height: 100%;
  background: black;
  background-size: cover;
  /* padding: 10px; */
  overflow: hidden;
}


#mobile .mobile-container {
  position:relative;
  overflow-y:scroll;
}

.mobile-container .keyart img {
  width: 100%;
  height: auto;
  margin: 0%;
}