::selection{
  background-color:salmon;
  color:white
}
.parallax>use{
  animation:move-forever 12s linear infinite
}
.parallax>use:nth-child(1){
  animation-delay:-2s
}
.parallax>use:nth-child(2){
  animation-delay:-2s;
  animation-duration:5s
}
.parallax>use:nth-child(3){
  animation-delay:-4s;
  animation-duration:3s
}
@keyframes move-forever{
  0%{
  transform:translate(-90px,0%)
  }
  100%{
    transform:translate(85px,0%)
  }
}
.editorial{
  display:block;
  width:100%;
  height:10vh;
  max-height:80vh;
  margin:0
}
/* 
body{
  background-color:#323232;
  margin:0;
  max-height:300vh;
  overflow:hidden;
  padding:9em 0 0 0
}
.content{
  font-family:"Lato",sans-serif;
  text-align:center;
  background-color:#2d55aa;
  text-align:center;
  min-height:275vh;
  margin:-0.1em 0 0 0;
  padding:1em;
  color:#eee;
  font-size:2em;
  font-weight:300
}
.content{
  font-size:1em
}
.content h1{
  margin-top:-1.3em;
  font-weight:100;
  font-size:5em;
  user-select:none;
  cursor:default
}
@media(max-width:50em){
  .content h1{
    font-size:12vmax
  }
  .editorial{
    height:17vw
  }
 }
h1{
  outline:0
}
body{
  background-color:#234
}*/