#landing.container {
  max-width: 1000px;
  margin: 0 auto;
  color: #010101;
  font-family: "PT Sans", san-serif;
}

#landing.container img {
  max-width: 100%;
  vertical-align: middle;
}

#landing .kivi-heading__logo {
  max-width: 186px;
}

#landing .kivi-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 30px 100px;
}

#landing .kivi-heading__title {
  margin: 11px 0 0;
}

#landing .kivi-heading__text {
  font: normal 400 14px "PT Sans", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#landing .kivi-heading__image {
  margin-top: 140px;
  max-width: 680px;
}

#landing .kivi-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 30px 0;
}

#landing .kivi-vision__logo {
  max-width: 290px;
  margin: 0 auto;
}

#landing .kivi-vision__title {
  max-width: 310px;
  margin: 30px auto 35px;
  text-align: center;
}

#landing .kivi-vision__text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
}

#landing .kivi-vision__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#landing .kivi-vision__image {
  width: 46%;
  margin: 0 auto;
}

#landing .kivi-vision__features {
  width: 27%;
}

#landing .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
  list-style: none;
}

#landing .feature-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
}

#landing .feature-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
}

#landing .feature-list__icon--sm img {
  width: 32px;
}

#landing .feature-list__icon--md img {
  width: 36px;
}

#landing .feature-list__icon--lg img {
  width: 45px;
}

#landing .feature-list__text {
  font-size: 14px;
  line-height: 1.8;
}

#landing .kivi-remote {
  padding: 120px 0 0;
}

#landing .kivi-remote__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

#landing .kivi-remote__image {
  width: 60%;
}

#landing .kivi-remote__heading {
  width: 40%;
  margin: 45px 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

#landing .kivi-remote__logo {
  max-width: 70%;
}

#landing .kivi-remote__title {
  margin: 10px 0;
}

#landing .kivi-remote__text {
  font-size: 17px;
  line-height: 1.8;
}

#landing .kivi-remote__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #0458eb;
}

#landing .kivi-remote__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-height: 500px;
  padding: 0 15px;
}

#landing .kivi-remote__col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 270px;
  margin: 25% auto 0;
  font-size: 14px;
  line-height: 2.4;
  color: #fff;
}

#landing .kivi-remote__col-image {
  max-width: 460px;
  -webkit-transform: translate(-20px, -140px);
          transform: translate(-20px, -140px);
}

#landing .kivi-design {
  padding: 50px 0 0;
}

#landing .kivi-design__header {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

#landing .kivi-design__title {
  font-size: 24px;
  line-height: 1.125;
  letter-spacing: 2px;
}

#landing .kivi-design__banners {
  position: relative;
}

#landing .kivi-design__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 120px;
}

#landing .kivi-design__image {
  max-width: 470px;
}

#landing .kivi-design__option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#landing .kivi-design__option-text {
  font-size: 22px;
  line-height: 1.125;
}

#landing .kivi-design__option-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin: 15px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 21px rgba(146, 146, 146, 0.74);
          box-shadow: 0 0 21px rgba(146, 146, 146, 0.74);
}

#landing .kivi-design__option-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
}

#landing .kivi-design__option-icon--black {
  background-color: #363636;
}

#landing .kivi-exclusive-design__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 300px;
}

#landing .kivi-exclusive-design__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  padding: 50px;
}

#landing .kivi-exclusive-design__title {
  font-size: 22px;
  line-height: 1.125;
  letter-spacing: 1px;
}

#landing .kivi-exclusive-design__subtitle {
  font-size: 15px;
  line-height: 1.6;
}

#landing .kivi-exclusive-design__image {
  width: 40%;
  -webkit-transform: translate(-20px, -40px);
          transform: translate(-20px, -40px);
}

#landing .kivi-exclusive-design__image-wrap {
  max-width: 600px;
  margin: 50px auto;
}

#landing .kivi-exclusive-design__image-wrap--vertival {
  max-width: 200px;
}

#landing .kivi-viewing-angle {
  padding: 190px 0 0;
}

#landing .kivi-viewing-angle__image {
  max-width: 630px;
  margin: 0 auto;
}

#landing .kivi-remote-controller {
  position: relative;
}

#landing .kivi-remote-controller__header {
  position: absolute;
  bottom: 26%;
  right: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 230px;
}

#landing .kivi-remote-controller__title {
  font-size: 22px;
  line-height: 1.125;
  color: #9af9f9;
  text-transform: uppercase;
}

#landing .kivi-remote-controller__text {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

