#hide-section {
  display:none;
}
@font-face {
  font-family: 'GeForce Bold';
  src: url('/fonts/GeForce-Bold.woff');
}
@font-face {
  font-family: 'GeForce Light';
  src: url('/fonts/GeForce-Light.woff');
}
@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/DIN Pro 700.otf');
}
@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/DIN Pro 400.otf');
}
section#main.main-ind {
  padding: 0;
}
/************************specs**********************/
.products .system-builder-container{
  	max-width:1170px;
  margin:0 auto;
}
.products{
  padding-top: 40px;
  background-color: #000000;
}
.product .column-ind-holder .column-ind-header {
    background: #464646;
}
.product .column-ind-holder .column-content {
  border-radius: 5px;
  padding: 0 0 20px 0!important;
  background: #252525;
  border: 2px solid #464646;
}
.product .column-ind-holder .column-content .products-points-holder{
  background: transparent;
  margin:0;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
    background-color: #76b900;
    border-color: #76b900;
    color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover {
    color: #ffffff;
    background-color: #6aa502;
    border-color: #6aa502;
}
.product .column-ind-holder .column-content .from-inc-price{
  color: #ffffff;
  margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span{
  color: #76b900;
}
ul.exceptions_list li:before, ul.list-caret li:before, ul.list-chevron-right li:before {
  color: #76b900;
}
.product .column-ind-holder .column-content .product-image-holder .product-image {
  	height:auto;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  	width: 180px;
 	height: auto;
    padding: 0px 0;
  	margin:15px auto;
}
.column-ind-holder {
    box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.08);
}
.config_button_holder{
	margin: 0 20px;
  margin-top: auto;
}
.product .column-ind-holder .column-content .products-points-holder ul li{
  color: #ffffff;
}
.config_button_holder p{
  font-family: Montserrat-Medium,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
/************************specs**********************/

body{
    margin: 0;
    padding: 0;
}
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #76b900;
	margin: 0;
	display: block;
}
#jump p {
	font-family: 'Montserrat-Bold';
	font-size: 32px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 15px 0;
}

