body {
  background-image: url('images/bg.png');
  margin: 0px;
}

.epic-container {
  display: grid;
  grid-template-columns: 650px 700px;
  position: absolute;
  left: 80px;
}

.em-content {
  display: flex;
  flex-direction: column;
  border: solid gold 2px;
  margin: 0px 20px 0px 0px;
}

.em-concept-art {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border: solid brown 3px;
}
  
.em-intro, .em-dev, .em-plot, .em-review {
  background-color: AntiqueWhite;
  height: 400px;
  overflow: scroll;
  scrollbar-width: none;
  padding: 10px 20px 10px 80px;
  margin: 0px 0px 20px 0px;
}

em-intro {
  border: solid transparent 110px;
  background-image: url('images/em-frame-1.png') 110;
  margin: 50px;
}

.em-introduction {
  width: 660px;
  height: 440px;
  border: solid transparent 160px;
  border-image: url('images/frame-2.2.png') 138 round;
  background-image: url('images/introbg2.1.jpg');
  background-clip: padding-box;
  background-size: cover;
  padding: 10px 40px 10px 40px;
  overflow: scroll;
  scrollbar-width: none;
}

.em-development {
  width: 660px;
}

.em-the-game {
  width: 660px;
}

.em-concept-art {
  width: 660px;
}

.em-memories {
  width: 660px;
}

h9 {
  font: bold 2em Courier;
  text-align: right;
  background-image: linear-gradient(to right, SaddleBrown, Bisque);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  font: 1.1em Serif;
  text-align: justify;
}

.left-image img {
  height: 100vh;
  position: fixed;
  z-index: 2;
}

.right-image img {
  height: 20vh;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.em-polaroid img {
  position: sticky;
  top: 610px;
  left: 620px;
  z-index: 2;
  transform: rotate(-10deg)
}
  
@media only screen and (max-width: 700px) {
  body {
    display: grid;
    justify-items: center;
  }
  .em-introduction, .em-development, .em-the-game, .em-concept-art, .em-memories {width: 70lvw; height: auto; position: static; border: 0px; background-image: url("images/tan-1.png");}
  .mickey-side img {display: none;}
}