section#main.main-ind{
 	padding: 0; 
    overflow: unset;
}
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-color: #000000;
    z-index: 0;
	padding: 0 20px;
}
.landing-header-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 80% 0%;
    opacity: 0.5;
  	background-repeat: no-repeat;
    background-image: url(/images/landing/intel/intelgamerdays/igd-bg.jpg);
}
.landing-row-top {
    display: flex;
	position: relative;
    align-items: center;
    min-height: 800px;
    padding: 35px;
}
.landing-top-fl {
    position: relative;
    width: 60%;
	margin-bottom:50px;
  	z-index: 2;
}
.landing-top-fl img {
	margin-top:50px;
}
.landing-top-fl .temp-title2{
    color: #07faf4; 
	font-family:'Montserrat-Bold';
	font-size: 24px;
  	margin-top: 60px;
}
.landing-top-fl .temp-title2:nth-child(3){
	font-size: 18px;
	margin-top: 10px;
	margin-bottom:50px;
}
.landing-header-content {
    position: relative;
    display: flex;
}
.vend-logo{
    position: absolute;
    top: 20px;
    right: 0;
}
.vend-logo img{
	width: 140px;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
/*******HEADER-SECTION-END*******/
@media screen and (max-width: 1170px) {
  .landing-header-top:after {
    background-position: 100% 0%;
    opacity: 0.3;
}
	.vend-logo{
			position: static;
			margin-bottom: 20px;
	}
	.landing-row-top{
			display: block;
      		min-height: auto;
			text-align: center;
		}
		.landing-top-fl{
			display: block;
			align-items: center;
			width: 100%;
		}
		.landing-top-fl img {
			width:100%;
			max-width:600px;
		}
		.landing-header-content{
			display: block;
		}
		.landing-header-bottom{
			padding: 0 20px 40px 20px;
		}
}


.ig-days h1, .ig-days h2, .ig-days h3, .ig-deal-price p{
	font-family: 'IntelOne Display Bold';
	margin: 0;
}
.ig-days h1, .ig-days h2, .ig-days h3, .ig-days p, .ig-days li{
	color: #ffffff;
	text-transform: none;
}





