.welcome {
  position: relative;
}

.welcome h1 {
  z-index: 1000;
  position: relative;
}

.pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: fade 24s infinite;
  animation: fade 24s infinite;
}

#pic1 {
  animation-delay: 0s;
  background-image: url("/images/1440pxslider1.png");
}

#pic2 {
  background-image: url("/images/1440pxslider2.png");
  animation-delay: 6s;
}

#pic3 {
  background-image: url("/images/1440pxslider3.png");
  animation-delay: 12s;
}

#pic4 {
  background-image: url("/images/1440pxslider4.png");
  animation-delay: 18s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.eatery-burgercrush {
  background: url("/images/burgercrush_1440px.png");
  background-size: cover;
  background-position: center;
}

.eatery-filones {
  background: url("/images/filones_1440px.png");
  background-size: cover;
  background-position: center;
}

.eatery-sliceshop {
  background: url("/images/sliceshop_1440px.png");
  background-size: cover;
  background-position: center;
}

.eatery-tacotaco {
  background: url("/images/tacotaco_1440px.png");
  background-size: cover;
  background-position: center;
}

.eatery-cgjuiceco {
  background: url("/images/cgjuiceco_1440px.png");
  background-size: cover;
  background-position: center;
}

.eatery-pandaexpress {
  background: url("/images/pandaexpress_1440px.png");
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1900px) {
  #pic1 {
    animation-delay: 0s;
    background-image: url("/images/2560pxslider1.png");
  }

  #pic2 {
    background-image: url("/images/2560pxslider2.png");
    animation-delay: 6s;
  }

  #pic3 {
    background-image: url("/images/2560xslider3.png");
    animation-delay: 12s;
  }

  #pic4 {
    background-image: url("/images/2560pxslider4.png");
    animation-delay: 18s;
  }

  .eatery-burgercrush {
    background: url("/images/burgercrush_1440px.png");
    background-size: cover;
    background-position: center;
  }

  .eatery-filones {
    background: url("/images/filones_2560px.png");
    background-size: cover;
    background-position: center;
  }

  .eatery-sliceshop {
    background: url("/images/sliceshop_2560px.png");
    background-size: cover;
    background-position: center;
  }

  .eatery-tacotaco {
    background: url("/images/tacotaco_2560px.png");
    background-size: cover;
    background-position: center;
  }

  .eatery-cgjuiceco {
    background: url("/images/cgjuiceco_2560px.png");
    background-size: cover;
    background-position: center;
  }

  .eatery-pandaexpress {
    background: url("/images/pandaexpress_2560px.png");
    background-size: cover;
    background-position: center;
  }
}