.mobile-container h1 {
  color: #f0c045;
  width: 90%;
  margin: 4% auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 6vw;
}

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


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