#landing .kivi-remote-controller::before {
  content: "";
  position: relative;
  display: block;
  padding-top: 12.04%;
  background-color: #051212;
}

#landing .kivi-remote-controller__inner {
  position: relative;
  height: 0;
  padding-top: 56.22%;
  background: url("/templates/landing/kivi/img/remote-bg.jpg") no-repeat center center/cover;
}

#landing .kivi-remote-controller__banners {
  position: relative;
}

#landing .kivi-voice {
  padding: 180px 0 0;
}

#landing .kivi-voice__title {
  text-align: center;
}

#landing .kivi-voice__text {
  font-size: 22px;
  line-height: 1.125;
  letter-spacing: 1px;
}

#landing .kivi-voice__image {
  margin-top: 50px;
}

#landing .kivi-bt {
  padding: 120px 0 0;
}

#landing .kivi-bt__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#landing .kivi-bt__icon {
  width: 32px;
}

#landing .kivi-bt__title {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 4px;
}

#landing .kivi-bt__text {
  font-size: 17px;
  line-height: 1.6;
}

#landing .kivi-bt__image {
  margin-top: 30px;
}

#landing .kivi-bt__inner {
  position: relative;
  padding: 0 12px;
}

#landing .kivi-banners {
  position: absolute;
  bottom: -50px;
  left: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 1;
}

#landing .kivi-banners__wrap {
  margin: 0 8px;
}

#landing .kivi-banners__wrap--sm {
  width: -webkit-calc(25% - 8px);
  width: calc(25% - 8px);
}

#landing .kivi-banners__wrap--md {
  width: -webkit-calc(33.33% - 8px);
  width: calc(33.33% - 8px);
}

#landing .kivi-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 69.53% 8px 0;
  -webkit-box-shadow: 0 7px 21px 0 rgba(0, 23, 31, 0.17);
          box-shadow: 0 7px 21px 0 rgba(0, 23, 31, 0.17);
}

#landing .kivi-banners__wrap--md .kivi-banner {
  padding: 48.22% 8px 0;
}

#landing .kivi-banners__wrap--md .kivi-banner__text {
  left: -webkit-calc(10% + 60px);
  left: calc(10% + 60px);
}

#landing .kivi-banner--remote {
  background: url("/templates/landing/kivi/img/remote.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--joystick {
  background: url("/templates/landing/kivi/img/joystick.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--speakers {
  background: url("/templates/landing/kivi/img/speakers.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--headphones {
  background: url("/templates/landing/kivi/img/headphones.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--4k {
  background: url("/templates/landing/kivi/img/4k-banner.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--hdr {
  background: url("/templates/landing/kivi/img/hdr-banner.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--fps {
  background: url("/templates/landing/kivi/img/fps-banner.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--design-1 {
  background: url("/templates/landing/kivi/img/design-1.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--design-2 {
  background: url("/templates/landing/kivi/img/design-2.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--design-3 {
  background: url("/templates/landing/kivi/img/design-3.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--interrior-1 {
  background: url("/templates/landing/kivi/img/interrior-1.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--interrior-2 {
  background: url("/templates/landing/kivi/img/interrior-2.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--interrior-3 {
  background: url("/templates/landing/kivi/img/interrior-3.jpg") no-repeat center center/cover;
}

#landing .kivi-banner--support {
  background: #fff url("/templates/landing/kivi/img/icons/support.png") no-repeat left center/30%;
}

#landing .kivi-banner--details {
  background: #fff url("/templates/landing/kivi/img/icons/details.png") no-repeat left center/30%;
}

#landing .kivi-banner--updates {
  background: #fff url("/templates/landing/kivi/img/icons/updates.png") no-repeat left center/30%;
}

#landing .kivi-banner--blue {
  background-color: #0458eb;
}

#landing .kivi-banner__icon {
  position: absolute;
  top: 50%;
  left: 10%;
  max-width: 57px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#landing .kivi-banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#landing .kivi-banner__text--dark {
  color: #2d2d2d;
}

#landing .kivi-view {
  padding: 130px 0 0;
}

#landing .kivi-view__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#landing .kivi-view__image {
  width: 30%;
  text-align: center;
}

#landing .kivi-view__image--vertical {
  width: 35%;
}

#landing .kivi-view__image--vertical img {
  max-height: 200px;
}

#landing .kivi-view__heading {
  margin: 80px 0 0;
  text-align: center;
}

#landing .kivi-view__title {
  font-size: 24px;
  line-height: 1.125;
  letter-spacing: 2px;
}

