body,
html {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: -5px;

  overflow-x: hidden;
  overflow-y: hidden;
  background: url('/join-our-family/assets/bg.jpg') no-repeat center center;
  background-size: cover;
}
canvas{height: 100%;width: 100%; margin-top: 0;
  margin-left: 0;}
.snow {
  height: 100%;
  position: absolute;
  width: 100%;
}
.text{
  display: none;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Lato', sans-serif;
  font-size: 1.5em;
  z-index: 10;
}
.email{
  background: none;
  border: none;
  border-bottom: 2px solid #666;
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
}
.sub{
  background: none;
  border:none;
  border: 2px solid #000;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  position: relative;
  margin-top: 0%;
}
.kast{
    display: inline-block;
}
.fog {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  height: 100vh;
  width: 100%;
}
.container{
    position: absolute;

    height: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
  }

.fog__img1, .fog__img2 {
    position: absolute;
    height: 100vh;
    width: 300vw;
}
.fog__img1 {
      background: url('https://res.cloudinary.com/dkr52htco/image/upload/v1536173269/fog-1.png') repeat-x;
      background-size: cover;
      background-position: center;
      animation: marquee 60s linear infinite;
    }

.fog__img2 {
      background: url('https://res.cloudinary.com/dkr52htco/image/upload/v1536173269/fog-2.png') repeat-x;
      background-size: cover;
      background-position: center;
      animation: marquee 40s linear infinite;
    }
  .next{
    display: none;
  }
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200vw, 0, 0);
  }
}
@media only screen and (max-width: 768px) {
  .text{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 1em;
    z-index: 10;
  }
  .sub{
    background: none;
    border:none;
    border: 2px solid #000;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    position: relative;
    margin-top: 10%;
  }
}