/*******NAV-SECTION*******/
#nav-hide {
	display:none;
}
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#333333;
}
.landing-nav .landing-container {
	max-width:100%;
}
.landing-nav-inner {
	display:flex;
	align-items:center;
	margin: 0 auto;
	justify-content:center;
}
.landing-nav ul {
	list-style-type: none;
	text-align:center;
	width:100%;
	overflow:hidden;
	padding:0;
    align-items:center;
}
.landing-nav img {
	padding:0;
	margin-right: 20px;
}
.landing-nav li {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	color:#ffffff;
	padding: 15px 25px;
	margin:0 auto;
    align-items:center;
    font-weight:normal;
    list-style: none;
}
.landing-nav li sup {
	font-size:6px;
}
.dropdown sup {
	font-size:6px;
}
.landing-nav li#nav-active {
	background:#76b900;
}
.landing-nav li:hover {
	background:#76b900;
}
.landing-nav li span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
#hub-nav-bar {
	display:none;
	font-size: 22px;
	color:#ffffff;
}
#navbar-responsive {
	display:block;
}
#logo-hover{
    float: left;
}
#logo-hover img:hover {
	opacity:0.8;
}
#nav-icon{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
#nav-icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
#nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
.mob-menu{
    display: inherit;
    align-items: center;
}
.mob-menu img {
	margin-left:10px;
}
.menu-icon{
    display: none;
    font-size: 28px;
    color: #ffffff;
	float:right;
	cursor:pointer;
}
.responsive-dropdown {
	display:none;
}
.dropbtn {
  background-color: #333333;
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	padding: 15px 25px;
	color:#ffffff;
	font-weight:normal;
	border:none;
}
.dropbtn span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333333;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
	padding:18px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
    display: block;
}
.dropdown-content a:hover {background-color: #76b900}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #76b900;
}
/*******END-NAV-SECTION*******/
.blurb-terms {
	font-size:10px !important;
	margin-top:25px !important;
	color:#909090 !important;
}
.landing-terms {
	background-color:#000000;
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;
}
.landing-terms-inner p, .landing-terms-inner li {
	font-family:'Open Sans' !important;
	color:#575757 !important;
	font-size:12px !important;
}
.landing-terms-inner ol {
	padding-left:10px;
}
.landing-terms-inner li {
	padding:5px 0;
}
.landing-terms img {
	margin:20px auto;
	display:block;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-container a{
    text-decoration: none;
}
.landing-container hr{
    border: 0;
    border-bottom: 2px solid #000000;
    clear: none;
    margin: 10px auto;
}
.landing-container .temp-title1{
    font-family: 'GeForce Bold';
  font-weight:normal;
    font-size: 55px;
    letter-spacing: 2px;
    text-transform: none;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.landing-container .temp-title2{
    font-family: 'GeForce Light';
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: #000000;
    margin: 0px;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin-top: 10px;
}
.landing-button {
	font-family: 'Montserrat-bold';
  font-weight:normal;
	text-transform: uppercase;
  	background-color: #76b900;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	width: auto;
	cursor: pointer;
	margin-top: 25px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #76d300;
}
.landing-button i {
	padding-left:5px;
}
/*******END-GLOBAL*******/
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-color: #000000;
    background-image: url(/images/landing/nvidia/rtx30/landing-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position:50% 0;
    z-index: 0;
	padding: 0 20px;
}
.landing-row-top {
    display: flex;
	position: relative;
    align-items: center;
    padding: 150px 0 0 0;
}
.landing-top-fl {
    width: 60%;
}
.landing-top-fl .temp-title1{
	font-family:'GeForce Bold';
	font-weight:normal;
	font-size: 55px;
    color: #76b900;
	text-transform:uppercase;
	line-height:1;
}
.landing-top-fl .temp-title1 span {
	text-transform:lowercase !important;
}
.landing-top-fl .temp-title2{
    color: #ffffff; 
	font-family: 'DIN Pro';
	font-weight: 700;
	font-size: 38px;
	text-transform:uppercase;
  	line-height: 1.2;
}
.landing-header-bottom{
    padding: 0 0 150px 0;
}
.landing-header-content {
    position: relative;
    display: flex;
}
.landing-bottom-fl{
    display: flex;
    align-items: center;
    width: 60%;
}
.landing-bottom-fl-content{
	padding-right: 30px;
 	 width: 600px;
}
.landing-bottom-fl-content img {
	margin:30px 0;
	display:block;
}
.landing-bottom-fl .terms-top{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #6a6a6a;
}
.landing-bottom-fl p{
    color: #ffffff;
}
.landing-bottom-fr{
    width: 40%;
    text-align: right;
}
.landing-bottom-fr img{
    margin-top: -100px;
}
.vend-logo{
    position: absolute;
    top: 20px;
    right: 0;
}
.vend-logo img{
	width: 140px;
}
/*******HEADER-SECTION-END*******/
/*******FEATURE-ONE*******/
.landing-feat1 {
	background-color:#000000;
	background-size:cover;
    overflow: hidden;
}
.landing-feat1 .landing-container {
	padding-top:50px;
}
.landing-feat1-inner{
     display: flex;
	 align-items:center;
	 flex-direction:row-reverse;
}
.landing-feat1-fl{
    width: 50%;
}
.landing-feat1-fl img{
    max-width: 100%;
    display: block;
}
.landing-feat1-fr{
    width: 50%;
    display: flex;
    align-items: center;
}
.landing-feat1-inner {
    padding: 50px 0;
}
.landing-feat1-fr-inner img {
	margin:30px 0;
	display:block;
}
.landing-feat1-fr .temp-title1{
	font-family:'GeForce Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 40px;
	line-height:1;
}
.landing-feat1-fr .temp-title1a{
	font-family:'GeForce Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 30px;
	margin:0;
	line-height:1;
}
.landing-feat1-fr ul {
	list-style-type:none;
	color:#ffffff;
	margin-bottom:50px;
}
.landing-feat1-fr li {
	padding:0;
	margin:30px 0;
}
.landing-feat1-fr li .para-small {
	font-family:'GeForce Light';
	font-weight:normal;
    color: #ffffff;
	font-size:15px;
	padding:0;
	margin:0;
}
.landing-feat1-fr li .para-feat1 {
	font-family:'GeForce Light';
	font-weight:normal;
    color: #ffffff;
	font-size:40px;
	padding:0;
	margin:0;
}
.landing-sep {
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 20%, rgba(79,79,79,1) 50%, rgba(0,0,0,1) 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 20%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 20%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	height:3px;
	width:100%;
}
.ampere-title {
	margin: 10px auto;
}
.ampere-title p {
	color:#ffffff !important;
	text-align:center;
}
#featcenter {
    background-image:url('/images/landing/nvidia/rtx30/featcenter-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
#featcenter .landing-feat1-inner {
	text-align:center;
	display:block;
}
#featcenter .landing-feat1-inner p {
	color:#000000 !important;
		font-family:'GeForce Bold' !important;
		font-weight:normal;
	font-size:24px;
	margin:100px auto;
	line-height:1.5;
}
#featcenter2 {
    background-image:url('/images/landing/nvidia/rtx30/deathstranding-bg2.jpg') ;
	background-size:cover;
	background-position:50% 0;
	background-color:#000000;
}
#featcenter2 .landing-feat1-inner {
	text-align:center;
	display:block;
}
#featcenter2 .landing-feat1-inner {
	padding:20px;
}
#featcenter2 .landing-feat1-inner .temp-title1 {
	color:#000000 !important;
	font-family:'GeForce Bold' !important;
	font-weight:normal !important;
	text-transform:uppercase;
	font-size:50px;
	line-height:1.5;
}
#featcenter2 .landing-feat1-inner .temp-title2 {
	color:#000000 !important;
	font-family:'GeForce Bold' !important;
	font-weight:normal !important;
	font-size:30px;
	line-height:1.5;
}
#featcenter2 .landing-feat1-inner p {
	color:#000000 !important;
	font-family:'Open Sans' !important;
	font-weight:normal !important;
	font-size:18px;
	line-height:1.5;
}
#feat-cpu .landing-feat1-fr-inner {
    padding: 120px 0;
}
#feat-cpu .temp-title1, #feat5 .temp-title1 {
	font-family:'GeForce Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 40px;
}
#feat-cpu .landing-feat1-fr p, #feat5 .landing-feat1-fr p{
    color: #ffffff;
}
#feat-cpu {
    background-image:url('/images/landing/nvidia/rtx30/featcpu-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
#feat3 .landing-feat1-fr-inner {
    padding:170px 0;
}
#feat3 .temp-title1, #feat5 .temp-title1 {
	font-family:'GeForce Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 38px;
}
#feat3 .landing-feat1-fr p, #feat5 .landing-feat1-fr p{
    color: #ffffff;
}
#feat3 {
    background-image:url('/images/landing/nvidia/rtx30/feature3-bg.jpg');
	background-size:cover;
	background-position:50% 0;
    overflow: hidden;
}
#feat8k {
    background-image:url('/images/landing/nvidia/rtx30/feature8k-bg.jpg');
	background-size:cover;
	background-position:50% 0;
    overflow: hidden;
}	
#feat8k .landing-feat2-inner{
     display: flex;
	 align-items:center;
	 flex-direction:row;
  	flex-wrap: wrap;
}
#feat8k p.temp-title1 {
  text-transform:uppercase;
}
#feat8k p.temp-title2 {
	color:#ffffff;
	text-transform:uppercase;
	font-size:25px;
}
#feat5 .landing-feat2-fl{
    width: 50%;
}
#feat5 .landing-feat2-fr{
    width: 50%;
    display: flex;
    align-items: center;
}
#feat5 .landing-feat2-fl img {
	padding:80px 0;
	display:block;
}
#feat5 .landing-feat2-inner{
     display: flex;
	 align-items:center;
	 flex-direction:row;
}
#feat5 {
    background-color:#000000;
	background-size:cover;
  	background-position: 75%;
    overflow: hidden;
}
#feat7 {
    background-image:url('/images/landing/nvidia/rtx30/feature7-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
#feat7 .landing-feat1-fr-inner {
	text-align:center;
}
#feat7 .landing-feat1-fr-inner img {
	display:block;
	margin: 0 auto;
}
#feat7 .landing-feat1-fr-inner p {
	font-family:'GeForce Light';
  font-weight:normal;
	color:#ffffff;
	font-size:28px;
	padding:60px 0 30px 0;
}
.landing-vid{
    overflow: hidden;
	padding:50px 0;
}
.landing-vid-inner {
	margin:50px auto;
}
.landing-vid-inner-text p {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #ffffff;
    max-width: 850px;
    text-align: center;
	margin:0 auto;
}
#featcenter2 .landing-feat1-inner p.deathstranding-terms { 
	color:#ffffff !important;
	font-size:14px;
}
#featcenter2 .landing-feat1-inner img {
	margin:50px auto;
}
/*******FEATURE-ONE-END*******/
.landing-feat2{
    background-color:#000000;
    overflow: hidden;
}
.landing-feat2-inner{
     display: flex;
	 align-items:center;
	 flex-direction:row-reverse;
}
.landing-feat2-fr{
    width: 50%;
}
.landing-feat2-fr img{
    max-width: 100%;
    display: block;
}
.landing-feat2-fl{
    width: 50%;
    display: flex;
    align-items: center;
}
.landing-feat2-fl-inner{
    padding: 150px 0;
}
.landing-feat2-fl .temp-title1, .landing-feat3-wrap .temp-title1, .watch-dog-feat .temp-title1{
	font-family:'GeForce Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 40px;
  	line-height: 1.2;
}
.landing-feat2-fl p, .landing-feat3-wrap p{
    color: #ffffff;
}
#feat4 {
    background-image:url('/images/landing/nvidia/rtx30/feature4-bg.jpg');
	background-size:cover;
  	background-position: 75%;
    overflow: hidden;
}
#feat4 .landing-feat2-fl-inner {
	padding:175px 0;
}
#feat4 .landing-feat2-fr {
	width:50%;
}
#feat6 {
    background-image:url('/images/landing/nvidia/rtx30/feature6-bg.jpg');
  	background-position: 75%;
	background-size:cover;
    overflow: hidden;
}
#responsive-img {
	display:none;
}
/*******FEATURE-TWO-END*******/
.landing-feat3{
	background-image: url(/images/landing/nvidia/rtx30/dx-12x.jpg);	
	background-color: #000000;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.feat-sm-img{
	display: none;
}
.landing-feat3-fl{
	width: 50%;
}
.landing-feat3-inner{
	display: flex;
	align-items: center;
	position: relative;
	height: 600px;
	padding: 20px;
}
.landing-feat3-inner img{
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.add-feats{
	background-color: #1a1a1a;
	padding: 40px 10px;
}
.add-feats .landing-container{
	display: flex;
	flex-wrap: wrap;
}
.add-feat{
	display: flex;
	width: 33.333%;
}
.add-feat-inner{
	background-color: #000000;
	margin: 10px;
}
.add-feats .add-title{
	text-align: center;
	margin-bottom: 40px;
  	text-transform: uppercase;
}
.add-feats p, .add-feats .temp-title1{
	color: #ffffff;
}
.add-text{
	padding: 15px;
}
.add-feat .temp-title1{
	color: #76b900;
	font-size: 24px;
    text-transform: uppercase;
}
.watch-dog-feat{
	background-image: url(/images/landing/nvidia/rtx30/watch-d-lg.jpg);
	background-color: #000000;
	background-size: cover;
    background-position: 50% 30%;
}
.watch-dog-feat .temp-title1{
  text-transform: uppercase;
}
.watch-dog-feat p, .watch-dog-feat .temp-title1{
	color: #ffffff;
}
.landing-feat4-fl{
	width: 40%;
}
.landing-feat4-inner{
	position: relative;
	display: flex;
	align-items: center;
	height: 650px;
	padding: 20px;
}
.landing-feat4-inner img{
	position: absolute;
	right: 60px;
	bottom: 60px;
}
.watch-dog-feat .sub-title{
	color: #76b900;
	font-weight: bold;
	line-height: 1.2;
	font-size: 24px;
}
.watch-dog-feat p:last-child{
    font-family: 'Open Sans';
    font-size: 14px;
    color: #868686;
}
.landing-footer {
	width:100%;
	background:#000000;
	overflow:hidden;
}
.landing-footer-inner {
	text-align:center;
  	padding:50px 0;
}
.landing-footer-inner img{
	display:block;
	margin:50px auto;
}
.landing-footer-inner p{
	font-family:'Open Sans';
	font-size:14px;
	color:#868686;
}
.intro-terms{
  font-size:12px !important;
  color:#5d5d5d !important;
  max-width:500px;
}
@media screen and (max-width: 1170px){
  .add-feats .add-title{
    font-size: 30px;
  }
  /*******NAV-SECTION*******/
    .landing-nav {
		display:block;
         height:auto;
         overflow: auto;
    }
    .landing-nav-inner {
        display:block;
		height:auto;
    }
	#navbar-responsive {
		display:none;
    }
    .landing-nav a {
        display: block;
        overflow: hidden;
        clear: both;
    }
    .landing-nav li {
        text-align: center;
    }
	.landing-nav img {
		margin:0;
		padding:10px 20px;
		display:block;
		float:left;
	}
	#hub-nav-bar {
		display:block;
		float:right;
		padding: 15px 10px 10px 10px;
	}
    .menu-icon{
        display: block;
    }
	.mob-menu li {
        display: none;
    }
    .mob-menu.responsive {
        position: relative;
    }
    .mob-menu.responsive li {
      float: none;
      display: block;
    }
	.responsive-promos {
		display:block;
	}
	.dropdown {
		display:none;
	}
