.sb-teaser {
  position: relative;
  background: rgb(218, 29, 65) url("/images/teaser/scanbot_head_bg_01.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 24px 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.375;
}
.sb-teaser h1 {
  font-size: 59px;
  line-height: 1.4;
}
.sb-teaser--seamless {
  padding-bottom: 0;
}
.sb-teaser-bg {
  display: none;
  z-index: 1;
}
.sb-teaser .sb-article__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sb-teaser {
    padding: 50px 0;
  }
  .sb-teaser--seamless {
    padding-bottom: 0;
  }
  .sb-teaser-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s;
    background: linear-gradient(to right, #CAAA92 40%, #E6CAB3 60%);
  }
  .sb-teaser-bg video {
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    left: 50%;
    max-width: none;
    width: auto;
    transform: translate(-45%, 0);
    opacity: 0.999;
  }
  .sb-teaser .sb-article__content {
    width: 47%;
  }
}

.free-download {
  font-size: 13px;
  color: #c8193c;
  margin-bottom: 5px;
}
.free-download p {
  display: inline-block;
  padding: 3px 14px 4px;
  background: #fff;
  border-radius: 4.6px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}


.sb-article--linktexting {
  background: #f4f4f4;
}
.linkTextingInput {
  box-shadow: none;
}

.sb-article--save-share {
  background: #ffe155;
}

.sb-article--more-features .sb-button-wrapper {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.sb-article--feedback {
  background: #f4f4f4;
}

.sb-article--media img {
  margin: 0 auto;
}



@media (max-width: 767px) {
  .sb-title {
    display: none;
  }
  .sb-teaser .sb-article__image {
    display: none;
  }
}


@media (min-width: 768px) {
  .sb-teaser {
    overflow: hidden;
  }
  .sb-title {
    margin-bottom: 0;
  }
  .sb-teaser {
    padding: 0;
  }
  .sb-teaser .sb-article__wrapper {
    position: relative;
    padding: 50px 0;
    min-height: 540px;
  }
  /*
  .sb-teaser .sb-article__content {
    width: 52%;
  }
  */
  .sb-teaser .sb-article__image img {
    position: absolute;
    max-height: 100%;
    bottom: 0px;
    left: 20px;
    z-index: 8;
  }
  .sb-teaser .sb-article__image video {
    position: absolute;
    left: 78px;
    bottom: 40px;
    width: 206px;
    height: 448px;
    z-index: 7;
    background: #000;
  }
}
