/*
* basic brake points
*/
/*
* browser hacks
*/
/*
* <ul class="flex-container flex-start">
*   <li class="flex-item">1233456</li>
*   <li class="flex-item">2</li>
*   <li class="flex-item">2</li>
* </ul>
*/
header div.module-bottom-bar {
  background-color: rgba(44, 44, 44, 0.9);
}
main.content.thor-4 article.landing {
  background-color: black;
  color: white;
}
main.content.thor-4 article.landing .container {
  position: relative;
  z-index: 1;
}
main.content.thor-4 article.landing section {
  position: relative;
  z-index: 1;
}
main.content.thor-4 article.landing section.slide-1 {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
main.content.thor-4 article.landing section.slide-1 header {
  position: relative;
  z-index: 1;
  flex-grow: 0;
  text-align: center;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 header {
    font-size: 0.5em;
  }
}
main.content.thor-4 article.landing section.slide-1 header h1 {
  position: relative;
  letter-spacing: 1px;
  font-size: 3em;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.slide-1 header h1 {
    font-size: 5em;
  }
}
main.content.thor-4 article.landing section.slide-1 header h1 span {
  color: #ef4030;
}
main.content.thor-4 article.landing section.slide-1 header h1 span:last-child {
  color: #00a1e4;
}
main.content.thor-4 article.landing section.slide-1 header span.tagline {
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}
main.content.thor-4 article.landing section.slide-1 header small.tagline {
  display: block;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}
main.content.thor-4 article.landing section.slide-1 div.buy .add-to-cart {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  padding: 5px;
  min-width: 250px;
  border-radius: 2.5px;
  border: none;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
main.content.thor-4 article.landing section.slide-1 div.buy .add-to-cart span.price {
  color: #fbfdfc;
}
main.content.thor-4 article.landing section.slide-1 div.video {
  margin-top: -5vh;
  margin-bottom: -10vh;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.slide-1 div.video {
    margin-top: -10vh;
    margin-bottom: -20vh;
  }
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 div.video {
    margin-top: 10px;
    margin-bottom: 1px;
  }
}
main.content.thor-4 article.landing section.slide-1 div.video video {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
main.content.thor-4 article.landing section.slide-1 div.btn {
  display: block;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 div.btn {
    /*display: flex;*/
    float: right;
  }
}
main.content.thor-4 article.landing section.slide-1 div.logos {
  text-align: right;
  padding: 10px;
}
main.content.thor-4 article.landing section.slide-1 div.logos img {
  height: 100px;
  vertical-align: bottom;
  margin-left: 10px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 div.logos img {
    height: 70px;
    /*display: none;*/
  }
}
main.content.thor-4 article.landing section.slide-1 div.logos a.button-gray {
  padding: 10px;
  margin-left: 10px;
  background-color: #2c2c2c;
  color: #e5e5e5;
  font-size: 1.3em;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 div.logos a.button-gray {
    display: block;
    text-align: center;
    font-size: 1em;
    margin-bottom: 10px;
  }
}
main.content.thor-4 article.landing section.slide-1 div.description {
  padding-top: 50px;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 div.description {
    font-size: 1em;
    padding-top: 0;
  }
}
main.content.thor-4 article.landing section.slide-1 section.options {
  padding-bottom: 20px;
}
main.content.thor-4 article.landing section.slide-1 section.options:last-child {
  background-color: #121212;
}
main.content.thor-4 article.landing section.slide-1 section.options div.heading {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 section.options div.heading {
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.slide-1 section.options div.line {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-grow: 0;
  justify-content: space-between;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.slide-1 section.options div.line {
    flex-wrap: nowrap;
  }
}
main.content.thor-4 article.landing section.slide-1 section.options a.device {
  display: flex;
  justify-content: center;
  flex-grow: 0;
  padding: 10px;
  background-color: #2c2c2c;
  box-shadow: 0 0 0 1px #2c2c2c;
  width: calc(50% -  10px * 3 + 10px / 2);
  color: white;
  text-decoration: none;
  margin-right: 10px;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.slide-1 section.options a.device {
    justify-content: space-between;
  }
}
main.content.thor-4 article.landing section.slide-1 section.options a.device:last-child {
  margin-right: 0;
}
main.content.thor-4 article.landing section.slide-1 section.options a.device.active {
  background-color: #327b44;
  color: white;
}
main.content.thor-4 article.landing section.slide-1 section.options a.device.active div.title .icon {
  opacity: 1;
}
main.content.thor-4 article.landing section.slide-1 section.options a.device div.title {
  align-self: center;
  font-size: 1em;
  text-align: center;
  width: 50%;
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.slide-1 section.options a.device div.title {
    font-size: 3em;
    font-size: 3vw;
  }
}
main.content.thor-4 article.landing section.slide-1 section.options a.device div.title .icon {
  opacity: 0;
}
main.content.thor-4 article.landing section.slide-1 section.options a.device div.title .icon i {
  background-color: white;
  border-radius: 50%;
  color: #327b44;
  font-weight: 900;
}
main.content.thor-4 article.landing section.slide-1 section.options a.device div.title .name {
  font-weight: 100;
}
main.content.thor-4 article.landing section.slide-1 section.options a.device div.title .sensor {
  font-weight: 400;
  font-size: 3em;
  font-size: 3vw;
}
main.content.thor-4 article.landing section.slide-1 section.options a.device div.images {
  display: none;
  align-self: flex-end;
  text-align: right;
  width: 50%;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.slide-1 section.options a.device div.images {
    display: block;
  }
}
main.content.thor-4 article.landing section.slide-1 section.options a.device div.images .ui {
  display: none;
  max-width: 408px;
  width: 100%;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.slide-1 section.options a.device div.images .ui {
    display: inline;
  }
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses {
  display: block;
  width: calc(50% -  10px);
  background-color: #2c2c2c;
  box-shadow: 0 0 0 1px #2c2c2c;
  color: white;
  text-decoration: none;
  font-size: 1.5em;
  font-size: 1.5vw;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 section.options a.lenses {
    font-size: 9px;
  }
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.slide-1 section.options a.lenses {
    width: 25%;
    font-size: 1em;
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.slide-1 section.options a.lenses {
    width: 25%;
    font-size: 0.8em;
    font-size: 0.8vw;
  }
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses.active {
  background-color: #327b44;
  color: white;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses.active div.bottom div.lens div.icon {
  opacity: 1;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses.active div.bottom div.title div.name,
main.content.thor-4 article.landing section.slide-1 section.options a.lenses.active div.bottom div.title div.price {
  color: white;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.images img {
  width: 100%;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom {
  display: flex;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.title {
  width: 60%;
  font-size: 1em;
  text-align: center;
  line-height: 2em;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.title .name {
  color: #9f9f9f;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.title .zoom {
  font-size: 2em;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.title .price {
  font-size: 1.3em;
  color: #9f9f9f;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.title .price .old-price {
  opacity: 0.5;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.title .price .old-price span {
  text-decoration: line-through;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.lens {
  position: relative;
  width: 40%;
  text-align: right;
  padding-right: 10px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.lens {
    width: 45%;
  }
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.lens img {
  position: absolute;
  right: 10px;
  bottom: -1px;
  width: 64%;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.lens div.icon {
  position: absolute;
  top: -40%;
  right: 0;
  opacity: 0;
  text-align: left;
  width: 50%;
}
main.content.thor-4 article.landing section.slide-1 section.options a.lenses div.bottom div.lens div.icon i {
  background-color: white;
  border-radius: 50%;
  color: #327b44;
  font-weight: 900;
  font-size: 3em;
}
main.content.thor-4 article.landing section.distance-chart {
  background-color: #121212;
  padding-top: 50px;
  padding-bottom: 50px;
}
main.content.thor-4 article.landing section.distance-chart header {
  text-align: center;
  color: #9f9f9f;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
main.content.thor-4 article.landing section.distance-chart section.module-distance-chart {
  padding-left: 10px;
  padding-right: 10px;
}
main.content.thor-4 article.landing section.reviews {
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}
main.content.thor-4 article.landing section.pro-video {
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.pro-video {
    padding-bottom: 25px;
  }
}
main.content.thor-4 article.landing section.pro-video video {
  max-height: 1080px;
  width: 100%;
}
main.content.thor-4 article.landing section.ultra-hd-sensor {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.65) 40%, rgba(44, 44, 44, 0.65) 60%, rgba(44, 44, 44, 0) 100%);
  border-image-slice: 1;
  background-image: url(../images/thor_4_19mm_img_02.png);
  background-size: 85%;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ultra-hd-sensor {
    background-position: 50% 10%;
    padding-bottom: 25px;
  }
}
main.content.thor-4 article.landing section.ultra-hd-sensor header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ultra-hd-sensor header {
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.ultra-hd-sensor div.line img {
  width: 31%;
  max-width: 485px;
}
main.content.thor-4 article.landing section.ultra-hd-sensor div {
  text-align: center;
}
main.content.thor-4 article.landing section.video-record {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.65) 40%, rgba(44, 44, 44, 0.65) 60%, rgba(44, 44, 44, 0) 100%);
  border-image-slice: 1;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.video-record {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
main.content.thor-4 article.landing section.video-record header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.video-record header {
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.video-record div.device {
  background-image: url(../images/thor_4_19mm_img_03.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 130px;
  margin-bottom: -50px;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.video-record div.device {
    height: 200px;
    margin-bottom: -120px;
  }
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.video-record div.device {
    height: 325px;
    margin-bottom: -180px;
  }
}
main.content.thor-4 article.landing section.video-record div.line {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.video-record div.line {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 0;
    justify-content: space-between;
  }
}
main.content.thor-4 article.landing section.video-record div.text {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 10px;
  max-width: 800px;
  padding-left: 10px;
  text-align: center;
  color: #9f9f9f;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.video-record div.text {
    font-size: 1em;
  }
}
main.content.thor-4 article.landing section.video-record div.text div.label {
  display: none;
  background-color: #ef4030;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 10px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.video-record div.text div.label {
    display: block;
  }
}
main.content.thor-4 article.landing section.video-record div.text div.label small {
  display: block;
}
main.content.thor-4 article.landing section.video-record div.text div.label span {
  display: block;
  color: white;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 1.5em;
}
main.content.thor-4 article.landing section.video-record div.text p {
  padding-bottom: 10px;
}
main.content.thor-4 article.landing section.video-record div.text p img {
  display: block;
  max-width: 150px;
  margin: auto;
  margin-bottom: 10px;
}
main.content.thor-4 article.landing section.video-record video {
  width: 100%;
  height: auto;
  max-width: 600px;
  align-self: center;
  margin-bottom: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.content.thor-4 article.landing section.video-record video {
    width: auto;
    height: 300px;
  }
}
main.content.thor-4 article.landing section.easy-to-mount {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.65) 40%, rgba(44, 44, 44, 0.65) 60%, rgba(44, 44, 44, 0) 100%);
  border-image-slice: 1;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.easy-to-mount {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
main.content.thor-4 article.landing section.easy-to-mount header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.easy-to-mount header {
    padding-bottom: 0;
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.easy-to-mount div.device {
  background-image: url(../images/thor_4_50mm_img_10_384.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 200px;
  margin-bottom: -20px;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.easy-to-mount div.device {
    height: 325px;
  }
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.easy-to-mount div.device {
    height: 400px;
    margin-bottom: -40px;
  }
}
main.content.thor-4 article.landing section.easy-to-mount div.device div.label {
  background-color: #00a1e4;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  padding: 10px;
  margin: auto;
  margin-right: 35%;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.easy-to-mount div.device div.label {
    margin-right: auto;
  }
}
main.content.thor-4 article.landing section.easy-to-mount div.device div.label div {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 2em;
  text-align: center;
  color: white;
}
main.content.thor-4 article.landing section.easy-to-mount div.device div.label div small {
  text-transform: uppercase;
  font-size: 0.7em;
}
main.content.thor-4 article.landing section.easy-to-mount div.line {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-grow: 0;
  justify-content: center;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.easy-to-mount div.line {
    flex-direction: column;
  }
}
main.content.thor-4 article.landing section.easy-to-mount div.middle {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.easy-to-mount div.middle {
    padding-bottom: 10px;
  }
}
main.content.thor-4 article.landing section.easy-to-mount div.text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-basis: 0;
  height: 290px;
  text-align: center;
  font-size: 1.3em;
  color: #9f9f9f;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.easy-to-mount div.text {
    flex-basis: auto;
    height: auto;
    font-size: 1em;
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.easy-to-mount div.text {
    height: 370px;
  }
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.easy-to-mount div.text:nth-child(2) {
    flex-direction: column-reverse;
  }
}
main.content.thor-4 article.landing section.easy-to-mount div.text .title {
  font-size: 1.2em;
  font-weight: 700;
  padding-bottom: 10px;
  color: white;
}
main.content.thor-4 article.landing section.easy-to-mount div.text img {
  width: 100%;
  max-width: 450px;
  align-self: center;
}
main.content.thor-4 article.landing section.one-shot-zero {
  background-image: url(../images/thor_4_19mm_img_07.png);
  background-position: 95% 80%;
  background-size: 50%;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.65) 40%, rgba(44, 44, 44, 0.65) 60%, rgba(44, 44, 44, 0) 100%);
  border-image-slice: 1;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.one-shot-zero {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: none;
  }
}
main.content.thor-4 article.landing section.one-shot-zero header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
  padding-bottom: 25px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.one-shot-zero header {
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.one-shot-zero div.line {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.one-shot-zero div.line {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 0;
    justify-content: space-between;
  }
}
main.content.thor-4 article.landing section.one-shot-zero div.text {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.one-shot-zero div.text {
    font-size: 1em;
  }
}
main.content.thor-4 article.landing section.one-shot-zero div.text p {
  color: #9f9f9f;
  padding-bottom: 10px;
}
main.content.thor-4 article.landing section.one-shot-zero div.text p img {
  max-width: 150px;
}
main.content.thor-4 article.landing section.one-shot-zero video {
  width: 100%;
  height: auto;
  max-height: 1080px;
  align-self: center;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.one-shot-zero video {
    width: 70%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.content.thor-4 article.landing section.one-shot-zero video {
    width: auto;
    height: 300px;
  }
}
main.content.thor-4 article.landing section.smart-range-finder {
  padding-top: 50px;
  border-bottom: 1px solid transparent;
}
main.content.thor-4 article.landing section.smart-range-finder header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.smart-range-finder header {
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.smart-range-finder div.line {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.smart-range-finder div.line {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 0;
    justify-content: space-between;
  }
}
main.content.thor-4 article.landing section.smart-range-finder div.text {
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  background-position: 0 60%;
  background-size: 80%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.smart-range-finder div.text {
    font-size: 1em;
  }
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.smart-range-finder div.text {
    background-position: 0 150%;
    background-size: 120%;
  }
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.smart-range-finder div.text {
    background-position: 100% 0%;
    background-size: 80%;
  }
}
main.content.thor-4 article.landing section.smart-range-finder div.text p {
  padding: 10px;
  color: #9f9f9f;
}
main.content.thor-4 article.landing section.smart-range-finder div.text p.white {
  background-color: rgba(15, 15, 15, 0.65);
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.smart-range-finder div.text p.white {
    padding-top: 10px;
  }
}
main.content.thor-4 article.landing section.smart-range-finder div.text p img {
  max-width: 150px;
}
main.content.thor-4 article.landing section.smart-range-finder video {
  width: 100%;
  height: auto;
  align-self: baseline;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.smart-range-finder video {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.smart-range-finder video {
    max-width: 700px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.content.thor-4 article.landing section.smart-range-finder video {
    width: auto;
    height: 300px;
  }
}
main.content.thor-4 article.landing section.ballistic-calculator {
  padding-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.65) 40%, rgba(44, 44, 44, 0.65) 60%, rgba(44, 44, 44, 0) 100%);
  border-image-slice: 1;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ballistic-calculator {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
main.content.thor-4 article.landing section.ballistic-calculator header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ballistic-calculator header {
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.ballistic-calculator div.line {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.content.thor-4 article.landing section.ballistic-calculator div.text {
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 10px;
  color: #9f9f9f;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ballistic-calculator div.text {
    font-size: 1em;
  }
}
main.content.thor-4 article.landing section.ballistic-calculator div.col {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 1em;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ballistic-calculator div.col {
    font-size: 0.9em;
  }
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.ballistic-calculator div.col {
    margin-left: 10px;
    width: 15%;
  }
}
main.content.thor-4 article.landing section.ballistic-calculator div.col:nth-child(1) {
  margin-right: 10px;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.ballistic-calculator div.col:nth-child(1) {
    margin-right: 10px;
  }
}
main.content.thor-4 article.landing section.ballistic-calculator div.col img {
  width: 50px;
  vertical-align: text-bottom;
}
main.content.thor-4 article.landing section.ballistic-calculator div.col div.title {
  display: block;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.3em;
  text-align: center;
  padding: 10px;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.ballistic-calculator div.col div.title {
    width: auto;
  }
}
main.content.thor-4 article.landing section.ballistic-calculator div.col div.center {
  display: none;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.ballistic-calculator div.col div.center {
    display: inline-block;
  }
}
main.content.thor-4 article.landing section.ballistic-calculator div.col div {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  font-weight: 100;
}
main.content.thor-4 article.landing section.ballistic-calculator video {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  order: 1;
  width: 100%;
  align-self: center;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.ballistic-calculator video {
    width: 50%;
    order: unset;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.content.thor-4 article.landing section.ballistic-calculator video {
    width: auto;
    height: 300px;
  }
}
main.content.thor-4 article.landing section.mil-dot-reticle {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.65) 40%, rgba(44, 44, 44, 0.65) 60%, rgba(44, 44, 44, 0) 100%);
  border-image-slice: 1;
  color: white;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.mil-dot-reticle {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
main.content.thor-4 article.landing section.mil-dot-reticle header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.mil-dot-reticle header {
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.mil-dot-reticle p.tag {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #9f9f9f;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.mil-dot-reticle p.tag {
    font-size: 1em;
  }
}
main.content.thor-4 article.landing section.mil-dot-reticle div.line {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.mil-dot-reticle div.line {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 0;
    justify-content: space-between;
  }
}
main.content.thor-4 article.landing section.mil-dot-reticle div.text {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  width: calc(100% -  10px);
  color: #9f9f9f;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.mil-dot-reticle div.text {
    font-size: 1em;
    padding-top: 10px;
  }
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.mil-dot-reticle div.text {
    width: 40%;
    max-width: 500px;
    padding-top: 90px;
    padding-left: 10px;
  }
}
main.content.thor-4 article.landing section.mil-dot-reticle div.text div.label {
  display: none;
  background-color: #ef4030;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  line-height: 150px;
  padding: 10px;
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.mil-dot-reticle div.text div.label {
    display: block;
  }
}
main.content.thor-4 article.landing section.mil-dot-reticle div.text div.label span {
  display: inline-block;
  color: white;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 0.7em;
}
main.content.thor-4 article.landing section.mil-dot-reticle div.text p {
  padding-bottom: 10px;
}
main.content.thor-4 article.landing section.mil-dot-reticle div.text p img {
  display: none;
  max-width: 150px;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.mil-dot-reticle div.text p img {
    display: inline-block;
  }
}
main.content.thor-4 article.landing section.mil-dot-reticle div.text p a {
  color: #9f9f9f;
}
main.content.thor-4 article.landing section.mil-dot-reticle video {
  width: 90%;
  height: auto;
  max-width: 900px;
  align-self: center;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.mil-dot-reticle video {
    width: 70%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.content.thor-4 article.landing section.mil-dot-reticle video {
    width: auto;
    height: 300px;
  }
}
main.content.thor-4 article.landing section.dual-stream-video {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.65) 40%, rgba(44, 44, 44, 0.65) 60%, rgba(44, 44, 44, 0) 100%);
  border-image-slice: 1;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.dual-stream-video {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
main.content.thor-4 article.landing section.dual-stream-video header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.dual-stream-video header {
    padding-bottom: 25px;
  }
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.dual-stream-video header {
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.dual-stream-video div.line {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.dual-stream-video div.line {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 0;
    justify-content: space-between;
  }
}
main.content.thor-4 article.landing section.dual-stream-video div.text {
  font-size: 1.2em;
  line-height: 1.4em;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  color: #9f9f9f;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.dual-stream-video div.text {
    font-size: 1em;
  }
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.dual-stream-video div.text {
    padding-bottom: 0;
    padding-right: 10px;
    width: 50%;
  }
}
main.content.thor-4 article.landing section.dual-stream-video div.text img {
  width: 100%;
  max-width: 552px;
}
main.content.thor-4 article.landing section.dual-stream-video div.text .splash {
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  padding-top: 50px;
}
main.content.thor-4 article.landing section.dual-stream-video div.video {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 300px;
  align-self: center;
  background-image: url(../images/bg_ipad.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.dual-stream-video div.video {
    width: 50%;
    height: 330px;
  }
}
main.content.thor-4 article.landing section.dual-stream-video div.video video {
  height: auto;
  width: 70%;
  align-self: center;
  max-width: 380px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.content.thor-4 article.landing section.dual-stream-video div.video video {
    width: auto;
    height: 300px;
  }
}
main.content.thor-4 article.landing section.recoil-activated-video {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.65) 40%, rgba(44, 44, 44, 0.65) 60%, rgba(44, 44, 44, 0) 100%);
  border-image-slice: 1;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.recoil-activated-video {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
main.content.thor-4 article.landing section.recoil-activated-video header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.recoil-activated-video header {
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.recoil-activated-video div.line {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: nowrap;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.recoil-activated-video div.line {
    flex-direction: row;
  }
}
main.content.thor-4 article.landing section.recoil-activated-video div.text {
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 10px;
  width: calc(100% -  10px * 2);
  color: #9f9f9f;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.recoil-activated-video div.text {
    font-size: 1em;
  }
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.recoil-activated-video div.text {
    width: 33%;
    padding-bottom: 0;
    padding-right: 10px;
  }
}
main.content.thor-4 article.landing section.recoil-activated-video div.text.image {
  display: none;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.recoil-activated-video div.text.image {
    display: block;
  }
}
main.content.thor-4 article.landing section.recoil-activated-video div.text img {
  margin: auto;
}
main.content.thor-4 article.landing section.recoil-activated-video div.splash {
  margin-top: -50px;
  text-align: center;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.recoil-activated-video div.splash {
    margin-top: -150px;
  }
}
main.content.thor-4 article.landing section.recoil-activated-video div.splash img {
  max-width: 100%;
}
main.content.thor-4 article.landing section.ultra-power-con {
  background-image: url(../images/thor_4_19mm_img_09_384.png);
  background-position: 0 10%;
  background-size: 120%;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.65) 40%, rgba(44, 44, 44, 0.65) 60%, rgba(44, 44, 44, 0) 100%);
  border-image-slice: 1;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ultra-power-con {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.ultra-power-con {
    background-position: 100% 45%;
    background-size: 75%;
  }
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.ultra-power-con {
    background-position: 50% 70%;
    background-size: 60%;
  }
}
@media (min-width: 1800px) {
  main.content.thor-4 article.landing section.ultra-power-con {
    background-position: 50% 60%;
    background-size: 45%;
  }
}
main.content.thor-4 article.landing section.ultra-power-con header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ultra-power-con header {
    padding-bottom: 25px;
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.ultra-power-con div.line {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.ultra-power-con div.line {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 0;
    justify-content: space-between;
  }
}
main.content.thor-4 article.landing section.ultra-power-con div.text {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  color: #9f9f9f;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ultra-power-con div.text {
    text-align: left;
    font-size: 1em;
  }
}
main.content.thor-4 article.landing section.ultra-power-con div.text div.label {
  background-color: #ef4030;
  color: white;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 10px;
  margin: auto;
  text-align: center;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.ultra-power-con div.text div.label {
    margin: none;
  }
}
main.content.thor-4 article.landing section.ultra-power-con div.text div.label div {
  display: inline-block;
  color: white;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 0.8em;
}
main.content.thor-4 article.landing section.ultra-power-con div.text div.label div.big {
  font-size: 2em;
}
main.content.thor-4 article.landing section.ultra-power-con div.text p {
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ultra-power-con div.text p {
    padding-left: 10px;
  }
}
main.content.thor-4 article.landing section.ultra-power-con div.text p img {
  max-width: 150px;
}
main.content.thor-4 article.landing section.ultra-power-con div.text div.title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  line-height: 1em;
  font-weight: 100;
  padding-bottom: 10px;
  text-align: right;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.ultra-power-con div.text div.title {
    font-size: 2em;
    text-align: center;
  }
}
main.content.thor-4 article.landing section.ultra-power-con div.text div.title div.label {
  display: none;
  text-align: center;
  vertical-align: text-bottom;
  background-color: #00a1e4;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.ultra-power-con div.text div.title div.label {
    display: block;
  }
}
@media (min-width: 1200px) {
  main.content.thor-4 article.landing section.ultra-power-con div.text div.title div.label {
    position: absolute;
    left: 20px;
    top: 0;
  }
}
main.content.thor-4 article.landing section.aux-ballistic-laser {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1f1f27;
  color: white;
  background-image: url(../images/thor_4_abl_00.png);
  background-position: 0 -90px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.2em;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.aux-ballistic-laser {
    font-size: 1em;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.aux-ballistic-laser {
    background-position: center;
    background-size: contain;
  }
}
main.content.thor-4 article.landing section.aux-ballistic-laser header {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 100;
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.aux-ballistic-laser header {
    padding-bottom: 25px;
    font-size: 2em;
  }
}
main.content.thor-4 article.landing section.aux-ballistic-laser div.line {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.aux-ballistic-laser div.line {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 0;
    justify-content: space-between;
  }
}
main.content.thor-4 article.landing section.aux-ballistic-laser div.text {
  font-size: 1.2em;
  line-height: 1.4em;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  align-self: flex-start;
}
@media (max-width: 599px) {
  main.content.thor-4 article.landing section.aux-ballistic-laser div.text {
    font-size: 1em;
  }
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.aux-ballistic-laser div.text {
    padding-bottom: 0;
    padding-right: 10px;
    width: 50%;
  }
}
main.content.thor-4 article.landing section.aux-ballistic-laser div.text img {
  width: 100%;
  max-width: 552px;
}
main.content.thor-4 article.landing section.aux-ballistic-laser div.text .button-green {
  font-weight: 400;
}
main.content.thor-4 article.landing section.aux-ballistic-laser div.video {
  width: 100%;
  align-self: center;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.aux-ballistic-laser div.video {
    width: 50%;
  }
}
main.content.thor-4 article.landing section.aux-ballistic-laser div.video div.distance img {
  display: none;
  width: 100%;
  max-width: 680px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  main.content.thor-4 article.landing section.aux-ballistic-laser div.video div.distance img {
    display: block;
  }
}
main.content.thor-4 article.landing section.aux-ballistic-laser div.video video {
  height: auto;
  width: 100%;
  align-self: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.content.thor-4 article.landing section.aux-ballistic-laser div.video video {
    width: auto;
    height: 300px;
  }
}
main.content.thor-4 article.landing section.aux-ballistic-laser .dark {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #6c6c6c;
}
main.content.thor-4 article.landing section.aux-ballistic-laser p.bottom {
  padding-top: 50px;
  line-height: 1.2em;
}
main.content.thor-4 article.landing section.module-specs-extended {
  background-color: black;
}
main.content.thor-4 article.landing section.module-specs-extended header.heading {
  text-align: center;
  font-weight: 100;
}
main.content.thor-4 article.landing section.module-specs-extended div.table {
  color: black;
}
main.content.thor-4 article.landing section.module-specs-extended div.table table tr td:first-child,
main.content.thor-4 article.landing section.module-specs-extended div.table table tr th {
  background-color: black;
  color: #e5e5e5;
}
main.content.thor-4 article.landing section.module-included-accessories {
  background-color: #121212;
}
main.content.thor-4 article.landing section.module-included-accessories header {
  color: white;
}
main.content.thor-4 article.landing section.module-included-accessories div.included div.block .device {
  background-color: #e5e5e5;
  color: #2c2c2c;
}
main.content.thor-4 article.landing section.module-included-accessories div.included div.block div.buy button {
  font-size: 1.2em;
  padding: 10px;
}
main.content.thor-4 article.landing section.module-more-accessories div.more div.block a {
  background-color: #e5e5e5;
  color: black;
}
