  .newseries_h1 {
      text-align: right;
      margin: 3% 0 2% 0;
  }

  .screen_vga_boom {
      padding: 0 0 42% 0;
  }

  .exellence_bg {
      padding: 2% 0 65% 0;
  }


  .twoway_bg {
      padding: 5% 0 60% 0;
  }

  .ai_bg {
      padding: 3% 0 57% 0;
  }

  .utility_bg {
      padding: 3% 0 69% 0;
  }

  .output_padding {
      padding: 26% 0 0 0;
  }


  .warranty_bg {
      padding: 5% 0 0% 0;
      margin: 0;
      background: url('../img/vga/67_1.jpg');
      background-repeat: no-repeat;
      background-size: cover;
  }

  .content_line {
      background-image: url('../img/vga/23.png');
      background-repeat: no-repeat;
      background-position: right bottom;
      padding-bottom: 0%;
      background-size: 45%;
  }

  @media screen and (min-width: 1500px) {
      .screen_vga_boom {
          padding: 0 0 42% 0;
      }
  }

  @media screen and (min-width: 1200px) and (max-width: 1500px) {
      .screen_vga_boom {
          padding: 0 0 50% 0;
      }

      .exellence_bg {
          padding: 2% 0 70% 0;
      }

      .twoway_bg {
          padding: 5% 0 65% 0;
      }

      .ai_bg {
          padding: 3% 0 62% 0;
      }

      .utility_bg {
          padding: 3% 0 75% 0;
      }

      .output_padding {
          padding: 20% 0 0 0;
      }

      .warranty_bg {
          padding: 5% 0 0% 0;
          margin: 0;
          background: url('../img/vga/67.jpg');
          background-repeat: no-repeat;
          background-size: cover;
      }

  }

  @media screen and (min-width: 992px) and (max-width: 1200px) {
      .newseries_h1 {
          text-align: left;
          padding-left: 3%;
          margin: 3% 0 0% 0;
      }

      .screen_vga_boom {
          padding: 0 0 50% 0;
      }

      .exellence_bg {
          padding: 2% 0 48% 0;
      }

      .twoway_bg {
          padding: 5% 0 42% 0;
      }

      .ai_bg {
          padding: 3% 0 43% 0;
      }

      .utility_bg {
          padding: 3% 0 55% 0;
      }


      .warranty_bg {
          padding: 5% 0 0% 0;
          margin: 0;
          background: none;
          background-repeat: no-repeat;
          background-size: cover;
      }

      .content_line {
          background-image: none;
          background-repeat: no-repeat;
          background-position: right bottom;
          padding-bottom: 0%;
          background-size: 45%;
      }

  }

  @media screen and (min-width: 768px) and (max-width: 992px) {
      .newseries_h1 {
          text-align: left;
          padding-left: 30px;
          margin: 3% 0 0% 0;
      }

      .screen_vga_boom {
          padding: 0 0 50% 0;
      }

      .exellence_bg {
          padding: 2% 0 48% 0;
      }

      .ai_bg {
          padding: 3% 0 43% 0;
      }

      .utility_bg {
          padding: 3% 0 55% 0;
      }

      .warranty_bg {
          padding: 5% 0 0% 0;
          margin: 0;
          background: none;
          background-repeat: no-repeat;
          background-size: cover;
      }


      .content_line {
          background-image: none;
          background-repeat: no-repeat;
          background-position: right bottom;
          padding-bottom: 0%;
          background-size: 45%;
      }

  }

  @media screen and (max-width: 768px) {
      .newseries_h1 {
          text-align: left;
          padding-left: 30px;
          margin: 30px 0 0% 0;
      }

      .screen_vga_boom {
          padding: 0 0 50% 0;
      }

      .exellence_bg {
          padding: 2% 0 48% 0;
      }

      .ai_bg {
          padding: 3% 0 43% 0;
      }

      .utility_bg {
          padding: 3% 0 55% 0;
      }

      .warranty_bg {
          padding: 5% 0 0% 0;
          margin: 0;
          background: none;
          background-repeat: no-repeat;
          background-size: cover;
      }


      .content_line {
          background-image: none;
          background-repeat: no-repeat;
          background-position: right bottom;
          padding-bottom: 0%;
          background-size: 45%;
      }

  }

  ::selection {
      color: rgba(255, 100, 0, 1);
      background: rgba(0, 0, 0, .5);
  }

  .rgb_rotate {
      animation: rgb_rotate linear 5s infinite;
  }

  @keyframes rgb_rotate {
      0% {
          -webkit-filter: hue-rotate(0deg);
          transition: 0.1s;
      }

      100% {
          -webkit-filter: hue-rotate(360deg);
          transition: 0.1s;
      }
  }

  .rgb_brf {
      animation: rgb_brf ease-out 6s infinite;
  }

  @keyframes rgb_brf {
      0% {
          -webkit-filter: brightness(.4);
          transition: 0.1s;
      }

      1% {
          -webkit-filter: brightness(0.8);
          transition: 0.1s;
      }

      2% {
          -webkit-filter: brightness(0.1);
          transition: 0.1s;
      }

      3% {
          -webkit-filter: brightness(1.0);
          transition: 0.1s;
      }

      4% {
          -webkit-filter: brightness(0.1);
          transition: 0.1s;
      }

      5% {
          -webkit-filter: brightness(1.3);
          transition: 0.1s;
      }

      6% {
          -webkit-filter: brightness(0.4);
          transition: 0.1s;
      }

      7% {
          -webkit-filter: brightness(1.5);
          transition: 0.1s;
      }

      70% {
          -webkit-filter: brightness(1.5);
          transition: 0.1s;
      }

      100% {
          -webkit-filter: brightness(.4);
          transition: 0.1s;
      }
  }

  .rgb_word_light {
      animation: rgb_word_light linear 6s infinite;
  }

  @keyframes rgb_word_light {
      0% {
          -webkit-filter: brightness(.0);
          transition: 0.1s;
      }

      1% {
          -webkit-filter: brightness(1.3);
          transition: 0.1s;
      }

      2% {
          -webkit-filter: brightness(0);
          transition: 0.1s;
      }

      3% {
          -webkit-filter: brightness(1.3);
          transition: 0.1s;
      }

      4% {
          -webkit-filter: brightness(0);
          transition: 0.1s;
      }

      5% {
          -webkit-filter: brightness(1.3);
          transition: 0.1s;
      }

      6% {
          -webkit-filter: brightness(0);
          transition: 0.1s;
      }

      7% {
          -webkit-filter: brightness(1.3);
          transition: 0.1s;
      }

      70% {
          -webkit-filter: brightness(1.3);
          transition: 0.1s;
      }

      100% {
          -webkit-filter: brightness(0);
          transition: 0.1s;
      }
  }

  .vga_rotate {
      animation: vga_rotate ease-in-out 10s infinite;
  }

  .vga_rotate_nomal {
      animation: vga_rotate_nomal linear 2.8s infinite;
      transition: 0.1s;
      opacity: 0.3;
  }

  .vga_rotate_alternate {
      animation: vga_rotate_alternate linear 2.8s infinite;
      transition: 0.1s;
      opacity: 0.15;
  }

  @keyframes vga_rotate_nomal {
      0% {
          transform: rotateZ(0deg);
          transition: 0.1s;
      }

      100% {
          transform: rotateZ(-7200deg);
          transition: 0.1s;
      }
  }

  @keyframes vga_rotate_alternate {
      0% {
          transform: rotateZ(0deg);
          transition: 0.1s;
      }

      100% {
          transform: rotateZ(7200deg);
          transition: 0.1s;
      }
  }

  @keyframes vga_rotate {
      0% {
          transform: rotateZ(0);
          transition: 4s;
      }

      35% {
          transform: rotateZ(0);
          transition: 4s;
      }

      100% {
          transform: rotateZ(-3600deg);
          transition: 4s;
      }
  }

  .vga_color_grab {
      animation: vga_color_grab linear 8s infinite;
  }

  @keyframes vga_color_grab {
      0% {
          -webkit-filter: hue-rotate(0deg);
      }

      12% {
          -webkit-filter: hue-rotate(0deg);
      }

      13% {
          -webkit-filter: hue-rotate(45deg);
      }

      24% {
          -webkit-filter: hue-rotate(45deg);
      }

      25% {
          -webkit-filter: hue-rotate(90deg);
      }

      36% {
          -webkit-filter: hue-rotate(90deg);
      }

      37% {
          -webkit-filter: hue-rotate(135deg);
      }

      48% {
          -webkit-filter: hue-rotate(135deg);
      }

      49% {
          -webkit-filter: hue-rotate(180deg);
      }

      60% {
          -webkit-filter: hue-rotate(180deg);
      }

      61% {
          -webkit-filter: hue-rotate(225deg);
      }

      72% {
          -webkit-filter: hue-rotate(225deg);
      }

      73% {
          -webkit-filter: hue-rotate(270deg);
      }

      84% {
          -webkit-filter: hue-rotate(270deg);
      }

      85% {
          -webkit-filter: hue-rotate(315deg);
      }

      99.9% {
          -webkit-filter: hue-rotate(315deg);
      }

      100% {
          -webkit-filter: hue-rotate(0deg);
      }
  }

  .url_test {
      color: #ff6400;
  }

  .url_test:hover {
      text-shadow: 0 0 10px #ff6400, 0 0 20px #ff6400, 0 0 30px #ff6400;
      color: #ffffff;
      text-decoration: none;
  }

  /* a.url_test {

color: #ff6400;
}

a.url_test:hover {

text-shadow: 0 0 10px #ff6400, 0 0 20px #ff6400, 0 0 30px #ff6400;
color: #fff;
text-decoration: none;
} */

  a.url_test:visited {
      text-decoration: none;
  }

  a.url_test:active {
      color: #fff;
      text-decoration: none;
  }

  .feature_img {
      box-shadow: 0px 0px 20px #ff6400, 0px 0px 2px #fff;
  }

  .button_line2 {
      animation: 4s button_line2 infinite ease-in-out;
  }

  @keyframes button_line2 {
      0% {
          width: 0%;
          height: 5%;
          background-color: #fff;
          top: 90%;
          left: 0%;
          opacity: 0;
      }

      4% {
          width: 20%;
          height: 5%;
          background-color: #fff;
          top: 90%;
          left: 0%;
          opacity: 1;
      }

      20% {
          width: 80%;
          height: 5%;
          background-color: #fff;
          top: 90%;
          left: 100%;
          opacity: 0;
      }

      21% {
          width: 0%;
          height: 5%;
          background-color: #fff;
          top: 90%;
          left: 0%;
          opacity: 0;
      }

      24% {
          width: 20%;
          height: 5%;
          background-color: #fff;
          top: 90%;
          left: 0%;
          opacity: 1;
      }

      40% {
          width: 80%;
          height: 5%;
          background-color: #fff;
          top: 90%;
          left: 100%;
          opacity: 0;
      }
  }

  .feature_img_div img {
      position: relative;
      top: 0;
      transition: 0.1s;
  }

  .feature_img_div:hover img {
      position: relative;
      top: -45px;
      transition: 0.4s;
  }

  .feature_img_div div p {
      position: relative;
      top: 0;
      transition: 0.1s;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
  }

  .feature_img_div:hover div p {
      position: relative;
      top: -45px;
      transition: 0.4s;
      color: #ff6400;
      text-transform: uppercase;
      text-shadow: 0px 0px 1px #000;
      font-size: 22px;
  }

  .vga_a {
      animation: vga_a 4s linear infinite;
      transition: 0.5s;
  }

  @keyframes vga_a {
      0% {
          transform: translate3d(0, 0, 0);
      }

      50% {
          transform: translate3d(0, 10px, 0);
      }

      100% {
          transform: translate3d(0, 0, 0);
      }
  }

  .vga_b {
      animation: vga_b 4s linear infinite;
      transition: 0.5s;
  }

  @keyframes vga_b {
      0% {
          transform: translate3d(0, 0, 0);
      }

      50% {
          transform: translate3d(0, -10px, 0);
      }

      100% {
          transform: translate3d(0, 0, 0);
      }
  }

  .rainbow_bg_super {
      animation: linear give_me_rainbow_super 4s infinite;
  }

  @keyframes give_me_rainbow_super {
      0% {
          filter: hue-rotate(30deg);
      }

      50% {
          filter: hue-rotate(-70deg);
      }

      100% {
          filter: hue-rotate(30deg);
      }
  }

  .feature_img {
      animation: linear feature_img 3s infinite;
  }

  @keyframes feature_img {
      0% {
          box-shadow: 0px -1px 0px 0px rgba(255, 0, 255, 1), 1px 1px 0px 0px rgba(0, 0, 255, 1), -1px 1px 0px 0px rgba(0, 255, 255, 1);
      }

      25% {
          box-shadow: 0px -1px 0px 0px rgba(0, 255, 255, 1), 1px 1px 0px 0px rgba(255, 0, 255, 1), -1px 1px 0px 0px rgba(0, 0, 255, 1);
      }

      75% {
          box-shadow: 0px -1px 0px 0px rgba(0, 0, 255, 1), 1px 1px 0px 0px rgba(0, 255, 255, 1), -1px 1px 0px 0px rgba(255, 0, 255, 1);
      }

      100% {
          box-shadow: 0px -1px 0px 0px rgba(255, 0, 255, 1), 1px 1px 0px 0px rgba(0, 0, 255, 1), -1px 1px 0px 0px rgba(0, 255, 255, 1);
      }
  }

  .KV-video {
      width: 100%;
  }