@media (min-width: 767px) {
  #slide2 {
    height: 500px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
  }
}

@media (max-width: 767px) {
  #slide2 {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 767px) {
  #slide3 {
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media (max-width: 767px) {
  #slide3 {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
}

#arrow {
  margin-top: 46px;
}

@media (max-width: 768px) {
  #arrow {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  #slide {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
}

@media (min-width: 767px) {
  #slide1 {
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media (max-width: 767px) {
  #slide1 {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

#blurryscroll {
  position: fixed;
  filter: blur(4px);
  background-color: rgba(255,0,0,0.5);
}

#navbar @extend #blurryscroll; {
  overflow: hidden;
}