#landing .kivi-portal {
  padding: 125px 0 30px;
}

#landing .kivi-portal__heading {
  margin: 70px 0 50px;
  text-align: center;
}

#landing .kivi-portal__title {
  font-size: 24px;
  line-height: 1.125;
  letter-spacing: 2px;
}

#landing .kivi-portal__image {
  max-width: 700px;
  margin: 0 auto;
}

#landing .kivi-portal__tuner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 110px 0 140px;
}

#landing .kivi-portal__tuner-icon {
  width: 140px;
  height: 140px;
  margin: 20px;
}

#landing .kivi-portal__footnote {
  text-align: center;
}

#landing .kivi-portal__tuner-description {
  max-width: 310px;
}

#landing .kivi-portal__tuner-title {
  font-size: 24px;
  line-height: 1.125;
  letter-spacing: 2px;
}

#landing .kivi-portal__tuner-text {
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.6;
}

#landing .kivi-portal__footnote-text {
  font-size: 14px;
  line-height: 18px;
  color: #b1b1b1;
}

#landing .kivi-sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-color: #061313;
}

#landing .kivi-sound__header {
  max-width: 230px;
  margin: 0 auto;
  padding-top: 180px;
  text-align: center;
}

#landing .kivi-sound__title-text {
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 4px;
}

#landing .kivi-sound__subtitle {
  margin: 5px 0;
}

#landing .kivi-sound__subtitle-text {
  font-size: 14px;
  line-height: 1.8;
}

#landing .kivi-cpu {
  padding: 200px 0;
}

#landing .kivi-cpu__benefits {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 70%;
  margin: 0 auto;
}

#landing .kivi-cpu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 230px;
  min-height: 290px;
}

#landing .kivi-cpu__divider {
  position: absolute;
  top: -35px;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#landing .kivi-cpu__divider::before, #landing .kivi-cpu__divider::after {
  content: "";
}

#landing .kivi-cpu__divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 53px;
  height: 53px;
  background: url("/templates/landing/kivi/img/icons/play-icon.png") no-repeat center center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#landing .kivi-cpu__divider::after {
  position: absolute;
  top: 53px;
  width: 2px;
  height: 100%;
  background-color: #78a5f4;
}

#landing .kivi-cpu__title {
  font-size: 44px;
  color: #0458eb;
}

#landing .kivi-cpu__text {
  font-size: 14px;
  line-height: 1.7;
}

#landing .kivi-cpu__image {
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

#landing .kivi-live-image {
  padding: 123px 0;
  background-color: #061313;
  color: #fff;
}

#landing .kivi-live-image--dark {
  background-color: #26282d;
}

#landing .kivi-live-image__header {
  text-align: center;
}

#landing .kivi-live-image__title {
  font-size: 14px;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 5px;
}

#landing .kivi-live-image__image {
  max-width: 82%;
  margin: 50px auto 0;
}

#landing .kivi-live-image__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 80%;
  margin: 78px auto 0;
}

#landing .kivi-live-image__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#landing .kivi-live-image__item + .kivi-live-image__item {
  margin-left: 46px;
}

#landing .kivi-live-image__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}

#landing .kivi-live-image__icon img {
  height: 100%;
}

#landing .kivi-live-image__text {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.7;
}

#landing .kivi-cpu-section {
  position: relative;
  padding-top: 54.1%;
}

#landing .kivi-cpu-section__image {
  position: absolute;
  top: 0;
  left: 0;
}

#landing .kivi-cpu-section__banners {
  position: absolute;
  bottom: -50px;
  left: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 1;
}

#landing .kivi-interrior {
  position: relative;
}

#landing .kivi-interrior__image {
  position: relative;
  padding-top: 75%;
  background: url("/templates/landing/kivi/img/interrior.jpg") no-repeat center center/cover;
}

#landing .kivi-interrior__heading {
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 1;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#landing .kivi-gamers {
  padding-top: 112px;
  background-color: #fff;
}

#landing .kivi-gamers__content {
  color: #fff;
  background-color: #26282d;
}

#landing .kivi-gamers__heading {
  padding: 28px 0 30px;
  text-align: center;
}

#landing .kivi-gamers__consoles {
  padding: 0 0 140px;
}

#landing .kivi-gamers__title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 24px;
}

#landing .kivi-gamers__baners {
  position: relative;
}

#landing .kivi-gamers__console-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#landing .kivi-gamers__console-item + .kivi-gamers__console-item {
  margin-left: 36px;
}

#landing .kivi-gamers__console-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

