.splashText {
   width: 80%;
   position: relative;
   top: 25%;
   line-height: 6.0vw;
 }

.mainQuote, .sMainQuote {
   font-size: 4vw;
   font-weight: 20; 
}

.kroche {
    position: relative;
    top: 1vw;
    left: 70%;
    font-size: 1.5vw;
}

@keyframes anim {
  from { opacity: 0; }
  to   { transform: translateY(-40px); opacity: 1; }
}

