.banner-block-container {
  display: flex;
}

.banner-left {
  max-width: 70%;
}

.banner-right {
  z-index: 2;
  justify-content: center;
  display: flex;
  text-align: center;
  width: 30%;
  right: 0;
  position: relative;
}

.banner-overlay {
  background: #000;
  opacity: 0.4;
  position: absolute;
  width: 112%;
  max-height: 600px;
  height: 100%;
  z-index: 1;
  right: -4%;
}

.banner-right-content {
  z-index: 2;
  padding-top: 170px;
  margin-right: 20px;
  width: 95%;
}

.banner_headline {
  text-align: left;
  margin-bottom: 20px;
  color: RGBA(255,255,255,0.81);
  text-transform: uppercase;
  max-width: 440px;
  font-weight: normal;
  font-family: 'adelle-sans';
  font-size: 24px;
  line-height: 30px;
}

.banner_video {
  text-align: left;
}

.banner_button {
  margin-top: 60px;
  text-align: right;
}

div#n2-ss-6 .nextend-bullet-bar .n2-bullet {
  border-width: 2px !important;
  padding: 4px !important;
}

.banner_button .button-primary {
  font-size: 20px;
  line-height: 22px;
  padding: 15px 30px;
}

#n2-ss-6-arrow-next {
  right: 33%;
}

@media only screen and (max-width: 1200px) {
  .banner-block-container {
    display: block;
    padding: 0;
  }

  .banner-left {
    max-width: 100%;
  }

  .banner-right {
    display: block;
    width: 100%;
    background-color: #1FAA6C;
    margin-bottom: 30px;
  }

  .banner-right-content {
    padding: 30px 15px;
    margin: auto;
    width: 100%;
  }

  .banner_headline {
    text-align: center;
    margin: 0 auto 20px;
    line-height: 36px;
  }

  .banner_video {
    text-align: center;
  }

  .banner-overlay {
    display: none;
  }

  .banner_button {
    display: none;
  }
}

@media only screen and (max-width: 880px) {
  .banner_headline {
    font-size: 16px;
    line-height: 26px;
  }
}