/*******END-NAV-SECTION*******/

  .landing-feat1 .landing-container {
    padding-top: 0;
}
.landing-vid-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}
	.landing-vid-container iframe, .landing-vid-container object, .landing-vid-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.landing-bottom-fl-content img {
	margin:20px auto;
}
	.landing-header-top{
		background:#000000;
		padding: 0;
	}
.landing-container .temp-title1{
    font-size: 35px;
}
.landing-container .temp-title2{
    font-size: 25px;
}
.landing-container p{
    padding-bottom: 5px;
}
	/*******HEADER-SECTION*******/
	.vend-logo{
			position: static;
			margin-bottom: 20px;
	}
		 .landing-bottom-fr img{
			max-width: 100%;
			margin: 0 auto;
		}
		.landing-row-top{
			display: block;
			align-items: center;
			padding: 0 20px;
			text-align: center;
		}
		.landing-top-fl{
			display: block;
			align-items: center;
			width: 100%;
		}
		.landing-header-content{
			display: block;
		}
		.landing-header-bottom{
			padding: 0 20px 40px 20px;
		}
		.landing-bottom-fl{
			display: block;
			width: 100%;
			padding-right: 0px;
			overflow: hidden;
			text-align: center;
		}
		.landing-bottom-fl-content{
          	width: auto;
			padding: 0px;
		}
		.landing-bottom-fr{
			display: block;
			position: relative;
			top: -80px;
			right: 0;
			bottom: 0;
			width: 100%;
			text-align: center;  
			margin-bottom: -150px;
		}  
		.landing-bottom-fr img{
			max-width: 100%;
		}
	/*******HEADER-SECTION-END*******/
	/*******FEATURE-ONE*******/
	.landing-feat1-inner{
		display: block;
		text-align:left;
		padding:0;
	}
	.landing-feat1-fl{
		width: 100% !important;
	}
	.landing-feat1-fr-inner{
		text-align: left;
		margin: 0 auto;
		padding:20px !important;
	}
	#feat4 .landing-feat2-fl-inner {
    padding: 0;
}
	.landing-feat1-fl img {
		max-width:450px !important;
		width:100%;
		margin: 20px auto;
		padding:0 !important;
		text-align:center;
	}
	.landing-feat1-fr ul{
		margin-left:20px;
	}
  .landing-feat1-fr{
		width: 100% !important;
	}
	#feat3, #feat4, #feat5, #feat6, #feat7 { 
		width:100%;
	}
	.landing-feat1, .landing-feat2 {
		background-image:none !important;
		background-color:#000000 !important;
		border-bottom:1px #575757 solid !important;
	}
	#responsive-img {
		display:block;
		padding:0 !important;
		margin:0 !important;
		max-width:1170px !important;
		width:100% !important;
	}
	/*******FEATURE-ONE-END*******/
	.landing-feat2-fr img{
		max-width:450px !important;
		width:100%;
		margin: 0 auto;
		padding:0 !important;
		text-align:center;
	}
	.landing-feat2-inner{
		display: block;
		margin:0 auto;
	}
	.landing-feat2-fr {
		text-align: left;
		width: 100% !important;
	}
	.landing-feat2-fl {
		width: 100% !important;
      	padding: 20px;
	}
	#feat5 .landing-feat2-inner{
		display: block;
		margin:0 auto;
	}
	#feat5 .landing-feat2-fr {
		text-align: left;
		width: 100% !important;
	}
	#feat5 .landing-feat2-fl {
		width: 100% !important;
	}
	.landing-feat2-fl-inner {
		padding:0;
	}
	#featcenter {
    background-image:url('/images/landing/nvidia/rtx30/featcenter-bg.jpg') !important;
	background-size:cover;
    overflow: hidden;
}
	.img-comp-container {
		display:none;
	}
#featcenter2 {
    background-image:url('/images/landing/nvidia/rtx30/deathstranding-bg2.jpg') !important;
	background-size:cover;
	background-position:50% 0;
	background-color:#000000;
}
  .landing-feat3{
	background-image: none;
}
.landing-feat3-inner{
	flex-direction: column;
	align-items: flex-start;
	height: auto;
}
.landing-feat3-inner img{
	position: static;
}
.feat-sm-img{
	display: block;
}
.landing-feat3-fl{
	width: 100%;
}
  .add-feats .landing-container{
		max-width: 700px;
	}
	.add-feat{
		width: 50%;
	}
  .watch-dog-feat{
	background-image: none;
}
.landing-feat4-inner{
	height: auto;
}
.landing-feat4-fl{
	width: 100%;
}
.landing-feat4-inner img{
    right: auto;
    bottom: auto;
    top: -30%;
    left: 5%;
}
}
@media screen and (max-width: 760px) {
	.add-feats .landing-container{
		max-width: 390px;
	}
	.add-feat{
		width: 100%;
	}
  #featcenter2 .landing-feat1-inner .temp-title1{
    font-size: 30px;
    line-height: 1.2;
  }
  #jump p{
    font-size: 20px;
  }
}