section#main.main-ind{
    padding: 0
}
@font-face {
  font-family: 'NVIDIA Bold';
  src: url('/fonts/NVIDIASans_Bold.woff');
}
@font-face {
  font-family: 'NVIDIA Regular';
  src: url('/fonts/NVIDIASans_Regular.woff');
}
@font-face {
  font-family: 'NVIDIA Italic';
  src: url('/fonts/NVIDIASans_Italic.woff');
}
.landing_img_pc{
    width: 150px;
    height: 221px;
}
.product .column-ind-holder .column-content .product-image-holder .product-image{
 	padding: 20px; 
  	height: auto;
}
.products .system-builder-container{
  	max-width:1170px;
 	margin:0 auto;
}
.products{
  padding-top: 40px;
}
.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;
  padding: 0;
}
.product .column-ind-holder .column-content .from-inc-price span{
  color: #76b900;
}
.product .column-ind-holder .column-content .products-points-holder ul li{
 	color: #ffffff; 
}
ul.list-caret li:before{
 	color: #6aa502;
}
.config_button_holder{
	margin: 0 20px;
  margin-top: auto;
}
.rec-specs{
background-color: #ffffff;
  padding: 60px 0;
}
.landing-wrapper{
	background-color:#ffffff;
}
.landing-wrapper h1, .landing-wrapper h2{
	font-family:'NVIDIA Bold';
	font-size:54px;
	font-weight:700;
	color:#fff;
  	margin-bottom:10px;
	text-transform:none
}
.landing-wrapper h2{
	font-size:40px;
  	color: #000000;
  padding: 0 30px;
  text-align: center;
}
.landing-wrapper p{
	color:#fff;
	margin-bottom:10px
}
.landing-wrapper p:last-of-type{
	margin:0
}
.landing-container{
	max-width:1170px;
	margin:0 auto
}
.landing-button{
	font-family:'Montserrat-Bold';
	font-size:16px;
	text-transform:uppercase;
	display:inline-block;
	padding:15px 20px;
	background-color:#76b900;
	color:#fff;
	margin-top:20px
}
.landing-wrapper picture{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:0;
	width:100%;
	max-width:1920px;
	margin:0 auto
}
.landing-wrapper picture img{
	object-fit:cover;
	object-position:60% 50%;
	height:100%;
	user-select:none;
	width:100%
}
p.nvid-disclaimer{
	color:#666;
	font-size:13px
}
.nvid-feat1{
	position:relative;
	padding:40px;
    background-color: #000000; 
}
.nvid-title{
	position:relative;
	width:40%;
}
.nvid-feat1 .landing-container{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	min-height:600px
}
.nvid-title img{
	margin-top:40px
}
.disc{
	padding: 35px;
  	text-align: center;
}
@media screen and (max-width:1170px){
  .landing-wrapper h1, .landing-wrapper h2{
    font-size: 40px;
    }

	.landing-wrapper picture{
		position:static
}
	.landing-wrapper picture img{
		height:auto
}
	.nvid-feat1{
		padding:0
}
	.nvid-title{
		width:100%;
		padding:40px
}
}