body {
  margin-bottom: 0%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.25em;
  line-height: 1.22em;
  font-weight: 200;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both;
  font-size: 1.88em;
  line-height: 36px;
  font-weight: 200;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
}

a {
  display: inline-block;
  color: #4b85d1;
  text-decoration: underline;
  text-indent: 0em;
}

a:hover {
  color: #006eff;
}

img {
  display: inline-block;
}

.button {
  text-decoration: none;
}

.button.follow-button {
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 5px;
  border: 1px solid #4b85d1;
  border-radius: 3px;
  font-weight: 400;
}

.button.follow-button:hover {
  border-color: #006eff;
}

.hero {
  position: relative;
  width: 100%;
  height: 110vh;
  clear: none;
  background-image: url('../images/kit.jpg');
  background-position: 38% 55%;
  background-size: auto 100%;
  background-repeat: repeat;
}

.intro {
  position: relative;
  display: block;
  height: 140vh;
  padding-right: 7.3%;
  padding-left: 7.3%;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fff, #fff 43%, #d9d9d9);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #fff 43%, #d9d9d9);
}

.overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0px;
  display: block;
  width: 140vh;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.nav {
  position: relative;
  z-index: 99;
  display: block;
  width: 100%;
  height: 45px;
  padding: 0px 7.3%;
  border-bottom: 1px none rgba(0, 0, 0, .34);
  background-color: #fff;
}

.nav.nav-inverted {
  z-index: 98;
  display: block;
  border-bottom-color: hsla(0, 0%, 100%, .34);
  background-color: rgba(0, 0, 0, .83);
  color: #fff;
}

.home {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  height: auto;
  min-width: 60px;
  margin-left: 0px;
  padding: 3px 3px 3px 7px;
  float: left;
  border-radius: 3px;
  background-color: #000;
}

.home:hover {
  background-color: #444;
}

.home-image {
  display: block;
}

.nav-link {
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 4px 0px;
  float: left;
  border-radius: 3px;
  color: #444;
  font-weight: 300;
  text-decoration: none;
}

.nav-link.other {
  display: inline-block;
  width: 10.5%;
  margin-right: 1%;
  margin-left: 1%;
  float: none;
  background-color: transparent;
  text-align: center;
}

.nav-link.other:hover {
  background-color: rgba(0, 0, 0, .09);
  color: #000;
}

.nav-link.other.w--current {
  background-color: #444;
  color: #ddd;
}

.nav-link.other.nav-button {
  margin-right: 0px;
  margin-left: 2%;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, .43);
  border-radius: 3px;
  font-weight: 400;
}

.nav-link.other.nav-button.nav-button-inverted {
  color: #a8a8a8;
}

.nav-link.other.nav-button.nav-button-inverted:hover {
  border-color: hsla(0, 0%, 100%, .81);
  background-color: hsla(0, 0%, 100%, .35);
  color: #fff;
}

.nav-link.other.nav-button.more-sales {
  position: absolute;
  top: 27px;
  right: 7%;
}

.nav-link.other.nav-button-inverted {
  border-color: hsla(0, 0%, 100%, .43);
}

