.sb-teaser {
  position: relative;
  background: rgb(176, 2, 43) url("/images/swiftscan-hero-fullwidth.png") no-repeat 50% 50%;
  background-image: -webkit-image-set(url("/images/swiftscan-hero-fullwidth.png") 1x, url("/images/swiftscan-hero-fullwidth@2x.png") 2x);
  background-image: image-set(url("/images/swiftscan-hero-fullwidth.png") 1x, url("/images/swiftscan-hero-fullwidth@2x.png") 2x);
  /*background-size: cover;*/
  padding: 24px 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.375;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sb-teaser {
    /*background: rgb(176, 2, 43);*/
    /*background: #c8193c;*/
    /*background: radial-gradient(circle at center, rgb(247,4,81), #c8193c);*/
    height: 250px;
    background-size: cover;
  }
}
.sb-teaser h1 {
  font-size: 59px;
  line-height: 1.4;
}
.sb-teaser h1 img {
  display: inline-block;
  margin-left: 6px;
}
.sb-teaser .main-title {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 3px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.14);
  margin-bottom: 0;
}
.sb-teaser .main-title + p {
  margin-top: 0;
}
.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;
  color: rgb(35,44,51);
  color: #fff;
  margin-bottom: 5px;
}
.free-download p {
  display: inline-block;
  padding: 3px 14px 4px;
  background: #fff;
  background: transparent;
  border-radius: 4.6px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  box-shadow: 0 0 0 1px #fff;
}


.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;
  }
}



.sb-rating {
  color: #FBC62F;
}
.sb-rating img {
  display: inline-block;
}
.sb-rating p {
  max-width: 230px;
  margin: 0 auto 24px auto;
  font-weight: 500;
  line-height: 1;
}
.sb-rating span {
  font-size: 100px;
}
