header
{
  display:grid;
  grid-template-columns: 1.5em auto;
}
header h1
{
  overflow: hidden;
}
div#mobile_gradient
{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0) 51%);
}
div#titles
{
  width:100%;
  line-height: 1.2;
  vertical-align: bottom;
}
div#titles h1
{
  font-size:4em;
}
div#main
{
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto 100vw;
}
div#posters
{
  height:250px;
}
div#posters figure
{
  width:173px;
  height:250px;
}

div#contact p
{
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
a#redgirl
{
  width:calc(100vw - 1em);
}
footer
{
  height:3em;
}
footer p
{
  width:90%;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
div#credits_popup_copy div
{
  column-count: 1;
}
