.parallax {
    transition: none !important;
}

.full {min-height: 100vh;}
@media only screen and (max-width: 768px) {
  #mitten{
    display:none;
  }
}

@media only screen and (max-width: 468px) {
  #mobil{
    display:none;
  }
}