#comparison-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

#comparison-slider .vd-before {
  position: relative;
}

#comparison-slider .vd-after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#comparison-slider .vdbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

#comparison-slider .after {
  position: absolute;
  z-index: 11;
  bottom: 5%;
  right: 0;
  width: 4%;
  max-width: 90px;
}

#comparison-slider .before {
  position: absolute;
  z-index: 11;
  bottom: 5%;
  left: 0;
  width: 4%;
  max-width: 90px;
}

#comparison-slider img {
  width: 100% !important;
  display: block;
}

#comparison-slider .resize {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}

#comparison-slider .handle {
  position: absolute;
  width: 4px;
  margin-left: -2px;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #c00;
  cursor: ew-resize;
  z-index: 10;
}

#comparison-slider .handle:after {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  left: -30px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  background: #f00;
  border: 1px solid #c00;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #f00;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #f00;
}

#comparison-slider .handle.draggable:after {
  width: 60px;
  height: 60px;
  font-size: 30px;
  left: -30px;
}

#comparison-slider .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  z-index: 1;
}

#comparison-slider .video-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
}

#comparison-slider .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#nv-rtx-super img {
  width: 100%;
}

#nv-rtx-super .nvtxtbox {
  padding: 3% 0;
}

#nv-rtx-super .nvtxtbox .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

#nv-rtx-super .nvtxtbox .icon img {
  width: 80%;
}

#nv-rtx-super .nvtab-wrapper {
  position: relative;
  border-top: #ccc 1px solid;
}

#nv-rtx-super .nvtabnav {
  position: absolute;
  z-index: 20;
  min-width: 17%;
  top: 15%;
  left: 0;
  margin: 0;
  padding-left: 0;
}

#nv-rtx-super .nvtabnav li {
  border: rgba(255, 255, 255, 0.5) 1px solid;
  padding: 20px 15%;
  opacity: .5;
  cursor: pointer;
}

#nv-rtx-super .nvtabnav li span {
  font-size: 180%;
  font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
}

#nv-rtx-super .nvtabnav li.active, #nv-rtx-super .nvtabnav li.active:hover {
  opacity: .9;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
}

#nv-rtx-super .nvtabnav li:hover {
  opacity: .7;
  background: rgba(255, 255, 255, 0.1);
}

#nv-rtx-super .nvtabbox {
  position: relative;
  z-index: 1;
}

#nv-rtx-super .tabbox {
  height: 90vh;
  display: none;
  overflow: hidden;
}

#nv-rtx-super .tabbox.active {
  display: block;
}

#nv-rtx-super .bt-nvtab {
  padding: 10px 10%;
  text-align: center;
  background: #333;
  border-bottom: #000 1px solid;
  cursor: pointer;
  display: none;
}

#nv-rtx-super .bt-nvtab.active {
  background: #666;
}

@media screen and (max-width: 1920px) {
  #nv-rtx-super .nvtxtbox {
    padding: 5% 0;
  }
  #nv-rtx-super .tabbox {
    height: 100vh;
  }
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #nv-rtx-super .nvtabnav {
    min-width: 20%;
  }
  #nv-rtx-super .nvtabnav li span {
    font-size: 150%;
  }
}

@media screen and (max-width: 1536px) {
  #nv-rtx-super .tabbox {
    height: auto;
    min-height: 100vh;
  }
}

@media screen and (max-width: 1024px) {
  #nv-rtx-super .tabbox {
    min-height: 60vh;
  }
}

@media screen and (max-width: 960px) {
  #nv-rtx-super .nvtabnav {
    display: none;
  }
  #nv-rtx-super .tabbox {
    min-height: auto;
  }
  #nv-rtx-super .nvtxtbox .icon {
    max-width: 150px;
  }
  #nv-rtx-super .bt-nvtab {
    display: block;
  }
}

#nv-performance {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/2020_CML/RTX/nv-rtx-bg1.jpg) center center no-repeat ;
  background-size: cover;
}

#nv-performance .databox {
  width: 70%;
  margin: 0 auto;
  max-width: 1400px;
}

#nv-performance h3 {
  padding-bottom: 20px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
}

#nv-performance .tabtitle {
  position: relative;
}

#nv-performance .tabtitle h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 22px;
  text-transform: uppercase;
}