#landing .kivi-gamers__console-icon img {
  height: 30px;
}

#landing .kivi-gamers__quatum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 100px 0 40px;
}

#landing .kivi-gamers__quatum-heding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  width: 45%;
}

#landing .kivi-gamers__quatum-image {
  width: 55%;
}

#landing .kivi-gamers__quatum-title {
  font-size: 21px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 4px;
}

#landing .kivi-gamers__quatum-text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

#landing .kivi-warranty-extended {
  background-color: #0458eb;
}

#landing .kivi-warranty-extended__banners {
  position: relative;
  padding: 140px 0 0;
}

#landing .kivi-warranty-extended__heading {
  text-align: center;
}

#landing .kivi-warranty-extended__title {
  font-size: 29px;
  line-height: 1.1;
  color: #fff;
}

#landing .kivi-warranty-extended__image {
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  #landing.container {
    width: 90%;
    margin: 3rem auto;
  }
  #landing .kivi-heading {
    padding: 50px 0;
  }
  #landing .kivi-interrior__heading {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #landing .kivi-heading__image {
    max-width: 100%;
  }
  #landing .kivi-vision {
    padding: 180px 0 0;
  }
  #landing .kivi-vision__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #landing .kivi-vision__image {
    margin: 20px 0;
  }
  #landing .kivi-vision__features, #landing .kivi-vision__image {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #landing .feature-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }
  #landing .feature-list__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
    padding: 8px;
  }
  #landing .feature-list__icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #landing .feature-list__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #landing .kivi-remote__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #landing .kivi-remote__heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #landing .kivi-remote__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  #landing .kivi-remote__logo {
    max-width: 200px;
    margin: 0 auto;
  }
  #landing .kivi-remote__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #landing .kivi-remote__col {
    width: 100%;
    padding: 0 15px;
  }
  #landing .kivi-remote__col-text {
    text-align: center;
  }
  #landing .kivi-remote__col-image {
    max-width: 280px;
    margin: 20px auto 50px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #landing .kivi-warranty-extended__banners {
    padding-top: 40px;
  }
  #landing .kivi-gamers__quatum {
    padding: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
  }
  #landing .kivi-gamers__quatum-heding {
    text-align: center;
    width: auto;
  }
  #landing .kivi-gamers__quatum-image {
    width: auto;
  }
  #landing .kivi-live-image__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #landing .kivi-live-image__description {
    margin-top: 0;
  }
  #landing .kivi-live-image__list {
    margin: 50px 0;
  }
  #landing .kivi-live-image__text {
    text-align: center;
  }
  #landing .kivi-cpu-section__banners {
    position: static;
  }
  #landing .kivi-banners {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #landing .kivi-banners__wrap--md, #landing .kivi-banners__wrap--sm, #landing .kivi-banner--blue {
    width: 100%;
    max-width: 280px;
    margin: 15px auto;
  }
  #landing .kivi-exclusive-design__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #landing .kivi-exclusive-design {
    padding-top: 100px;
  }
  #landing .kivi-exclusive-design__image {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #landing .kivi-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #landing .kivi-view__heading {
    margin: 0 0 30px;
  }
  #landing .kivi-view__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #landing .kivi-view__image, #landing .kivi-view__image--vertical {
    width: 100%;
    margin: 15px 0;
  }
  #landing .kivi-view__image--vertical img {
    max-height: 100%;
  }
  #landing .kivi-portal__tuner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  #landing .feature-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #landing .feature-list__item {
    width: 100%;
  }
  #landing .kivi-live-image__item + .kivi-live-image__item {
    margin-left: 5px;
  }
  #landing .kivi-banners__wrap--md, #landing .kivi-banners__wrap--sm, #landing .kivi-banner--blue {
    max-width: 240px;
  }
  #landing .kivi-remote-controller__header {
    left: 20px;
    top: 20px;
  }
  #landing .kivi-design__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #landing .kivi-voice {
    padding-top: 80px;
  }
  #landing .kivi-cpu {
    padding-top: 100px;
  }
  #landing .kivi-cpu__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
  #landing .kivi-cpu__divider {
    display: none;
  }
  #landing .kivi-cpu__item {
    width: 100%;
    max-width: 200px;
    min-height: auto;
    margin: 0 auto;
    text-align: center;
  }
  #landing .kivi-cpu__image {
    margin-top: 30px;
  }
  #landing .kivi-live-image__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #landing .kivi-live-image__item {
    margin: 15px;
  }
  #landing .kivi-sound__header {
    padding-top: 50px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
