body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.scroll-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.scroll-container section {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.headerimg, .footerimg {
  width: 50%;
  margin: 20px auto;
  transform: translate(50%, 0);

}
.screen {
  background-image: url(bb-story.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 1705px;
    overflow: hidden;
    margin: 0 auto;
    /* padding: 340px 20px; */
    padding: 420px 110px 180px;
    min-width: 1040px;
}
.screen2 {
  background-color: #000;
  /* height: 1705px; */
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 20px;
  z-index: 1;
  position: relative;
  max-width: 100%;
}
.screen2::after, .screen2::before {
  position: absolute;
  content: " ";
  background-size: contain;
  background-repeat: no-repeat;
  height: 50%;
  width: 50%;
  z-index: -1;
}
.screen2::before {
  top: 0;
  right: 0;
  background-image: url(hand-orange.png);
  background-position: top right;
}
.screen2::after {
  bottom: 0;
  left: 0;
  background-image: url(hand-blue.png);
  background-position: bottom left;
}
.screen2 .free-jobs {
  border-top: none;
  background-color: #000;
  padding: 20px 50px;
}
.free-jobs {
  width: 90%;
  margin: 0 auto;
  border-top: solid 2px #fff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.screen2 a.free-job:nth-child(even) > div {
  margin-right: 15px;
}
.screen2 .free-job {
  background-color: transparent;
  color: #fff;
  border-bottom: solid 2px #fff;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  padding: 15px 0;
  width: 50%;
}
.screen .free-job {
  background-color: transparent;
  color: #fff;
  border-bottom: solid 2px #fff;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  padding: 15px 0;
}
.screen .free-job__city {
  background-color: transparent;
  color: #ee6f16;
  padding: 0 0 10px;
  right: unset;
  font-weight: normal;
  font-style: italic;
  font-size: 23px;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}
.screen .free-job__title {
  font-weight: bold;
  font-size: 45px;
  padding: 0 0 10px;
}
.screen .free-job__company {
  font-weight: lighter;
  font-size: 25px;
  padding: 0 0 10px;
}
.screen2 .free-job__city {
  background-color: transparent;
  color: #ee6f16;
  padding: 0 0 10px;
  right: unset;
  font-weight: normal;
  font-style: italic;
  font-size: 23px;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}
.screen2 .free-job__title {
  font-weight: bold;
  font-size: 45px;
  padding: 0 0 10px;
  justify-content: center;
}
.screen2 .free-job__company {
  font-weight: lighter;
  font-size: 25px;
  padding: 0 0 10px;
  justify-content: center;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  5.55556% {
    transform: translateY(0);
  }
  11.11111% {
    transform: translateY(0);
  }
  22.22222% {
    transform: translateY(-15px);
  }
  27.77778% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-15px);
  }
  44.44444% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  5.55556% {
    transform: translateY(0);
  }
  11.11111% {
    transform: translateY(0);
  }
  22.22222% {
    transform: translateY(-15px);
  }
  27.77778% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-15px);
  }
  44.44444% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