.nav-link.other.current {
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.nav-link.other.nav-link-inverted:hover {
  background-color: hsla(0, 0%, 100%, .35);
  color: #fff;
}

.nav-link.other.mobile-home {
  display: none;
}

.nav-link.nav-link-inverted {
  border-color: #fff;
  color: #a8a8a8;
}

.nav-link.explore-link {
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link.explore-link.w--current {
  display: block;
  overflow: hidden;
}

.nav-link.explore-link.w--current:hover {
  color: #000;
}

.nav-link.explore-link-inverted.w--current {
  color: #9c9c9c;
}

.nav-link.explore-link-inverted.w--current:hover {
  color: #fff;
}

.explore {
  font-weight: 400;
}

.logo {
  position: absolute;
  left: 50%;
  top: 110px;
  display: block;
  margin-left: -72px;
  padding: 7px 12px;
  border-radius: 3px;
  background-color: #000;
}

.slash {
  opacity: 0.61;
  font-size: 18px;
}

.hero-text {
  display: block;
  width: 350px;
  margin-top: 14vh;
  margin-right: auto;
  margin-left: auto;
}

.hero-heading {
  margin-bottom: 40px;
  font-size: 3.13em;
  line-height: 0.88em;
  font-weight: 700;
}

.hero-heading-secondary {
  display: block;
  font-size: 0.47em;
  line-height: 1.08em;
  font-weight: 400;
}

.slogan {
  position: static;
  left: 0px;
  right: 0px;
  margin-bottom: 30px;
  padding-top: 110px;
}

.quote {
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 10px;
  border-left-style: none;
  border-left-width: 2px;
  font-size: 1.38em;
  line-height: 1.18em;
  text-align: left;
  text-decoration: none;
  text-indent: -0.45em;
}

.quote.cnn-quote {
  display: block;
  width: 50%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  font-size: 17px;
  line-height: 23px;
}

.cite-author {
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 300;
}

.hero-text-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 42%;
  height: 100%;
  font-size: 1em;
  line-height: 1.5em;
}

.appetizer {
  display: none;
  width: 100%;
  height: 175px;
  margin-top: 0px;
  padding-top: 45px;
  background-color: #fff;
  text-align: center;
}

.appetizer.appetizer-image-quality {
  display: block;
  background-color: #000;
  color: #fff;
}

.topics-heading {
  color: #333;
  font-weight: 200;
}

.topics-heading.topics-heading-inverted {
  color: #a8a8a8;
}

.chapter-flexible {
  position: relative;
  height: 110vh;
  background-image: url('../images/copter.jpg');
  background-position: 66% 50%;
  background-size: cover;
}

.flexible-heading {
  display: block;
  color: #fff;
  font-size: 2.25em;
  line-height: 1.22em;
  font-weight: 200;
  text-align: center;
}

.flexible-intro {
  position: absolute;
  left: 7.3%;
  bottom: 0px;
  width: 40%;
  max-width: 450px;
  min-height: 410px;
}

.unit {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.13em;
  line-height: 1.22em;
  font-weight: 300;
  text-align: center;
}

.unit.half {
  width: 44%;
  margin: 20px 0px 10px 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 1em;
  text-align: center;
}

.unit.half.half-2 {
  margin-right: 10px;
  margin-left: 0px;
  float: right;
}

.scroll-hint {
  position: static;
  left: 50%;
  top: 289px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.scroll-hint.scroll-hint-3d {
  top: 197px;
}

.scroll-hint.scroll-hint-workflow {
  margin-top: -20px;
  margin-bottom: 30px;
}

.flexible-weight {
  margin-right: 0%;
  padding-top: 0px;
  clear: both;
  border-top-style: none;
  border-top-width: 1px;
  color: #fff;
  font-size: 1.13em;
  line-height: 1.33em;
  text-align: center;
}

.chapter-balance {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  text-align: center;
}

.chapter-intro {
  display: block;
  max-width: 25em;
  margin: 20px auto 50px;
  clear: both;
  font-size: 1.13em;
  line-height: 1.33em;
  font-weight: 300;
  text-align: center;
}

.chapter-intro.sensor-intro {
  position: static;
  width: auto;
  max-width: 250px;
  margin: 20px 0px 30px;
  float: none;
  text-align: left;
}

.chapter-intro.cmos-description {
  display: inline-block;
  width: 30%;
  max-width: 310px;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 30px;
  float: none;
  border-right: 1px solid #444;
  color: #888;
  text-align: right;
}

.chapter-intro.ccd-description {
  display: inline-block;
  width: 30%;
  max-width: 290px;
  margin-right: 0%;
  padding-left: 30px;
  float: none;
  text-align: left;
}

.chapter-intro.ulld-text {
  max-width: 310px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: left;
}

.chapter-intro._3d-reason-text {
  width: 98%;
  max-width: 19em;
}

.chapter-intro.lt-intro {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.chapter-intro.partner-credit {
  margin-top: -20px;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.chapter-intro.partner-credit.solectrix {
  color: #8cb300;
}

.chapter-intro.partner-credit.anadicon {
  color: #39bfb4;
}

.balance-shoulder {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-bottom: 100px;
  float: left;
}

.balance-polecam {
  position: relative;
  left: 0%;
  display: block;
  margin-bottom: 27px;
  float: right;
}

.balance-pictures {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.nobreak {
  display: inline-block;
}

.chapter-anything {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px none #8f8f8f;
  border-bottom: 1px none #dbdbdb;
  background-color: #fff;
  text-align: center;
}

.anything-pictures {
  position: relative;
  display: inline-block;
  width: 85.5%;
  margin-right: auto;
  margin-left: auto;
}

.anything-picture-secondary {
  position: static;
  top: 0px;
  right: 34%;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 49%;
  height: 30em;
  margin-bottom: 3em;
  float: left;
  clear: none;
  background-image: url('../images/takeoff.jpg');
  background-size: cover;
}

.anything-picture-secondary.second {
  top: auto;
  right: 34%;
  bottom: 0px;
  width: 49%;
  margin-bottom: 2%;
  float: right;
  clear: none;
  background-image: url('../images/rig_lowering_1.jpg');
  background-position: 50% 60%;
}

.anything-picture {
  display: block;
  width: 49%;
  margin-bottom: 2%;
  float: left;
}

.anything-picture.diving-picture {
  display: block;
  margin-top: 0em;
  float: right;
}

.chapter-ride {
  padding-top: 50px;
  padding-bottom: 75px;
  clear: both;
  text-align: center;
}

.ride-picture {
  display: block;
  width: 31%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  padding-left: 0px;
  float: left;
}

.square {
  padding-top: 100%;
}

.square.ride-porsche {
  background-image: url('../images/porsche.jpg');
  background-size: cover;
}

.square.ride-bmw {
  margin-bottom: 2%;
  background-image: url('../images/bmw_1.jpg');
  background-position: 16% 0%;
  background-size: cover;
}

.square.ride-alps {
  margin-bottom: 2%;
  background-image: url('../images/davidson.jpg');
  background-size: cover;
}

.square.ride-plane {
  background-image: url('../images/plane.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.square.ride-heli {
  background-image: url('../images/takeoff_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.square.ride-canoe {
  background-image: url('../images/rig_lowering.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.ride-pictures {
  display: block;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

.subtle-link {
  font-size: 14px;
  text-decoration: none;
}

.subtle-link:hover {
  text-decoration: underline;
}

.section-image-quality {
  height: 55.5vw;
  background-image: url('../images/13_fstops3.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.normal-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 11;
}

.inverted-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  display: none;
}

.inverted-section {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #000;
  color: #a8a8a8;
  text-align: center;
}

.inverted-section.sensor-section {
  position: relative;
  height: 50vw;
  min-height: 50em;
  border-top: 1px solid #333;
  background-color: #000;
  background-image: url('../images/chip_1.jpg');
  background-position: 50% 62%;
  background-size: 599px;
  background-repeat: no-repeat;
}

.brilliant-picture {
  display: block;
  max-height: 55vh;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.sensor-heading {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
}

.sensor-info-section {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
  background-color: #000;
  background-image: -webkit-radial-gradient(circle farthest-corner at 52% 6%, #212121, #0f0f0f);
  background-image: radial-gradient(circle farthest-corner at 52% 6%, #212121, #0f0f0f);
  color: #a8a8a8;
  text-align: center;
}

.caption-subtitle {
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.sensor-intro {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 25%;
  max-width: 217px;
  margin-top: -7em;
  margin-right: 28vh;
  padding-top: 0px;
  float: none;
  text-align: left;
}

.sensor-facts {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  margin-top: -7em;
  margin-left: 35vh;
}

.sensor-fact {
  color: #bdbdbd;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.sensor-fact-details {
  font-weight: 200;
}

.gamma {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.more {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0%;
  clear: both;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
}

.balance {
  width: 42%;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 3%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  font-size: 1.12em;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.ulld-intro {
  position: relative;
  height: 70vh;
  margin-top: 44px;
  padding-top: 20px;
  padding-right: 7.3%;
  padding-left: 7.3%;
  background-image: url('../images/ulld_intro.jpg');
  background-position: 90% 50%;
  background-size: auto 120%;
}

.accessories-heading {
  text-align: left;
}

.ulld-fact {
  display: block;
  min-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.ulld-fact-detail {
  font-weight: 300;
}

.label {
  position: absolute;
  display: inline-block;
  float: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.label.lable-cable {
  right: 14%;
  bottom: 3px;
}

.label.label-ulld-100 {
  top: 11vh;
  right: 50%;
  margin-right: 13vh;
  text-align: right;
}

.label.label-ulgx-100 {
  top: 25vh;
  right: 50%;
  margin-right: 32vh;
  text-align: right;
}

.label.label-bpul-100 {
  left: 50%;
  top: 9vh;
  margin-left: 32vh;
  text-align: left;
}

.label.label-ulr2 {
  left: 50%;
  top: 29vh;
  margin-left: 17vh;
}

.label.label-ulcl-100 {
  left: 50%;
  top: 37vh;
  margin-left: 2.5vh;
}

.label.label-bpa1-100 {
  top: 19vh;
  right: 50%;
  max-width: 150px;
  margin-right: 23vh;
  text-align: left;
}

.label.label-bp20 {
  top: 28vh;
  right: 50%;
  width: 180px;
  margin-right: -1vh;
  text-align: right;
}

.label.label-srs1 {
  left: 50%;
  top: 28vh;
  max-width: 160px;
  margin-top: -20px;
  margin-left: 6vh;
  text-align: left;
}

.label.label-lmf1 {
  left: 0px;
  right: 0px;
  bottom: 5vh;
  display: block;
}

.label.label-mp01 {
  right: 50%;
  bottom: 5vh;
  max-width: 220px;
  text-align: left;
}

.label.label-aavm {
  left: 50%;
  top: 9vh;
  margin-left: 3vh;
  text-align: left;
}

.label.label-aaam {
  left: 50%;
  top: 40vh;
  max-width: 210px;
  margin-left: 16vh;
  text-align: right;
}

.label.label-dt50 {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.label.labc-label {
  top: 50vh;
  right: 50%;
  max-width: 280px;
  margin-right: 30px;
}

.label.label-lapl {
  left: 50%;
  top: 50vh;
  max-width: 280px;
  margin-left: 30px;
}

.label.label-irkw-1 {
  top: 21vh;
  right: 50%;
  z-index: 1;
  max-width: 120px;
  margin-right: 5px;
  text-align: left;
}

.label.label-irkw-003 {
  left: 50%;
  top: 21vh;
  max-width: 120px;
  margin-left: 5px;
  text-align: right;
}

.label.label-cg38 {
  top: 54vh;
  right: 50%;
  max-width: 120px;
  margin-right: 5px;
  text-align: left;
}

.label.label-cg33 {
  left: 50%;
  top: 54vh;
  max-width: 130px;
  margin-left: -5px;
  text-align: right;
}

.label.lens-label {
  position: static;
  display: block;
}

.label-order-code {
  color: #000;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.label-order-code.datasheet-link {
  border-bottom: 1px solid #4b85d1;
  line-height: 1em;
}

.label-order-code.datasheet-link:hover {
  color: #4b85d1;
}

.label-description {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.4em;
  font-weight: 300;
}

.ulld-parts {
  position: relative;
  height: 50vh;
  background-image: url('../images/ulld-parts.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.cooke-picture {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 70%;
  margin-bottom: 10%;
  float: none;
  background-image: url('../images/sinacam_cooke.jpg');
  background-position: 99% 0px;
  background-size: cover;
}

.cooke {
  position: absolute;
  left: 50%;
  top: 98px;
  right: 0%;
  bottom: 80px;
}

.ulld-specs {
  display: block;
  width: 50%;
  max-width: 420px;
  margin-right: auto;
  margin-left: 0%;
  padding: 10px 0px 60px;
  float: none;
}

.tr {
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 4px;
  border-top: 1px solid rgba(0, 0, 0, .09);
}

.th {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 18px;
}

.td {
  float: left;
  line-height: 18px;
  font-weight: 300;
}

.td.ulld-specs-c1 {
  width: 40%;
}

.td.ulld-specs-c2 {
  max-width: 60%;
}

.td.ulld-specs-c2.rcp-features {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.td.psu-specs-1 {
  width: 40%;
}

.td.psu-specs-2 {
  width: 60%;
}

.invisible-zero {
  color: rgba(51, 51, 51, 0);
}

.fraction {
  position: relative;
  top: 0.6em;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  line-height: 1.1em;
}

.fraction-numerator {
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
}

.fraction-denominator {
  display: block;
  text-align: center;
}

.footnote {
  font-size: 14px;
  font-weight: 300;
}

.ulld-details {
  position: relative;
  padding-right: 7.3%;
  padding-left: 7.3%;
  clear: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top-style: none;
  background-color: #fff;
}

.mounting-handling-intro {
  width: 50%;
  height: 50vh;
  padding-top: 10px;
  padding-bottom: 50px;
  padding-left: 7.3%;
  float: left;
  background-image: url('../images/15mm_rod_intro.jpg');
  background-position: 58% 50%;
  background-size: auto 120%;
}

.rod-parts {
  position: relative;
  width: 70%;
  height: 50vh;
  float: left;
  background-image: url('../images/15mm_rod_parts.jpg');
  background-position: 50% 50%;
  background-size: auto 120%;
}

.top-down {
  position: relative;
  width: 30%;
  height: 50vh;
  float: left;
  background-image: url('../images/top_down.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.mounting-plate {
  position: relative;
  width: 50%;
  height: 50vh;
  float: left;
  clear: none;
  background-image: url('../images/mounting_plate.jpg');
  background-position: 50% 64%;
  background-size: auto 160%;
}

.accessories-category {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
  background-color: #fff;
}

.more-topic {
  display: block;
  width: 10%;
  margin: 5px 1%;
  padding: 0px;
  float: left;
  border-radius: 3px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .52);
  opacity: 0.95;
  text-decoration: none;
}

.more-topic:hover {
  background-color: #4b85d1;
  opacity: 1;
  color: #fff;
}

.more-topic:active {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.more-topic.w--current {
  display: inline-block;
  margin-left: 1.5%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #444;
  opacity: 0.9;
  color: #d3d3d3;
  cursor: default;
}

.more-topic.w--current:hover {
  opacity: 0.9;
}

.more-topic-picture {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  border-radius: 2px 2px 0px 0px;
}

.more-topic-picture.accessories-picture {
  background-image: url('../images/ulld_intro_1.jpg');
  background-position: 83% 57%;
  background-size: auto 400%;
}

.more-topic-picture.home-picture {
  background-image: url('../images/shoulderrig.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.more-topic-picture.evolved-picture {
  background-image: url('../images/omnicam.jpg');
  background-position: 48% 40%;
  background-size: auto 250%;
}

.more-topic-picture.hassle-free-3d-topic-picture {
  background-image: url('../images/3d_1.jpg');
  background-position: 20% 70%;
  background-size: auto 130%;
}

.more-topic-picture.connectivity-topic-picture {
  background-image: url('../images/base_back.jpg');
  background-position: 44% 50%;
  background-size: cover;
}

.more-topic-picture.precision-topic-picture {
  background-image: url('../images/sinaCam_HDC_2.jpg');
  background-position: 24% 73%;
  background-size: 300%;
}

.more-topic-picture.specs-topic-picture {
  background-color: #90abce;
  background-image: url('../images/specs.jpg');
  background-position: 49% -8%;
  background-size: 350%;
  background-repeat: no-repeat;
}

.more-topic-picture.downloads-topic-picture {
  background-color: #ececec;
  background-image: url('../images/downloads.jpg');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.more-topic-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 24px;
  font-weight: 300;
}

.more-topic-description {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(0, 0, 0, .38);
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.more-topic-description:hover {
  text-decoration: none;
}

.battery-mounts {
  position: relative;
  width: 70%;
  min-height: 60vh;
  margin-bottom: 0px;
  float: left;
  border-bottom: 1px solid #bababa;
  background-image: url('../images/battery_mounts.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
}

.psu {
  position: relative;
  width: 30%;
  height: 60vh;
  float: left;
  border-bottom: 1px solid #bababa;
  background-image: -webkit-radial-gradient(circle farthest-side at 78% 18%, #fff, #f2f2f2);
  background-image: radial-gradient(circle farthest-side at 78% 18%, #fff, #f2f2f2);
}

.psu-picture {
  display: block;
  width: 50%;
  margin: 30px auto 10px;
}

.psu-specs {
  display: block;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
}

.lens-adaptors {
  position: relative;
  width: 70%;
  min-height: 70vh;
  float: left;
  background-image: url('../images/lens_adaptors.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
}

.rings-gears {
  position: relative;
  width: 30%;
  min-height: 70vh;
  float: left;
  background-image: url('../images/rings_and_gears.jpg');
  background-position: 50% 80%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.lenses {
  padding-right: 7.3%;
  padding-left: 7.3%;
  background-color: #fff;
}

.lens {
  width: 16.66%;
  height: 250px;
  float: left;
}

.lens-picture {
  display: block;
  height: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.hassle-free-3d-intro {
  height: 50vh;
  margin-top: 40px;
  background-image: url('../images/3d.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.chapter-3d {
  position: relative;
  display: inline-block;
  padding: 100px 5%;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .2);
  background-color: #fff;
}

.separator {
  display: block;
  width: 50px;
  height: 1px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  clear: both;
  background-color: rgba(0, 0, 0, .29);
}

.useable-picture {
  display: block;
  width: 98%;
  margin: 0px auto 30px;
}

.useable-picture._3d-first-picture {
  margin-top: 0px;
}

.more-header {
  display: block;
  min-width: 100px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.more-buy-link {
  position: absolute;
  top: 21px;
  right: 0%;
  display: block;
  margin-right: 0.5%;
  padding: 10px 20px;
  border: 1px solid #4b85d1;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  text-decoration: none;
}

.more-buy-link:hover {
  border-color: #006eff;
  background-color: rgba(0, 110, 255, .09);
}

.topics {
  position: relative;
  display: block;
  text-align: center;
}

.topics.nav-topics {
  display: inline-block;
  width: 86%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-button {
  position: absolute;
  top: 119px;
  right: 0%;
  width: 10.7%;
  padding: 3px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .3);
  border-radius: 3px;
  background-color: #fff;
  color: #636363;
  font-weight: 600;
  text-align: center;
}

.news-button:hover {
  border-color: rgba(0, 0, 0, .77);
  background-color: rgba(0, 0, 0, .1);
  color: #000;
}

.news-button.mobile-news-button {
  display: none;
}

.news {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  display: none;
  overflow: auto;
  width: 50%;
  height: 100vh;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
  text-align: center;
}

.twitter-feed {
  display: block;
  width: 80%;
  min-width: 200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.news-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0%;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, .29);
  opacity: 0;
}

.news-back:hover {
  background-color: rgba(0, 0, 0, .43);
}

.news-back-button {
  position: absolute;
  top: 130px;
  right: 25%;
  z-index: 15;
  width: 150px;
  height: 48px;
  margin-right: -75px;
  padding-top: 13px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.everything {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.more-logo {
  position: absolute;
  left: 0.5%;
  top: 26px;
  bottom: 0px;
  width: 110px;
  padding: 5px 7px;
  border-radius: 3px;
  background-color: #000;
}

.nav-more {
  position: relative;
  z-index: 14;
  display: block;
  overflow: hidden;
  height: 0px;
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid gray;
  background-color: #fff;
  text-align: center;
}

.nav-more.nav-more-inverted {
  background-color: #000;
  color: #fff;
}

.explore-tab {
  position: absolute;
  bottom: -1px;
  z-index: 15;
  display: none;
  width: 136px;
  height: 46px;
  margin-left: 106px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed gray gray;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: -1px 1px 0 0 #fff, 1px 1px 0 0 #fff;
}

.explore-tab.explore-tab-inverted {
  border-color: #000 #fff #fff;
  border-top-style: none;
  box-shadow: -1px 1px 0 0 #000, 1px 1px 0 0 #000;
}

.nav-limiter {
  position: relative;
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
}

.ulld-limiter {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30%;
}

.ulld-specs-limiter {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.intro-limiter {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 85.5%;
  max-width: 1000px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.chapter-evolved {
  margin-top: 100px;
}

.evolve-picture {
  display: block;
  width: auto;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
}

.codex-hint {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2em;
}

.trifocal-disparity-picture {
  display: block;
  width: 70%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.precision-picture {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hiddenlink {
  color: #333;
  text-decoration: none;
}

.quote-em {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.discover-more {
  margin-top: 4px;
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 200;
}

.korea-picture {
  display: inline-block;
  width: auto;
  height: 60vh;
  max-width: 98%;
  margin-right: 0.7%;
  margin-bottom: 75px;
  margin-left: 1%;
}

.chapter-useable {
  margin-bottom: -10px;
  padding: 100px 7.3% 0px;
  background-color: #f8f8f8;
  text-align: center;
}

.specs-table {
  display: inline-block;
  width: 80%;
  max-width: 530px;
  margin-bottom: 100px;
  padding-right: 2%;
  padding-left: 2%;
  float: none;
  text-align: left;
}

.specs-table.rcp-table {
  max-width: 100%;
}

.specs {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7.3%;
  padding-left: 7.3%;
  text-align: center;
}

.td-li {
  display: block;
  margin-bottom: 0.4em;
}

.downloads {
  margin-top: 100px;
  text-align: center;
}

.specs-image {
  margin-bottom: 10px;
  float: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .39);
}

.specs-measurements-link {
  margin-bottom: 20px;
  text-align: center;
}

.specs-connection-examples {
  margin-bottom: 100px;
}

.specs-connection {
  display: inline-block;
  width: 28%;
  margin-right: 2%;
  margin-left: 2%;
}

.specs-connection-name {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.evolve-logo {
  display: block;
  width: 20em;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.chapter-precision {
  margin-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}

.precision-image {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
}

.precision-image.precision-image-half {
  display: inline-block;
  width: auto;
  height: 50vh;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 1%;
  float: none;
}

.precision-image.base-image {
  width: 30%;
  margin-top: 100px;
}

.download-tile {
  display: inline-block;
  width: 10rem;
  text-align: center;
  text-decoration: none;
}

.download-tile.subtle-link {
  width: 11rem;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
}

.download-tile.subtle-link:hover {
  background-color: rgba(0, 110, 255, .1);
}

.download-details {
  color: #676767;
  font-size: 12px;
  text-decoration: none;
}

.firmware-notice {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
}

.update-changelog {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  text-align: left;
}

.li {
  margin-bottom: 10px;
  padding-right: 20px;
}

.warning {
  color: #f57228;
  font-size: 14px;
  text-align: center;
}

.update {
  margin-top: 20px;
  margin-bottom: 40px;
}

.evolve-picture-intro {
  display: block;
  height: 55vh;
  margin-right: auto;
  margin-bottom: 5vh;
  margin-left: auto;
}

._3d-reason {
  display: block;
  width: 32.333%;
  margin-top: 50px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
  font-size: 14px;
}

.chapter-broadcast {
  position: relative;
  min-height: 110vh;
  padding: 0px 25% 0px 5%;
  background-color: #f8f8f8;
  text-align: center;
}

.useable-reason {
  display: inline-block;
  width: 49%;
  margin-right: 0%;
  margin-bottom: 10px;
  padding-right: 0%;
  padding-left: 0%;
  float: none;
}

.useable-reason.useable-reason-1 {
  margin-right: 2%;
}

.rcp-image {
  float: right;
}

.lt-image {
  width: 55%;
  padding-top: 100px;
}

.broadcast-bg {
  position: absolute;
  left: 60%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/rcp.png');
  background-position: 50% 50%;
  background-size: auto 140%;
  opacity: 0.8;
}

.head-cut-image {
  width: 5.8cm;
  margin-top: 50px;
}

.chapter-made-in-de {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
  text-align: center;
}

.manufacture-image {
  display: inline-block;
  width: 28%;
  margin-right: 0.5%;
  margin-left: 0.5%;
}

.flag-de {
  display: block;
  width: 4rem;
  height: 3rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #f3d005;
}

.schwarz {
  height: 33.333%;
  background-color: #000;
}

.rot {
  height: 33.333%;
  background-color: red;
}

.chapter-sales {
  margin-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.distributor {
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 1px none #006eff;
  border-radius: 3px;
  background-color: rgba(57, 57, 57, .1);
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.distributor:hover {
  background-color: rgba(0, 110, 255, .1);
}

.distributor-image {
  margin-bottom: 10px;
}

.distributor-name {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3em;
  font-weight: 400;
}

.distributor-url {
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}

.chapter-contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
}

.contact-form {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.contact-textarea {
  min-height: 200px;
}

.contact-name {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
}

.contact-company {
  display: inline-block;
  width: 49%;
}

.contact-submit {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.contact-error {
  display: none;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.chapter-imprint {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  text-align: left;
}

.imprint-p {
  display: block;
  max-width: 225px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  text-align: center;
}

.topic-arrow {
  position: relative;
  display: none;
  width: 2%;
  height: 0px;
  margin-top: 5px;
  margin-right: -1%;
  margin-left: -1%;
  padding-bottom: 10%;
  float: left;
  background-image: url('../images/557e9f20d3d2ec9043ba0e0e_icon-chevron-big-down-dark.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.topic-arrow.w--current {
  display: block;
  width: 3%;
  background-position: 50% 50%;
  background-size: 47%;
  opacity: 0.53;
  cursor: default;
}

.socialsuicide {
  height: 60vh;
}

.unit-plus {
  display: block;
  width: 6%;
  margin-top: 2.8em;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}

.weight {
  margin-top: 54px;
  color: hsla(0, 0%, 100%, .43);
  font-size: 7.8em;
  line-height: 48%;
  font-weight: 400;
  text-align: center;
  letter-spacing: -7px;
  text-indent: -0.15em;
}

.lbs {
  display: inline-block;
  font-size: 0.5em;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -2px;
}

.unit-connection {
  margin-bottom: 30px;
  clear: both;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.gamma-picture {
  height: 55vh;
}

.gamma-class {
  position: static;
  width: 25%;
  float: left;
  color: hsla(0, 0%, 100%, .71);
  font-size: 1.5em;
  font-weight: 200;
}

.gamma-classes {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1em;
  z-index: 1;
}

.film-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.flexible-h1 {
  color: #fff;
}

.imprint-h {
  display: block;
  margin-top: 20px;
  font-weight: 600;
}

.shortlabel-ref {
  display: none;
}

.shortlabel-ulld-100 {
  display: none;
}

.shortlabel-ulg {
  display: none;
}

.shortlabel-bpul-100 {
  display: none;
}

.shortlabel-ulr2 {
  display: none;
}

.shortlabel-ulcl {
  display: none;
}

.shortlabel-srs1 {
  display: none;
}

.shortlabel-bp20 {
  display: none;
}

.shortlabel-bpa1 {
  display: none;
}

.shortlabel-aavm {
  display: none;
}

.shortlabel-aaam {
  display: none;
}

.close-button {
  display: none;
}

.menu-icon {
  display: none;
}

.mobile-nav-clickable {
  display: none;
}

.news-fair {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1.4em;
  display: block;
  padding-right: 0.3em;
  padding-left: 0.3em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, .15) rgba(0, 0, 0, .15);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ffb800;
  color: #000;
  font-size: 0.8em;
  line-height: 1.4em;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="scrollhint"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="shownews"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="shownews-2"] {
  opacity: 0;
}

@media (max-width: 991px) {
  h2 {
    font-size: 1.5em;
  }
  .hero {
    height: auto;
    padding-top: 75%;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #e5e5e5;
    background-position: 9% 0%;
    background-size: 200%;
    background-repeat: no-repeat;
  }
  .intro {
    height: 90vw;
    padding-right: 1%;
    padding-left: 1%;
  }
  .overlay {
    width: 800%;
    max-width: 60%;
  }
  .nav {
    padding-right: 1%;
    padding-left: 1%;
  }
  .nav-link.other {
    width: 10%;
    font-size: 14px;
  }
  .nav-link.other.nav-button {
    width: 10.5%;
    min-width: 60px;
    margin-left: 2%;
  }
  .hero-text {
    width: 100%;
    max-width: none;
    min-width: 0vh;
    margin-top: 30px;
    font-size: 0.8em;
  }
  .quote {
    display: block;
  }
  .hero-text-wrapper {
    position: relative;
    width: 100%;
    font-size: 1em;
  }
  .chapter-flexible {
    height: 100vw;
    background-position: 53% 50%;
  }
  .flexible-intro {
    left: 2em;
    bottom: 7vw;
    width: 48%;
    max-width: 440px;
    min-height: 370px;
  }
  .unit.half {
    display: block;
    width: 15em;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .unit.half.half-2 {
    margin: 10px auto 30px;
    float: none;
  }
  .chapter-intro.sensor-intro {
    width: auto;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0em;
  }
  .chapter-intro.ulld-text {
    margin-bottom: 0px;
  }
  .chapter-intro._3d-reason-text {
    width: 87%;
  }
  .chapter-intro.lt-intro {
    text-shadow: 1px 1px 0 #fff;
  }
  .chapter-intro.workflow-intro {
    font-size: 1em;
  }
  .anything-pictures {
    width: 90%;
  }
  .ride-pictures {
    width: 93%;
    padding-left: 1%;
  }
  .inverted-section {
    clear: both;
  }
  .inverted-section.sensor-section {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 50px;
    border-bottom: 1px solid #333;
    background-color: #000;
    background-image: url('../images/chip.jpg');
    background-position: 50% 101px;
    background-size: 78%;
    background-repeat: no-repeat;
  }
  .brilliant-picture {
    width: 70%;
  }
  .sensor-intro {
    position: static;
    width: 40%;
    max-width: 80%;
    margin-top: 12%;
    margin-right: auto;
    margin-left: 10%;
    padding-top: 14em;
    float: left;
    text-align: left;
  }
  .sensor-facts {
    position: static;
    width: 40%;
    margin-top: 12%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14em;
    float: right;
    text-align: left;
  }
  .sensor-fact {
    text-align: left;
  }
  .balance {
    font-size: 0.9em;
    letter-spacing: -0.03em;
  }
  .ulld-intro {
    height: auto;
    padding-top: 30px;
    padding-bottom: 74vw;
    background-color: #f6f6f6;
    background-position: 94% 166px;
    background-size: 300%;
    background-repeat: no-repeat;
  }
  .ulld-fact {
    min-width: 0px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.22em;
  }
  .label.label-ulld-100 {
    top: 9vw;
    margin-right: 11vw;
  }
  .label.label-ulgx-100 {
    top: 26vw;
    margin-right: 21vw;
  }
  .label.label-bpul-100 {
    top: 8vw;
    margin-left: 27vw;
  }
  .label.label-ulr2 {
    top: 24vw;
    margin-left: 13vw;
  }
  .label.label-ulcl-100 {
    top: 30vw;
    margin-left: 1.5vw;
  }
  .label.label-bpa1-100 {
    top: 14vw;
    margin-right: 22vw;
  }
  .label.label-bp20 {
    top: 23vw;
    margin-right: -1vw;
  }
  .label.label-srs1 {
    top: 23vw;
    margin-left: 5vw;
  }
  .label.label-mp01 {
    bottom: 5vw;
  }
  .label.label-aavm {
    top: 9vw;
    margin-left: 3vw;
  }
  .label.label-aaam {
    top: 32vw;
    margin-left: 15vw;
  }
  .label.labc-label {
    top: 42vw;
  }
  .label.label-lapl {
    top: 42vw;
  }
  .label.label-irkw-1 {
    top: 21vw;
  }
  .label.label-irkw-003 {
    top: 21vw;
  }
  .label.label-cg38 {
    top: 54vw;
  }
  .label.label-cg33 {
    top: 54vw;
  }
  .ulld-parts {
    height: 40vw;
  }
  .cooke-picture {
    margin-bottom: 10px;
    padding-bottom: 60%;
  }
  .cooke {
    position: static;
    overflow: visible;
    margin-left: 1%;
  }
  .ulld-specs {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .ulld-details {
    padding-right: 2%;
    padding-left: 2%;
  }
  .mounting-handling-intro {
    display: block;
    width: 100%;
    height: 40vw;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
  }
  .rod-parts {
    width: 100%;
    height: 40vw;
    float: none;
  }
  .top-down {
    display: block;
    width: 70%;
    height: 50vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .mounting-plate {
    width: 100%;
    height: 59vw;
    float: none;
  }
  .more-topic {
    width: 23%;
    margin-bottom: 30px;
  }
  .more-topic.w--current {
    margin-right: 1%;
    margin-left: 1%;
  }
  .more-topic-heading {
    font-size: 15px;
  }
  .battery-mounts {
    width: 100%;
    min-height: 50vw;
    margin-bottom: 20px;
    float: none;
    border-style: none;
    border-bottom-width: 1px;
    border-bottom-color: #000;
  }
  .psu {
    display: block;
    width: 50%;
    height: auto;
    min-height: 40px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 20px;
    float: none;
    border-bottom: 1px none #000;
  }
  .lens-adaptors {
    width: 100%;
    min-height: 60vw;
    float: none;
  }
  .rings-gears {
    display: block;
    width: 100%;
    min-height: 70vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .lenses {
    padding-right: 1%;
    padding-left: 1%;
  }
  .lens {
    margin-right: 0%;
    margin-left: 0%;
  }
  .chapter-3d {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .useable-picture {
    width: 87%;
  }
  .topics {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .news-button {
    display: none;
    width: 13.5%;
  }
  .news-button.mobile-news-button {
    z-index: 10;
    display: block;
  }
  .news {
    left: 0%;
    bottom: auto;
    width: 100%;
    height: auto;
  }
  .news-back {
    width: 33%;
    height: 5rem;
    background-color: transparent;
  }
  .news-back-button {
    top: 50%;
    right: 50%;
    width: 80px;
    height: 30px;
    margin-top: -15px;
    margin-right: -40px;
    padding-top: 5px;
  }
  .ulld-limiter {
    padding-right: 0%;
  }
  .korea-picture {
    height: auto;
    max-height: 60vh;
    margin-bottom: 30px;
  }
  .korea-picture.korea-picture-2 {
    width: 90%;
    max-height: 100%;
  }
  .specs-table.rcp-table {
    width: 100%;
  }
  .precision-image.precision-image-half {
    height: 30vw;
  }
  ._3d-reason {
    width: 36.2%;
    margin-right: -1.5%;
    margin-left: -1.5%;
  }
  .chapter-broadcast {
    position: relative;
    min-height: 0vh;
    padding-right: 5%;
    padding-bottom: 50px;
    background-color: transparent;
  }
  .lt-image {
    margin-top: 100px;
    padding-top: 0px;
    box-shadow: 0 0 32px 6px #fff;
  }
  .broadcast-bg {
    position: absolute;
    left: 0%;
    z-index: -1;
    display: block;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    opacity: 0.15;
  }
  .manufacture-image {
    width: 40%;
  }
  .topic-arrow {
    display: none;
  }
  .topic-arrow.w--current {
    z-index: 2;
    display: block;
    width: 6%;
    margin-right: -4%;
    margin-left: -3%;
    padding-bottom: 23%;
    background-image: url('../images/557e9f20d3d2ec9043ba0e0e_icon-chevron-big-down-dark.png'), -webkit-radial-gradient(circle closest-side at 50% 50%, #fff 77%, rgba(0, 0, 0, .12) 78%, hsla(0, 0%, 100%, 0));
    background-image: url('../images/557e9f20d3d2ec9043ba0e0e_icon-chevron-big-down-dark.png'), radial-gradient(circle closest-side at 50% 50%, #fff 77%, rgba(0, 0, 0, .12) 78%, hsla(0, 0%, 100%, 0));
    background-position: 50% 50%, 0px 0px;
    background-size: 35%, auto;
    background-repeat: no-repeat, repeat;
    opacity: 1;
  }
  .socialsuicide {
    width: 90%;
    height: auto;
    max-width: 98%;
  }
  .unit-plus {
    margin-top: 0em;
    margin-bottom: 0px;
    float: none;
    clear: both;
  }
  .unit-connection {
    font-size: 1.13em;
    line-height: 1.33em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.2em;
  }
  .hero {
    padding-top: 75%;
    background-position: 12% 0px;
  }
  .intro {
    height: 105vw;
  }
  .nav {
    overflow: hidden;
    padding-right: 5%;
    padding-left: 5%;
  }
  .home {
    margin-bottom: 1em;
  }
  .home.w--current {
    margin-bottom: 1.5em;
  }
  .nav-link.other {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 3vh;
    padding-bottom: 3vh;
    font-size: 4vh;
  }
  .nav-link.other.w--current {
    margin-right: 0%;
    margin-left: 0%;
  }
  .nav-link.other.nav-button {
    width: 100%;
    padding-top: 3vh;
    padding-bottom: 3vh;
    float: right;
  }
  .nav-link.other.mobile-home {
    display: inline-block;
  }
  .hero-text {
    padding-left: 0%;
  }
  .hero-heading {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
  }
  .quote {
    margin-left: 0px;
  }
  .appetizer {
    height: 159px;
  }
  .topics-heading {
    font-size: 24px;
  }
  .chapter-flexible {
    height: auto;
    padding-top: 95vw;
    background-color: #a8b3bb;
    background-position: 93% 0%;
    background-size: 160%;
    background-repeat: no-repeat;
  }
  .flexible-intro {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .chapter-intro.sensor-intro {
    display: block;
    width: 100%;
    max-width: 22em;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .chapter-intro.workflow-intro {
    width: 70%;
    text-align: left;
  }
  .balance-shoulder {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .balance-polecam {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .balance-pictures {
    margin-bottom: 0px;
    text-align: center;
  }
  .chapter-anything {
    padding-bottom: 1vw;
  }
  .anything-pictures {
    width: 95%;
  }
  .ride-picture {
    position: relative;
    width: 48%;
    margin-bottom: 2%;
  }
  .ride-picture.ride-picture-2 {
    position: relative;
  }
  .square.ride-bmw {
    margin-bottom: 0%;
  }
  .square.ride-alps {
    margin-bottom: 0%;
  }
  .subtle-link.ride-link {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: hsla(0, 0%, 100%, .92);
  }
  .inverted-section {
    padding-bottom: 100px;
  }
  .inverted-section.sensor-section {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #3c3c3c;
    background-color: #000;
    background-position: 50% 115px;
  }
  .brilliant-picture {
    max-height: 100%;
  }
  .sensor-heading {
    width: 100%;
    font-weight: 400;
    text-align: center;
  }
  .sensor-intro {
    display: block;
    width: 98%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0em;
    float: none;
    text-align: center;
  }
  .sensor-facts {
    width: 98%;
    margin-right: 1%;
    margin-bottom: 30px;
    margin-left: 1%;
    padding-top: 15em;
    float: none;
  }
  .sensor-fact {
    display: block;
    text-align: center;
  }
  .gamma {
    max-width: 98%;
  }
  .balance {
    display: inline-block;
    width: 100%;
    float: none;
  }
  .ulld-intro {
    padding-bottom: 80vw;
    background-color: #f5f5f5;
    background-position: 100% 100%;
  }
  .label.label-ulld-100 {
    top: 6vw;
    font-size: 0.9em;
    line-height: 1.1em;
  }
  .label.label-ulgx-100 {
    font-size: 0.9em;
    line-height: 1.1em;
  }
  .label.label-bpul-100 {
    top: 4vw;
    margin-right: 2vh;
    margin-left: 27vw;
    font-size: 0.9em;
    line-height: 1.1em;
  }
  .label.label-ulr2 {
    font-size: 0.9em;
  }
  .label.label-ulcl-100 {
    font-size: 0.9em;
  }
  .label.label-bpa1-100 {
    top: 14vw;
    max-width: 110px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .label.label-bp20 {
    width: 120px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .label.label-srs1 {
    max-width: 110px;
    margin-top: -14px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .label.label-lmf1 {
    bottom: 0.5vw;
  }
  .label.label-aavm {
    max-width: 200px;
    font-size: 0.8em;
  }
  .label.label-aaam {
    max-width: 150px;
    margin-right: 10px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .label.labc-label {
    margin-right: 5px;
    margin-left: 10px;
  }
  .label.label-lapl {
    margin-right: 10px;
    margin-left: 5px;
  }
  .label.label-irkw-1 {
    max-width: 140px;
  }
  .label.label-irkw-003 {
    top: 25vw;
    max-width: 140px;
    margin-left: 7px;
  }
  .label.label-cg38 {
    top: 63vw;
    margin-right: 35px;
  }
  .label.label-cg33 {
    top: 63vw;
    max-width: 170px;
    margin-left: -26px;
  }
  .ulld-parts {
    width: 100%;
    background-size: auto 100%;
  }
  .cooke {
    margin-left: 0%;
  }
  .td.ulld-specs-c2.rcp-features {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .mounting-handling-intro {
    width: 100%;
    height: 50vw;
  }
  .rod-parts {
    width: 100%;
  }
  .top-down {
    width: 100%;
    height: 70vw;
    margin-top: 0px;
  }
  .mounting-plate {
    height: 61vw;
  }
  .more-topic-heading {
    font-size: 14px;
  }
  .battery-mounts {
    width: 100%;
  }
  .psu {
    width: 80%;
  }
  .lens-adaptors {
    width: 100%;
    min-height: 68vw;
    background-color: #f1f1f1;
    background-position: 50% 0px;
    background-size: auto 90%;
    background-repeat: no-repeat;
  }
  .rings-gears {
    min-height: 80vw;
    background-color: #efeeee;
  }
  .lens {
    width: 32%;
    height: 170px;
  }
  .lens-picture {
    height: 80px;
  }
  .news-button {
    left: 40%;
    top: 60px;
    right: 40%;
    width: auto;
  }
  .nav-limiter {
    min-height: 100vh;
  }
  .evolve-picture {
    width: 90%;
    height: auto;
  }
  .korea-picture {
    margin-right: 0%;
    margin-left: 0%;
  }
  .chapter-useable {
    padding-right: 3%;
    padding-left: 3%;
  }
  .specs-table {
    width: 90%;
  }
  .specs-connection {
    width: 50%;
    margin-bottom: 20px;
  }
  ._3d-reason {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .chapter-broadcast {
    min-height: 0vh;
    border-top: 1px solid #ddd;
  }
  .lt-image {
    width: 90%;
    margin-top: 10%;
    padding-top: 0px;
  }
  .broadcast-bg {
    display: none;
  }
  .manufacture-image {
    width: 40%;
  }
  .contact-form {
    width: 95%;
  }
  .gamma-picture {
    width: 90%;
    height: auto;
  }
  .gamma-class {
    font-size: 1.2em;
  }
  .close-button {
    position: absolute;
    top: 2px;
    right: 0%;
    z-index: 101;
    display: none;
    padding: 10px;
    opacity: 0;
    font-size: 2em;
    font-weight: 200;
  }
  .menu-icon {
    position: absolute;
    top: 2px;
    right: 0%;
    z-index: 100;
    display: block;
    padding: 10px;
  }
  .mobile-nav-clickable {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    display: block;
    height: 45px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 1.4em;
  }
  .intro {
    height: 140vw;
    min-height: 25rem;
  }
  .overlay {
    max-width: 80%;
  }
  .hero-text {
    max-width: none;
    min-width: 0vh;
  }
  .slogan {
    padding-top: 76px;
    font-size: 1.7em;
  }
  .hero-text-wrapper {
    position: static;
  }
  .appetizer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .topics-heading {
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 16px;
  }
  .chapter-flexible {
    padding-bottom: 20px;
  }
  .flexible-intro {
    position: static;
    display: block;
    width: 90%;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .unit.half {
    max-width: 100%;
    font-size: 1.5em;
  }
  .unit.half.half-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .scroll-hint {
    top: 182px;
  }
  .scroll-hint.scroll-hint-workflow {
    margin-top: 0px;
  }
  .chapter-balance {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .chapter-intro {
    max-width: 95%;
    margin-bottom: 20px;
    font-size: 1.2em;
    letter-spacing: -0.02em;
  }
  .chapter-intro.partner-credit.solectrix {
    margin-top: 20px;
  }
  .chapter-intro.partner-credit.anadicon {
    margin-top: 20px;
  }
  .chapter-intro.workflow-intro {
    width: 100%;
    max-width: 100%;
    font-size: 1.2em;
    text-align: center;
  }
  .balance-shoulder {
    margin-bottom: 5%;
  }
  .balance-polecam {
    width: 100%;
    margin-bottom: 40px;
  }
  .chapter-anything {
    padding-top: 10px;
  }
  .anything-pictures {
    width: 100%;
  }
  .anything-picture-secondary {
    display: block;
    width: 98%;
    height: 60vw;
    margin-right: auto;
    margin-bottom: 1vw;
    margin-left: auto;
    float: none;
  }
  .anything-picture-secondary.second {
    width: 98%;
    float: none;
  }
  .anything-picture {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
    float: none;
  }
  .anything-picture.diving-picture {
    float: none;
  }
  .chapter-ride {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .subtle-link {
    margin-top: 30px;
  }
  .inverted-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .inverted-section.sensor-section {
    padding-top: 20px;
    padding-bottom: 0px;
    background-position: 50% 125px;
    background-size: 109%;
  }
  .brilliant-picture {
    width: 90%;
    margin-bottom: 5%;
  }
  .sensor-facts {
    margin-top: 80%;
    padding-top: 0em;
  }
  .gamma {
    height: auto;
  }
  .balance {
    font-size: 1em;
  }
  .ulld-intro {
    background-position: 94% 470px;
  }
  .accessories-heading {
    min-width: 250px;
  }
  .label.label-ulld-100 {
    position: static;
    display: block;
    margin-right: 0vw;
    text-align: left;
  }
  .label.label-ulgx-100 {
    position: static;
    display: block;
    margin-right: 0vw;
    text-align: left;
  }
  .label.label-bpul-100 {
    position: static;
    display: block;
    max-width: 200px;
    margin-right: 0vh;
    margin-left: 0vw;
  }
  .label.label-ulr2 {
    position: static;
    display: block;
    margin-left: 0vw;
    text-align: left;
  }
  .label.label-ulcl-100 {
    position: static;
    display: block;
    margin-left: 0vw;
    text-align: left;
  }
  .label.label-bpa1-100 {
    position: static;
    display: block;
    max-width: 90%;
    margin-right: 0vw;
    margin-left: 5%;
  }
  .label.label-bp20 {
    position: static;
    display: block;
    width: auto;
    max-width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    text-align: left;
  }
  .label.label-srs1 {
    position: static;
    display: block;
    max-width: 90%;
    margin-top: 0px;
    margin-left: 5%;
  }
  .label.label-mp01 {
    left: 5%;
    right: 5%;
  }
  .label.label-aavm {
    position: static;
    max-width: 210px;
    margin-left: 5%;
  }
  .label.label-aaam {
    position: static;
    max-width: 210px;
    margin-right: 0px;
    margin-left: 5%;
    text-align: left;
  }
  .label.labc-label {
    position: static;
    width: 44%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 5%;
  }
  .label.label-lapl {
    position: static;
    width: 44%;
    margin-right: 5%;
    margin-left: 0px;
    float: right;
  }
  .label.label-irkw-1 {
    max-width: 100px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .label.label-irkw-003 {
    max-width: 100px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .label.label-cg38 {
    max-width: 90px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .label.label-cg33 {
    max-width: 130px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .ulld-parts {
    height: auto;
    padding: 45% 5% 10px;
    background-color: #f7f7f7;
    background-position: 50% 0px;
    background-size: 200%;
  }
  .td.ulld-specs-c1 {
    width: 100%;
    margin-bottom: 5px;
    color: #000;
    font-weight: 300;
  }
  .td.ulld-specs-c2 {
    max-width: 100%;
  }
  .td.psu-specs-1 {
    width: 100%;
  }
  .td.psu-specs-2 {
    width: 100%;
  }
  .ulld-details {
    padding-right: 5%;
    padding-left: 5%;
  }
  .mounting-handling-intro {
    height: 50vw;
  }
  .rod-parts {
    height: auto;
    padding-top: 40%;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    background-position: 69% 0px;
    background-size: 150%;
    background-repeat: no-repeat;
  }
  .top-down {
    width: 100%;
    height: 75vw;
  }
  .mounting-plate {
    height: 90vw;
    background-position: 50% -86px;
    background-size: 160%;
    background-repeat: no-repeat;
  }
  .more-topic {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    margin-left: 0%;
  }
  .more-topic.w--current {
    margin-left: 0%;
  }
  .more-topic-picture {
    width: 4rem;
    margin-right: 5%;
    margin-left: 0px;
    float: left;
    border-radius: 3px;
  }
  .more-topic-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 3px;
    font-size: 1.5em;
    line-height: 4rem;
    text-align: left;
  }
  .battery-mounts {
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 65%;
    padding-bottom: 10px;
    background-color: #eee;
    background-position: 44% 0px;
    background-size: 230%;
    background-repeat: no-repeat;
  }
  .psu {
    width: 100%;
    padding-top: 20px;
  }
  .psu-picture {
    margin-top: 0px;
  }
  .lens-adaptors {
    padding-top: 45%;
    background-size: 180%;
  }
  .rings-gears {
    margin-top: 0px;
  }
  .lens {
    width: 50%;
  }
  .chapter-3d {
    padding-top: 0px;
  }
  .useable-picture {
    width: 100%;
    margin-bottom: 20px;
  }
  .topics {
    width: 90%;
  }
  .news-button {
    left: 78%;
    top: 44px;
    right: 2%;
    padding: 1px 5px;
    font-size: 0.8em;
  }
  .the-body {
    font-size: 13px;
  }
  .ulld-limiter {
    min-height: 500px;
  }
  .evolve-picture {
    height: auto;
    max-width: 98%;
  }
  .trifocal-disparity-picture {
    width: 98%;
  }
  .korea-picture {
    height: auto;
    max-height: 70vw;
    margin-bottom: 5%;
  }
  .korea-picture.korea-picture-2 {
    margin-bottom: 40px;
  }
  .chapter-useable {
    margin-top: 5%;
    margin-bottom: 0px;
    padding-top: 46px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .specs-table {
    margin-bottom: 50px;
  }
  .specs {
    margin-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .specs-connection {
    width: 70%;
  }
  .evolve-logo {
    max-width: 90%;
  }
  .precision-image.precision-image-half {
    height: 32vw;
  }
  .precision-image.base-image {
    width: 7cm;
  }
  .evolve-picture-intro {
    width: 98%;
    height: auto;
  }
  ._3d-reason {
    width: 100%;
  }
  .chapter-broadcast {
    padding-top: 5%;
  }
  .useable-reason {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 30px;
    float: none;
  }
  .useable-reason.useable-reason-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .lt-image {
    width: 100%;
    margin-top: 0%;
  }
  .manufacture-image {
    width: 90%;
    margin-bottom: 5vw;
  }
  .topic-arrow.w--current {
    display: none;
    width: 100%;
    margin: -5% 0% -10%;
    padding-bottom: 10%;
  }
  .unit-plus {
    font-size: 1.5em;
  }
  .unit-connection {
    font-size: 1.2em;
  }
  .shortlabel-ref {
    display: inline;
  }
  .shortlabel-ulld-100 {
    position: absolute;
    top: 7vw;
    right: 62%;
    display: block;
  }
  .shortlabel-ulg {
    position: absolute;
    top: 22vw;
    right: 79%;
    display: block;
  }
  .shortlabel-bpul-100 {
    position: absolute;
    left: 78%;
    top: 7vw;
    display: block;
  }
  .shortlabel-ulr2 {
    position: absolute;
    left: 65%;
    top: 24vw;
    display: block;
  }
  .shortlabel-ulcl {
    position: absolute;
    left: 51%;
    top: 32vw;
    display: block;
  }
  .shortlabel-srs1 {
    position: absolute;
    top: 25vw;
    right: 40%;
    display: block;
  }
  .shortlabel-bp20 {
    position: absolute;
    left: 36%;
    top: 27vw;
    display: block;
  }
  .shortlabel-bpa1 {
    position: absolute;
    left: 16%;
    top: 23vw;
    display: block;
  }
  .shortlabel-aavm {
    position: absolute;
    top: 8vw;
    right: 37%;
    display: inline-block;
  }
  .shortlabel-aaam {
    position: absolute;
    top: 30vw;
    right: 16%;
    display: inline-block;
  }
}