#nv-performance .tabtitle h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1d1d1e;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

#nv-performance .tabtitle span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px;
}

#nv-performance .tabtitle:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/2020_CML/RTX/bg-halo.png) top center no-repeat ;
  background-size: cover;
  top: calc(100% - 8px);
  left: 0;
  z-index: 0;
}

#nv-performance .modelitem {
  padding: 25px 0 15px;
  width: 80%;
}

#nv-performance .modeltype {
  padding-bottom: 15px;
  text-transform: uppercase;
}

#nv-performance .data {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nv-performance .data .model {
  background: #808080;
  padding: 5px 10px;
  text-transform: uppercase;
}

#nv-performance .data.on .model {
  background: #7cb92a;
  -webkit-box-shadow: rgba(255, 255, 255, 0.5) 0 0 10px, rgba(255, 255, 255, 0.5) 0px 0px 8px inset;
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 10px, rgba(255, 255, 255, 0.5) 0px 0px 8px inset;
}

#nv-performance .data .efficacy {
  margin-left: 15px;
  font-size: 140%;
}

#nv-performance .data span {
  font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
}

#nv-performance .note {
  text-shadow: #000 0 0 10px;
  color: #ccc;
}

@media screen and (max-width: 1920px) {
  #nv-performance .databox {
    max-width: 800px;
  }
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #nv-performance .tabtitle h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1536px) {
  #nv-performance {
    padding-bottom: 50px;
  }
  #nv-performance .databox {
    max-width: 700px;
  }
  #nv-performance .note {
    color: #fff;
    /*text-shadow: #fff 0 0 10px;*/
  }
}

@media screen and (max-width: 1024px) {
  #nv-performance {
    background-position: bottom right;
  }
  #nv-performance .databox {
    max-width: 500px;
  }
  #nv-performance .note {
    color: #222;
    text-shadow: none;
  }
}

@media screen and (max-width: 960px) {
  #nv-performance {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/2020_CML/RTX/nv-rtx-bg1xs.jpg) center center no-repeat ;
    background-size: cover;
  }
  #nv-performance .databox {
    width: 85%;
  }
  #nv-performance h3 {
    font-size: 20px;
  }
  #nv-performance .tabtitle h4 {
    font-size: 18px;
  }
  #nv-performance .tabtitle:after {
    height: 200%;
  }
  #nv-performance .note {
    color: #fff;

    text-shadow: 0 0 3px rgba(0,0,0,1);
  }
  #nv-performance .data {
    font-size: 13px;
  }
  #nv-performance .data .efficacy {
    font-size: 120%;
  }
  #nv-performance .modelitem {
    width: 100%;
  }
  #nv-performance .icon {
    max-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  #nv-performance .tabtitle:after {
    height: 100%;
  }
  #nv-performance .note {
    color: #222;
    text-shadow:none;
  }
}

#comparison-slider {
  height: 100%;
}

#power-ai {
  overflow: hidden;
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 3440px;
}

#power-ai .imglg {
  width: 95%;
  margin: 0 auto;
  max-width: auto;
  position: relative;
}

#power-ai:before {
  content: "";
  position: absolute;
  display: block;
  width: 20%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#000));
  background: -webkit-linear-gradient(right, transparent, #000);
  background: -o-linear-gradient(right, transparent, #000);
  background: linear-gradient(to left, transparent, #000);
}

#power-ai:after {
  content: "";
  position: absolute;
  display: block;
  width: 20%;
  height: 100%;
  z-index: 2;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background: -webkit-linear-gradient(left, transparent, #000);
  background: -o-linear-gradient(left, transparent, #000);
  background: linear-gradient(to right, transparent, #000);
}

#power-ai .txt {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 45%;
  left: 0;
  z-index: 3;
}

#power-ai .txt span {
  margin: 0 2%;
  font-size: 4vh;
}

@media screen and (max-width: 2560px) {
  #power-ai .imglg {
    width: 110%;
    left: -5%;
  }
}

@media screen and (max-width: 1920px) {
  #power-ai {
    width: 100%;
  }
  #power-ai .imglg {
    width: 120%;
    left: -10%;
  }
  #power-ai:before, #power-ai:after {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  #power-ai .txt span {
    font-size: 3vh;
  }
}