/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : July 18, 2016
    Author     : mnm
*/

strong{
font-family: NVIDIA;
font-weight:normal !important;
}

.cta-button-small {
    background-color: #76b900;
    clear: both;
    color: #fff;
    font-family: NVIDIA;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 12px 9px;
    position: relative;
    text-transform: uppercase;
}


.cta-button-sm-disabled {
    background-color: #1a1a1a;
    clear: both;
    color: #747474;
    font-family: NVIDIA;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 12px 9px;
    position: relative;
    text-transform: uppercase;
}
.cta-button-sm-disabled.active{
     background-color: #76b900;
    clear: both;
    color: #fff;
    font-family: NVIDIA;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 12px 9px;
    position: relative;
    text-transform: uppercase;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}



/*VIDEO CSS*/

.page-backdrop.active {
    display: none;
}
.page-backdrop {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 31;
}

video {
    position: absolute;
    top: 180px;
    z-index: 98;
    display: none;
	width: 100%;
}
#video{display: none;}

/*END VIDEO CSS */



/* FULL WIDTH BACKROUNDS */

#backgrounds {
    position: absolute;
    float: left;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
  /*   margin-top: 192px; */
    padding: 0;
    z-index: 0;
	overflow: hidden;
}



/* #section1bg {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 543px;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 1;
    background-color: #000;
    background: rgba(0, 0, 0, 0) url("//images-stage.nvidia.com/pascal/img/gtx1070/VIEWPORT-520px.png") no-repeat scroll 60% bottom;
    background-size: cover;
    transition: all 0.8s;
    margin-top:8px;
} */

	#section1bg {
		position: relative;
		width: 100%;
		max-width: 1280px;
		height: 600px;
		/* top: -50px; */
		left: 0px;
		margin: 0 auto;
		padding: 0;
		display: block;
		z-index: 1;
		background-color: #000;
		background: url('../img/titanx/titanx-hero.png') no-repeat;
		background-position: 50% bottom;
		background-size: contain;
		transition: all 0.1s;
	}

#section2bg {
    position: relative;
    width: 100%;
    /*min-height: 505px;*/
    left: 0px;
    /*    top: 720px;*/
    margin: 0;
    padding: 0;
    display: block;
    z-index: 2;
    background-color: #111;
    background: url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
    /*    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;*/


    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,1) 76%, rgba(0,0,0,1) 100%),  url('../img/gtx1080/BG_IMG2.jpg') no-repeat; /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,1) 76%,rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat; /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,1) 76%,rgba(0,0,0,1) 100%),  url('../img/gtx1080/BG_IMG2.jpg') no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progidXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-position: center center;
    background-size: cover;

}

#section3bg {
    position: relative;
    width: 100%;

    min-height: 820px;
    height: auto;
    left: 0px;
    /*    top: 1220px;*/
    margin: 0;
    padding: 0;
    display: block;
    z-index: 3;
    background: rgba(0,0,0,0) url('../img/gtx1070/sec3_BG_IMG3.jpg') no-repeat;
    background-size: contain;
    background-position: 35% top;
}


#section6bg {
    background: rgba(0, 0, 0, 0) url("../img/BG_IMG6.png") no-repeat ;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
    /*    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;*/
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    max-width: 2560px;
    /*    min-height: 800px;*/
    padding: 0;
    /*    position: absolute;*/
    top: 3810px;
    width: 100%;
    z-index: 6;
    /* transition: all 0.5s;*/
    background-position:51% top;
    background-size: cover
}

/* END FULL WIDTH BACKGROUNDS */

.section1{margin-top:0px; position: relative; height: 558px; border-bottom: 1px solid #747474;}
.section1content{text-align: left; margin-top: 115px;}
.section1content h3 {margin-top: 5px;}
.section1txt{max-width:580px; margin-top: 27px; margin-bottom: 30px;}
#btnpreorder{width:130px;}
.watchvideo{height:40px; text-align: left; display: table;}
.watchvideo  img{}
.watchvideo span{  vertical-align: middle; display: table-cell; padding-left: 14px; font-family: NVIDIA; font-size: 14px; line-height: 18px;}
#watchvideo{margin-top:30px; max-width: 180px;}
#gameready-logo{margin-top:94px; max-width: 180px;}


.gamereadyimg {
    float: right;
    position: relative;
    top: 424px;
}

/*section2 */
.section2 {
    position: relative;
    width: 100%;
    /*height: 494px;*/
    display: block;
    text-align: center;
}
.section2content{text-align: center; margin-top: 52px; padding-bottom: 60px; }
.customh2{font-family: GeForce; font-size: 40px; line-height: 40px; color: #76b900; text-align: center; font-weight: normal}
.section2content p {
    margin: 0 auto;
    max-width: 850px; padding-top: 52px;
}
.section2content h2{font-weight: lighter}
.section2content .row{margin-top: 52px;}
.bigtxt{font-family: GeForceLight; font-size: 80px; line-height: 68.1px;}
.section2content .learnmore{font-family: NVIDIA; font-size: 14px; line-height: 18px; padding-bottom: 0px;}
.section2content.pascallegal{padding-bottom: 60px;}

.section3{position:relative; width: 100%; /*height: 700px;*/ display: block; text-align: center}
.section3content{padding-top: 110px;}
.section3content p{margin-top: 53px;}
.section3content .graphintro{font-family: NVIDIA; font-size: 24px; line-height: 32px; margin-top: 36px;     margin-bottom: 20px;}
#logo-mirrorsedge-catalyst {
    position: relative;
    width: 216px;
    height: 64px;
    background: url("../img/gtx1070/logo_mirrors_edge_catalyst.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
	transition: all 0.5;
}

#logo-dice {
	position: relative;
	display: inline-block;
	width: 128px;
    height: 32px;
	background: url("../img/gtx1070/logo_dice.svg") no-repeat;
	background-position: center center;
    background-size: contain;
	margin-left: auto;
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 25px;
	transition: all 0.5;
}

#logo-ea {
	position: relative;
	display: inline-block;
	width: 84px;
    height: 84px;
	background: url("../img/gtx1070/logo_EA.svg") no-repeat;
	background-position: center center;
    background-size: contain;
	margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
	transition: all 0.5;
}
.fltlft {
    float: left;
}

.fltrt {
    float: right;
}

.legal {
    float: right;
    font-family: NVIDIA;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    /*position: absolute;*/
    position: inherit;
    right: 50px;
    /*text-align: center;*/
    text-align: right;
    padding:20px 0 30px;
	color:#ccc;
}
.logo.only-desktop > img { float: right; }
.legalsli {
    float: left;
    font-family: NVIDIA;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: absolute;

    text-align: center;
}

.legalshop {
    float: left;
    font-family: NVIDIA;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    position: relative;
    text-align: left;
	width:100%;
	margin-top:16px;
}
.only-desktop{display:block !important; float: right }
.only-tablet{display:none;}
.only-phone{display:none;}
.logo {display:none; width: 500px; margin-top: 50px;}




.section4{width:100%; background-color: #000;}
.section4content{text-align:center; margin-top: 115px; border-bottom: 1px solid #747474; padding-bottom: 30px;}

.section4content .intro {
    margin-top: 35px;
}


.intro > p {
    text-align: center;
    width: 100%;
}

.graph-phone{display:none !important;}
.gallery{line-height: 0}
.section5{width:100%; background-color:#000;}
.section5content{text-align:center; margin-top: 55px;}
.gallery-image{border:0px solid #747474; height: 375px; width:100%; margin: 0; padding: 0}
.gallery-image.img1{  
    border-color: #747474 -moz-use-text-color #747474 #747474;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
}
.gallery-image.img2{  
    border: 1px solid #747474;
}
.gallery-image.img3{  
    border-color: #747474 -moz-use-text-color #747474 #747474;
    border-image: none;
    border-style: none none solid solid;
    border-width: 1px 0px 1px 1px;
}
.gallery-image.img4{  
    border-color: #747474;
    border-image: none;
    border-style: none solid solid;
    border-width: 1px 1px 1px 1px;
}

.lightbox .lb-image{border: 0px solid #747474;}

.section6{width:100%; height: 797px; }
.section6content{text-align:center; margin-top: 113px; padding-bottom: 100px;}
.section6innercontent{width:100%; max-width:640px; margin-right: auto; margin-left: auto; margin-top: 48px}

.section6innercontent table { margin-top: 37px; font-size: 16px; line-height:48px; font-family: NVIDIA;}
.section6innercontent table .lefthead{color:#cccccc; font-family: NVIDIA; font-size: 16px; line-height:20px;}
.section6innercontent > p { margin-top: 50px; text-transform: uppercase;   padding: 0;   font-family: NVIDIA;   font-size: 14px;   line-height: 18px;        }

.container-fluid.reviews-section {
    background-color: #1a1a1a;
}
.section7{width:100%; }
.section7content{text-align:center; margin-top: 115px; padding-bottom: 30px;}
#review1 {
    float: left;
}

.chip1{transition: all 0.8s;}
.review-box {
    position: relative;
    display: inline-block;
    width: 49%;
    min-width: 300px;
    margin-bottom: 60px;
}

blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    border: none;
    position: relative;
    font-family: "GeForceLight";
    font-weight: lighter;
    font-size: 36px;
    line-height: 48px;
    color: #eee;
    text-transform: uppercase;
}

blockquote p {
    display: inline;
}

blockquote:before {
    content: "\201C";
    font-family: "NVIDIA";
    font-style: bold;
    font-size: 60px;
    line-spacing: 60px;
    color: #fff;
    top: -24px;
    line-height: 0.1em;
    /*    margin-right: 0.25em;*/
    vertical-align: -0.4em;
}

blockquote::after {
    content: "\201D";
    position: relative;
    font-family: "NVIDIA";
    font-style: bold;
    font-size: 60px;
    line-height: 36px;
    color: #fff;
    top: 45px;
    /*    left: 15px;*/
}

.quote-author-name {
    position: relative;
    display: inline-block;
    font-family: "NVIDIA";
    font-weight: normal;
    font-size: 18px;
    color: #eee;
    margin-top: 15px;
    text-transform: uppercase
}

.quote-author-title {
    position: relative;
    display: inline-block;
    font-family: "NVIDIA";
    font-weight: lighter;
    font-size: 18px;
    color: #eee;
}


.reviews {
    margin-top: 15px;
}

#morereviews {
    margin: 0 auto;
    width: 160px;
}

.section8{width:100%; margin-top:115px; }
.section8content{text-align:center; margin-top: 40px; padding-bottom: 55px;}
.section8content .row{margin-top: 30px;}

.sliimage{max-width:875px; float:left;}
.slibridge{margin-top:60px; text-align: left }
.slibridge h3{font-size:32px; line-height: 32px;}
.slibridge p {margin-top:10px;}
.button1{min-width:70px; float: left}
.button2{min-width:70px; float: left; margin-left: 15px;}
.button3{min-width:70px; float: left; margin-left: 15px;}

.price {
    color: #fff;
    font-family: NVIDIA;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#buttons {
    height: 38px;
    margin-top: 15px;
}

.hmc{margin-top:27px !important;}

#preorder{margin-bottom: 60px;}
.quantity {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    height: 45px;
    overflow: hidden;
    text-align: center;
    width: 60px;
}
/*#preorder1 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    
    background: rgba(0, 0, 0, 0) url("../img/dropdown-arrow.png") no-repeat scroll 90% center !important;
    border: 1px solid;
    border-radius: 0;
    font-size: 16px;
    height: 44px;
    line-height: 0;
    padding: 8px 5px 5px 10px;
    text-align: left;
    width: 57px;
}*/

/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    background: rgba(0, 0, 0, 0) url("../img/dropdown-arrow.png") no-repeat scroll 90% center !important;
    
    border-radius: 0;
    font-size: 16px;
    line-height: 0;
    padding: 8px 5px 5px 10px;
    width: 57px;
}*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/dropdown-arrow.png") no-repeat scroll 90% center;
    border-radius: 0;
    font-size: 16px;
    line-height: 0;
    padding: 9px 5px 5px 10px;
    text-overflow: "";
}


.quantity option {
    background-color: #000;
    padding-left: 14px;
    text-align: left;
}
.smsli-img{display:none; }

.bgsli-img {
    display: block;
    margin-left: 20%;
}

.signupnewsletter{background-color: #1a1a1a; padding-left: 0px; padding-right:0px; left:0; margin: 0;position: relative; width:100%}

.newslettercontent {
    font-family: GeForceLight;
    font-size: 32px;
    font-weight: lighter;
    line-height: 32px;
    padding-bottom:  23px;
    padding-top: 23px;
    text-align: center;
    text-transform: uppercase;
}

.newslettercontent img {
    margin: 0 auto;
    padding-right: 30px;
    text-align: center;
    vertical-align: middle;
}

.newslettercontent .cta-button {
    display: inline-block;
    margin: 0 auto 0 30px;
    text-align: center;
    vertical-align: middle;
}

.news-sign {
    vertical-align: middle;
}

.section9{width:100%; }
.section9content{text-align:center; margin-top: 113px; padding-bottom: 120px; border-bottom: 1px solid #747474;}
.section9content .row{margin-top: 30px; text-align: left}
/* .section9content h3 {margin-top: 15px;} */
.section9content .price{margin-top: 18px;}
.section9content .legal{margin-top:30px; color:#fff; }
.section9content .gtxcard{margin-top:40px; transition: all 0.5s; width: 100%}

.section10{width:100%; }
.section10content{text-align:center; margin-top: 53px; padding-bottom: 30px; border-bottom: 1px solid #747474;}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #fff;
    display: inline-block;
    padding: 50px 0 0;
    cursor: pointer;
}

ul.tabs li.current{

    color: #fff;
    border-bottom: 2px solid #76b900
}

.tab-content{
    display: none;
    max-width: 950px;
    padding-top: 60px;

    margin: 0 auto;
}

.tab-content.current{
    display: inherit;
}

.partner-tabs{display: table; margin: 0 auto; }

ul.tabs > [data-tab="tab-2"] {
    margin-left: 30px;
}


.cf::after {
    clear: both;
    content: "";
    display: table;
}

ul .cf{list-style: outside none none;}
.cf > li {
    display: inline-table;
    float: left;
    margin-left: 80px;
    width: 20%;
}

.lb-nav{top:40px;}

#scroll-animation-GTX1070 {
    position: absolute;
    width: 100%;
    max-width: 1118px;
    min-height: 260px;
    /*
    background: url('../images/FPO_Scroll_Animation.png') no-repeat;
    background-position: center top;
    background-size: contain;
    */
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    left: 0px;
    top: 360px;
    display: block;
    z-index: 0;
}

.shopshare{text-align: left; }

.sli-desc {
    color: #76b900;
    font-family: NVIDIA;
    font-size: 14px;
    margin: 0 auto;
    text-align: center !important;
    text-transform: uppercase;
}

.bridge > img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.extrainfo{font-family: NVIDIA; font-size: 24px; line-height: 32px; color:#eeeeee; margin-top: 50px; display: inline-block }
.extrainfo p{font-family: NVIDIA; font-size: 16px; line-height: 24px; margin: 0;}


.pascallegal {
    color: #ccc;
    float: right;
    font-family: NVIDIA;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    width: 25%;
}
.lb-nav a.lb-next{opacity :1 !important;}
.lb-nav a.lb-prev{opacity :1 !important;}

/*.rsns{text-align: left}*/

.modules {
    display: table;
    margin: 50px auto;
    width: 70%;
}

.modules .cell.empty {
    width: 2.5%;
}

.modules .cell {
    display: table-cell;
    text-align: left;
    text-transform: uppercase;
    vertical-align: bottom;
}


.modules .cell span {
    display: block;
    font-size: 80px;
    line-height: 69px;
    /*    margin-top: 10px;*/
}

/* SPECS MODAL STYLES */

.specsmodal h2 {
    color: #76b900;
    font-family: GeForce;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin-left: 93px;
    margin-top: 38px;
    padding: 0 !important;
    text-align: left;
}


.specsmodalbody{margin-left: 109px; margin-right: 109px; margin-top:6px; padding:0 !important;  color: #cccccc; font-family: NVIDIA; font-size: 16px; line-height: 50px;}
.specsrow .right{float:right; text-align: left; color:#fff; font-family: NVIDIA;}
.specsrow span {
    width: 50%;
}
.specsrow {padding-left: 30px; /*padding-bottom: 14px; padding-top: 15px;*/}
/*.specsrow:nth-child(2n){background-color: #242424;}*/
.coloredTable .specsrow:nth-child(2n+1){background-color: #242424;}



.coloredTable .title {
    color: #eeeeee;
    display: inline-block;
    font-family: NVIDIA;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 6px;
   /* margin-top: 15px; */
}



.footnote {
    color: #666666;
    font-size: 12px;
    line-height: 16px !important;
    margin-bottom: 46px;
    margin-top: 43px;
}

.gap {
    height: 14px;
}

/*END OF  SPECS MODAL STYLES */



@media only screen and (max-width: 415px) {

    #section3bg {
        min-height: 665px !important;
        /*        top: 1356px !important;*/
        background-position: 23% top;
        background-size: cover;
    }
    .legal {
        margin-top: 10px ;
        text-align: left; 
        width: 100%;
    }
    .section2 {
        display: block;
        /*height: 850px !important;*/
        position: relative;
        text-align: center;
        width: 100%;
    }

    /*#section2bg{height: 890px !important;}*/
    /*#section3bg{top: 1456px !important;}*/
    /*.section3 {
        height: 643px !important;
    }*/

    .section3content {
        margin-top: 27px;
        padding-top: 0;
        text-align: left;
    }


    .section3content p {
        margin-top: 23px;
    }
    .section3content .graphintro{display:none;}

    .section6 {
        /*        height: 590px !important;*/
        width: 100%;
    }


    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 3222px;
    }


    .only-desktop{display: none;}


    .intro > p {
       /*  text-align: left; */
        width: 100%;
    }
	.specsrow .right{text-align: right;}
	.top-spacing {
    margin-top: 4%;
	}

	
#gameready-logo {
    margin-top: 178px;
}

.scroll-img320 {
    width: 100%;
}

}


@media only screen and (max-width: 400px) {

/* #section1bg {
    background: rgba(0, 0, 0, 0) url("../img/gtx1070/VIEWPORT-393px.png") no-repeat scroll -18% bottom / 130% 40%;
    height: 615px;
    left: 0;
    max-width: 1280px;
    top: 0;
    transition: none 0s ease 0s ;
    width: 100%;
} */

	
#section1bg {
    background-color: #000;
     background-image: url("../img/titanx/titanx-hero-xs-new-@2x.png");
    background-size: contain;
    height: 665px;
    /*left: 80px;*/
    max-width: 1280px;
    top: 0;
    transition: none 0s ease 0s ;
    width: 100%;
}

    .section1{height:710px}
    .section1content{margin-top:30px;}
    .section1content h3{margin-top:10px;}
    .section1txt{margin-top: 12px;}
    #watchvideo{margin-top:30px;}
	#gameready-logo{margin-top:130px;}



    .gamereadyimg {
        float: right;
        position: relative;
        /*        right: 30px;*/
        top: 570px;
        width: 80px;
    }

    /*.section2{ height:845px !important}*/

    .section2content {margin-top: 14px; padding: 10px; }
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    .section2content h2 {

        font-family: GeForce;
        font-size: 24px;
        line-height: 24px;
        margin: 0;

        text-transform: uppercase;
    }
    .section2content p{margin-top: 0px; padding-top: 24px; text-align: left;}
    .section2content .row{margin-top: 20px;}
    .section2content .learnmore{margin-top: 0}


    #section3bg {
        /*top: 1455px !important;*/
		background: rgba(0, 0, 0, 0) url("../img/gtx1070/sec3_BG_IMG3-mob.png") no-repeat scroll 8% center / cover ;
    }
    /*#section2bg {
        width: 100%;
        max-width: 2560px;
        height: 850px !important;
        background-position: center center;
        background-size: cover;
        transition: all 0.5s;        
    }*/
    #section2bg {
        /*width: 100%;*/
        width: calc(100% + 20px);
        left: -10px;
        /*max-width: 2560px;*/
        max-width: 768px;
        /*height: 700px;*/
        /*background-position: center center;*/
        background-position: bottom center !important;
        background-size: cover !important;
        transition: all 0.5s;
        /*        top:646px;*/
        background: url('../img/gtx1080/BG_IMG2_Mobile.jpg') no-repeat;
    }

    .section2content .row > div {
        margin-bottom: 20px;
    }
    .section2content .row .col-xs-4 {
        width: 100%;
    }
    /*    .section2content .learnmore{margin-top:0px; padding-bottom: 26px}*/
    .only-phone{display:block}
    .only-desktop{display:none;}

    .logo.only-desktop > img {
        display: none;
    }
    .logo.only-desktop > div {
        display: none;
    }

.modules .cell.empty {
    width: 10%;
}

    .graph-phone{display:block !important; margin-top: 30px;}
    .graph{display: none !important;}

    .logo {margin-top: 40px; width:100%; text-align:center; }
    .logo .legal {
        padding-left: 10px;
    }
    .section3{height: 640px;   padding-left: 10px;
              padding-right: 10px;}

    .section4content{margin-top:30px;}
    .section4content .intro{margin-top:25px}
    .chip1{width:290px;}
    .gallery-image {  max-width: 280px; height: auto}
    .gallery-image.img1{  
        border-color: #747474;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 0 1px;
    }
    .gallery-image.img2{  
        border: 1px solid #747474;
    }
    .gallery-image.img3 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px;
    }
    .gallery-image.img4{  
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px 1px 1px 1px;
    }


    .section5content{margin-top:25px;}
    .gallery.row {
        margin-top: 28px; line-height: 0;
    }

    /*    #section6bg{min-height: 515px !important;}*/
    .section6 {
        /*        height: 515px !important;*/
        width: 100%;
    }

    /*    .section6content > h2 {
            display: none;
        }*/

    .section6innercontent table {
        font-family: NVIDIA;
        margin-top: 17px;
    }

    .section6innercontent > p{margin-top: 20px}

    #performance > h2 {
        text-align: center;
    }

    .section7content{margin-top:25px;}
    .reviews{margin-top:10px;}

    .review-box {
        width: 100%;
        margin-bottom: 30px;
        display: block;
        clear: both;
    }

    blockquote {

        font-size: 20px;
        line-height: 26px;

    }

    .quote-author-name, .quote-author-title{font-size: 16px;}
    .smsli-img{display:block; margin: 0 auto; padding:0 auto; width: 100%;}
    .bgsli-img{display:none;}
    .section8content {
        margin-top: 27px;
	padding-bottom:50px;
    }
    .sliimage {
        display:none
    }
	.section8content{padding-bottom: 25px;}
    .section9content{margin-top:25px; padding-bottom: 22px;}
    .section9content .gtxcard{margin-top:60px; width: 100%}
    .section9content .row{margin-top:15px;}
    .section9content h3{   margin-top: 10px;}
    .slibridge{margin-top: 30px;}
    .slibridge h3{font-size:18px; line-height: 18px;}
    .slibridge p {margin-bottom:23px;}
    .section9content .price{ margin-top: 47px}

    #preorder {
        margin-bottom: 27px;
    }
    .section9content .legal{margin-top:0px;}
    .newslettercontent {
        font-family: GeForce;
        font-size: 23.95px;
        font-weight: normal;
        line-height: 23.95px;

    }
    .newslettercontent img{padding-bottom: 15px;padding-right: 0;}
    .newslettercontent .cta-button{margin-top:30px; margin-left: 0px;}

    .gtxcard {width: 290px;  }
    .pull-right{float:left !important;}
    .section10content{margin-top: 23px;}
    ul.tabs li{padding:30px 0 0;}
    .signupnewsletter{padding-left: 0 !important;
                      padding-right: 0 !important;}


    .cf > li {
        margin: 0 auto;
        width: 100%;
    }

    .tab-content{padding-top:10px;}

    .section6innercontent table {  font-size: 12px; line-height:16px; }
    .section6innercontent table .lefthead{ font-size: 12px; line-height:36px;}
    .section6innercontent table td{  width: 10px }

    #scroll-animation-GTX1070 {
        position: relative;
        top: 50px;
        width: 100%;
        height: 124px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        min-height: 180px;
    }

    .sprite-container-GTX1070 {
        top: 200px;
        width: 300px;
        height: 124px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1070 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 9900px; /*18000px;*/
        height: 124px;
        background: url("../img/titanx/titanx-design.png") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .legalshop {
        font-family: NVIDIA;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        position: relative;
        text-align: left;
        float:none;
    }

    .shopshare {
	margin-top: 15px;
        text-align: left;
    }

    .bridgeimages {
        padding-left: 0px;
        margin-top:0px;

    }

    .modal-title.hmctitle {
        color: #76b900;
        font-family: GeForce;
        text-align: center !important;
        margin-top: 65px !important;
    }

    .bridge {
        margin-right: 0;
        margin-top: 25px;
    }

    .closePop.hmcclose {
        margin-top: 30px;
    }

    .modal-title.hmctitle{margin-top: 75px !important}
    .pascallegal{
        margin-top: 18px;
        /* text-align: left; */
        float: none;
        margin-bottom: 15px;
		width:100%;
    }

    .price{margin-top: 20px;}

    .only-desktop{display: none;}
    #review3,#review4{display: none;}


    #performance {
        margin-bottom: 15px;
    }

    .section6content{margin-top: 0px;  padding-bottom: 30px;}



    .modules .cell {
        display: block;
        margin-bottom: 23px;
        text-align: center;
        width: 100%;
    }


    .modules {
        display: table;
        margin: 0px auto 0;
        width: 100%;
    }

    .modules .cell span {
        display: block;
        font-size: 48px;
        line-height: 38px;
    }


    #specs > h2 {
        margin-top: 30px;
    }

/*     .section9content .row .cta-preorder{margin-bottom: 25px;} */
   .contentsection{padding-top: 110px;}
#specsmodal .modal-header {
    padding: 0;
}

.specsmodal h2 {
    margin-left: 0;
    margin-top: 100px;
    text-align: center;
}
.specsrow {
    padding: 17px 2px;
}
.specsmodalbody {
    color: #cccccc;
    font-family: NVIDIA;
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
    padding: 0 !important;
}

.title.mob {
    line-height: 0;
    padding-bottom: 32px;
    padding-top: 16px;
}
.footnote {
    color: #666666;
    font-size: 12px;
    line-height: 16px !important;
    margin-bottom: 26px;
    margin-top: 28px;
}
.coloredTable .title {
    padding-left: 2px;
}

.legalsli{position: relative;padding-bottom: 10px;}
.section9content h3 {
    margin-top: 14px;
}



#gameready-logo > img {
    width: 75px;
}

#logos-mirrorsedge {
		width: 100%;
		height: 90px;
		margin-top: 50px;
	}
	
	#logos-mirrorsedge-right {
		position: relative;
		width: 170px;
		height: 90px;
	}
	
	#logo-mirrorsedge-catalyst {
		width: 113px;
		height: 34px;
		margin: 0;
		top: 28px;
	}
	
	#logo-dice {
		position: absolute;
		display: inline-block;
		width: 84px;
		height: 21px;
		margin: 0;
		top: 36px;
		right: 60px;
	}
	
	#logo-ea {
		position: absolute;
		display: inline-block;
		width: 52px;
		height: 52px;
		top: 20px;
		right: 0px;
		margin: 0;
	}
	
	.scroll-img320 {
    width: 100%;
}

}



@media only screen and (min-width: 401px) and (max-width:767px){


/* #section1bg {
    background: rgba(0, 0, 0, 0) url("../img/gtx1070/VIEWPORT-393px.png") no-repeat scroll 240% bottom / 85% auto;
    left: 0;
    max-width: 1280px;
    top: 0;
    transition: none 0s ease 0s ;
    width: 100%;
} */



	/*#section1bg {
		width: 100%;
		max-width: 1280px;
		height: 350px;
		top: 150px;
		left: 50px;
		background-position: 0px bottom;
		background-size: contain;
		transition: all 0.5s;
		backgroun
	} */
/* 
    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/gtx1070/VIEWPORT-393px.png") no-repeat scroll 70% bottom / 700px auto;
        height: 675px;
        left: 0;
        max-width: 1280px;
        top: 0;
        transition: none 0s ease 0s ;
        width: 100%;
    } */

	
#section1bg {
    background-color: #000;
    background-image: url("../img/titanx/titanx-hero-sm-new.png");
    background-size: contain;
 height: 583px;
    left: 0px;
    max-width: 1280px;
    top: 0;
    transition: none 0s ease 0s ;
    width: 100%;
}


    .section1content{margin-top:60px;}
    #watchvideo{margin-top:30px;}
	#gameready-logo{margin-top:155px;}
	#gameready-logo > img {
    width: 100px;
}
    .section1{height: 525px}
.scroll-img320 {
    width: 100%;
}

    .gamereadyimg {
        float: right;
        position: relative;
        /*        right: 30px;*/
        top: 595px;
        width: 100px;
    }
    .section2 {
        position: relative;
        width: 100%;
        /*height: 800px;*/

        display: block;
        text-align: center;
    }
    .section2content {margin-top: 20px;}
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    .section2content h2 {

        font-family: GeForce;
        font-size: 24px;
        line-height: 24px;
        margin: 0;

        text-transform: uppercase;
    }
    .section2content p{margin-top: 0px; padding-top: 30px;}
    .section2content .row{margin-top: 30px;}
    .section2content .learnmore{margin-top:0px;}
    .section2content .pascallegal { /*padding-bottom: 20px;*/ margin-top: 20px; float: none; text-align: left; width:100%; }

.modules .cell.empty {
    width: 10%;
}

    #section3bg {  /*background-position: 20% top;*/ min-height: 660px; background-size: cover; background: rgba(0,0,0,0) url('../img/gtx1070/sec3_BG_IMG3-mob.png') no-repeat; }
    #section2bg {
        /*width: 100%;*/
        width: calc(100% + 60px);
        left: -30px;
        /*max-width: 2560px;*/
        max-width: 768px;
        /*height: 700px;*/
        /*background-position: center center;*/
        background-position: bottom center !important;
        background-size: cover !important;
        transition: all 0.5s;
        /*        top:646px;*/
        background: url('../img/gtx1080/BG_IMG2_Mobile.jpg') no-repeat;
    }



    .section2content {
        margin-top: 24px;
        padding: 0 30px 20px;
    }
    .section2content .row > div {
        margin-bottom: 20px;
    }
    /*    .section2content .learnmore{margin-top:0px; padding-bottom: 26px}*/
    .only-phone{display:block}
    .only-desktop{display:none;}

    .section2content .row > .col-xs-4 {
        width: 100%;
    }


    .section3content {
        margin-top: 25px;
        padding-top: 0px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 37px; margin-bottom: 20px;}
    only-tablet{display:block;} 
    .only-desktop{display:none !important;}
    .logo{display:block; margin-top: 30px;width:100%; text-align:right; }

    .gallery-image.img1{  
        border-color: #747474;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 0 1px;
    }
    .gallery-image.img2{  
        border: 1px solid #747474;
    }
    .gallery-image.img3 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px;
    }
    .gallery-image.img4{  
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px 1px 1px 1px;
    }

    .gallery-image {  max-width: 310px; height: auto}
    .graph-phone{display:none !important;}
    .graph{display: block!important;}

    /*.section3{height:625px}*/
    .section4content {   margin-top: 38px;      }
    .section4content .intro{margin-top: 25px}
    .chip1{width:400px;}
    .legal {
        float: left;
        font-family: NVIDIA;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: right;
        width: 100%;
    }
    .logo .legal {
        padding-left: 10px;
    }



    .section5content{margin-top:27px;}
    .gallery.row {
        margin-top: 28px;
    }

    .section6content{margin-top:30px;}


    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 3366px;

        /*        min-height: 590px;*/
    }


    .section6 {
        height: 638px;
        width: 100%;
    }

    .section6innercontent > p{margin-top:38px;}
    .section6innercontent > h1 {
        max-width: 360px;
    }

    .section6innercontent table {  font-size: 12px; line-height:16px; }
    .section6innercontent table .lefthead{ font-size: 12px; line-height:36px;}
    .section6innercontent table td{  max-width: 15px }


    .section7content{margin-top: 30px}
    .section8content{margin-top: 30px; padding-bottom:50px;}
    .section9content{margin-top:30px;}
    .section10content{margin-top:30px;}

    .review-box {
        width: 100%;
        margin-bottom: 30px;
        display: block;
        clear: both;
    }

    blockquote {

        font-size: 20px;
        line-height: 26px;

    }

    .quote-author-name, .quote-author-title{font-size: 16px;}
    .smsli-img{display:block; margin: 0 auto; padding:0 auto; width: 100%;}
    .bgsli-img{display:none;}

    .sliimage {
        display:none
    }

    .slibridge h3{font-size:18px; line-height: 18px;}
    .price {margin-top: 0px;}

    .newslettercontent {
        font-family: GeForce;
        font-size: 23.95px;
        font-weight: normal;
        line-height: 23.95px;

    }

    .newslettercontent img{padding-bottom: 15px;padding-right: 0;}
    .newslettercontent .cta-button{margin-top:15px; margin-left: 0px;}

    .gtxcard {width: 290px;  }

    .signupnewsletter{padding-left: 0 !important;
                      padding-right: 0 !important;}

    .cf > li{ margin: 0 auto; width: 90%;}


    .pull-right {
        float: left !important;
    }

    .section9content .row{text-align:left}

    .bridgeimages{padding-left: 70px; width:auto!important;}

    #scroll-animation-GTX1070 {
        position: relative;
        top: 10px;
        width: 100%;
        height: 124px;
        margin: 0;
        padding: 0;
        /*background-color: #f80;*/
        overflow: hidden;
    }

    .sprite-container-GTX1070 {
        top: 200px;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1070 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        height: 100%;
        background: url("../img/titanx/titanx-design.png") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .legalshop {
        font-family: NVIDIA;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        position: relative;
        text-align: left;
        float:none;
    }

    .shopshare {

        text-align: left;
    }

    .bridgeimages {
        padding-left: 0px;
        margin-top:0px;

    }

    .modal-title.hmctitle {
        color: #76b900;
        font-family: GeForce;
        text-align: center !important;
        margin-top: 65px !important;
    }

    .bridge {
        margin-right: 0;
        margin-top: 25px;
    }

    .closePop.hmcclose {
        margin-top: 30px;
    }

    .modal-title.hmctitle{margin-top: 75px !important}
    .only-desktop{display: none;}

    #review3,#review4{display: none;}


    .modules .cell {
        display: block;
        margin-bottom: 23px;
        text-align: center;
        width: 100%;
    }


    .modules {
        display: table;
        margin: 0px auto 0;
        width: 100%;
    }

    .modules .cell span {
        display: block;
        font-size: 48px;
        line-height: 38px;
    }
    
    .contentsection{padding-top: 110px;}
	.specsrow .right{text-align: right;}
		#specsmodal .modal-header {
    padding: 0;
}

/* .specsmodal h2 {
    margin-left: 0;
    margin-top: 100px;
    text-align: center;
} */
.specsmodal h2 {
    padding-left: 2px !important;
    text-align: left;
	margin-top: 100px;
	margin-left: 10px;
}
.specsrow {
    padding: 17px 2px;
}
.specsmodalbody {
    color: #cccccc;
    font-family: NVIDIA;
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
    padding: 0 !important;
}

.title.mob {
    line-height: 0;
    padding-bottom: 32px;
    padding-top: 16px;
}
.footnote {
    color: #666666;
    font-size: 12px;
    line-height: 16px !important;
    margin-bottom: 26px;
    margin-top: 28px;
}
.coloredTable .title {
    padding-left: 2px;
}
.section9content h3 {
    margin-bottom: 5px;
    margin-top: 14px;
}

	.top-spacing {
    margin-top: 4%;
	}
	
	#logos-mirrorsedge {
		width: 100%;
		height: 90px;
		margin-top: 20px;
	}
	
	#logos-mirrorsedge-right {
		position: relative;
		width: 170px;
		height: 90px;
	}
	
	#logo-mirrorsedge-catalyst {
		width: 113px;
		height: 34px;
		margin: 0;
		top: 28px;
	}
	
	#logo-dice {
		position: absolute;
		display: inline-block;
		width: 84px;
		height: 21px;
		margin: 0;
		top: 36px;
		right: 60px;
	}
	
	#logo-ea {
		position: absolute;
		display: inline-block;
		width: 52px;
		height: 52px;
		top: 20px;
		right: 0px;
		margin: 0;
	}
	
	
	
	.section8{ margin-top:40px; }

}

@media only screen and (min-width: 420px) and (max-width: 767px){
/* 
    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/gtx1070/VIEWPORT-393px.png") no-repeat scroll 70% bottom / 700px auto !important;
        height: 533px !important;
        left: 0;
        max-width: 1280px;
        top: 0;
        transition: none 0s ease 0s ;
        width: 100%;
    } */


    .gamereadyimg {
        float: right;
        position: relative;
        top: 455px !important;
        width: 100px;
    }

    /*    .specsmodal {
        width: 640px !important;
    }*/

    /*.specsmodalbody{margin: auto;}*/
    .specsmodal h2{text-align: left}
	
	.scroll-img320 {
    width: 100%;
}

}



@media screen and (min-width: 622px) and (max-width: 767px) {

    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 2912px;
        /*        min-height: 685px;*/
    }
    .section6content{margin-top:30px;}
    .cf > li {
        margin-left: 0;
        width: 30% !important;
    }

    .section6 {
        /*   height: 560px;*/
        width: 100%;
        max-height:580px;
    }
	
	#scroll-animation-GTX1070 {
    min-height: 230px;
}

.scroll-img320 {
    width: 100%;
}
    /*.section2content .row > .col-xs-4 {
        width: 33.3333% !important;
    }*/
}
/*TABLETS */
@media screen and (min-width: 768px) and (max-width: 1023px) {

    h1{color:#76b900; font-family: GeForce; font-weight: bold; font-size:32px; line-height: 32px; text-transform: uppercase;margin:0px;}
    h2{color:#eeeeee; font-family: GeForce; font-size: 24px; line-height: 24px; text-transform: uppercase;margin:0px; font-weight: normal}
    h3{color:#76b900; font-family: GeForceLight; font-size: 24px; line-height:24px; text-transform: uppercase;margin:0px; font-weight: lighter}


    /*h2{font-family: GeForce !important; font-size: 24px !important; line-height: 24px !important; font-weight: normal!important;}*/
/*     #section1bg {
        width: 100%;
        max-width: 1280px;
        height: 500px;
        left: 0px;
        background-size: contain;
        transition: all 0.5s;
		background-size: 230% 77%;
    } */
	
		#section1bg {
		position: relative;
		background: url("../img/titanx/titanx-hero-sm-new.png") no-repeat scroll;
		width: 100%;
		max-width: 1280px;
		height: 580px;
		/*top: -120px;
		left: 110px;*/
		margin: 0 auto;
		padding: 0;
		display: block;
		z-index: 1;
		background-color: #000;
		background-position: right bottom;
		background-size: contain;
		transition: all 0.1s;
	}
	
    .section1content{margin-top:60px;}
	.section1{height:522px;}


    .gamereadyimg {
        float: right;
        position: relative;
        right: 30px;
        top: 400px;
        width: 120px;
    }

    /*    #section2bg{top: 657px}*/

    #watchvideo{margin-top:60px;}
	#gameready-logo{margin-top:163px;}
#btnpreorder{margin-top:60px;}
    .section2content{ margin-top: 52px;}
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    .section2content h2 {

        font-family: GeForceLight;
        font-size: 32px;
        line-height: 32px;
        margin: 0;

        text-transform: uppercase;
    }
    .section2content p{margin-top: 23px; padding-top: 2px}
    .section2content .row{margin-top: 23px;}
    .section2content .learnmore{padding-bottom: 0px;}
    .section2content .pascallegal{padding-bottom: 56px;  margin-top: 20px; width:50%;}
    /*.section3{height: 640px;}*/

.modules .cell.empty {
    width: 2.5%;
}

    #section3bg {  /*background-position: 20% top;*/ min-height: 660px; background-size: cover; background: rgba(0,0,0,0) url('../img/gtx1070/sec3_BG_IMG3-mob.png') no-repeat; }


    /*    .section2{height: 450px;}*/
    .section3content {
        margin-top: 55px;
        padding-top: 0px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 37px; margin-bottom: 20px;}
    .section4content{margin-top:55px;}
    .section4content .intro{margin-top: 10px;}
	
	.scroll-img320 {
    width: 100%;
}


	
    .only-tablet{display:block;}
    .only-desktop{display:none !important;}
    .logo{display:block; margin-top: 150px; width:100%; text-align:right; }
	
    .legal {
        padding-bottom: 60px;
        right: 0;
        width: 100%;
    }
    .graph{min-height:200px;}
    .chip1{width:670px;}
    .gallery-image {  max-width: 280px; height: auto;}
    #txt4b {
        margin-bottom: 40px;
    }

    .gallery-image.img1 {
        border-color: #747474;
        border-image: none;
        border-style: solid;
        border-width: 1px 0 1px 1px;
    }
    .gallery-image.img2 {
        border: 1px solid #747474;
    }

    .gallery-image.img3 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px 0 1px 1px;
    }




    .gallery-image.img4 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px;
    }

    .gallery.row {
        margin-top: 28px;
    }

    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 2810px;
        /*        min-height: 721px;*/
    }


    .section6 {
        height: 600px;
        width: 100%;
    }

    .section6content{margin-top:15px; padding-bottom: 20px}
    .section6innercontent{margin-top: 25px;}
    .section6innercontent > h1 {
        max-width: 400px;
    }

    .section6innercontent > p{margin-top: 40px;}

    .section7content{margin-top:55px; padding-bottom: 60px}

    .review-box {
        margin-bottom: 30px;
    }



    blockquote {

        font-size: 20px;
        line-height: 26px;

    }

    .vr-logo {
        width: 120px;
    }

    .section8content{margin-top:55px;}

    .quote-author-name, .quote-author-title{font-size: 16px;}

    .sliimage {
        float: left;
        margin-top: 60px;
        max-width: 100%;
    }
    .smsli-img{display:none; margin: 0 auto; padding:0 auto;}

    .bgsli-img {
        display: block;
        margin-left: 0;
        max-width: 90%;
    }

    .slibridge {
        margin-top: 30px;
        text-align: left;
    }

    .slibridge .cta-preorder {
        margin-bottom:  30px;
    }
    .slibridge h3{font-size:18px; line-height: 18px;}
    .price {margin-top: 0px;}

    .signupnewsletter{  padding-left: 0 !important;
                        padding-right: 0 !important;}

    .newslettercontent {
        font-family: GeForce;
        font-size: 23.95px;
        font-weight: normal;
        line-height: 23.95px;

    }

    .section9content{margin-top: 60px}
    .section9content .row {
        margin-top: 55px;
        text-align: left;
    }
    .section9content .gtxcard{width:300px; margin-top: 0px; }
    .cf > li{margin-left:0px; width:33%}



    #scroll-animation-GTX1070 {
        top: 200px;
        /*background-color: #fd0;*/
    }

    #scroll-animation-GTX1070 {
        top: 0;
        width: 100%;
        height: 240px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative
    }

    .sprite-container-GTX1070 {
        top: 200px;
        width: 580px;
        height: 240px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1070 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        height: 240px;
        background-color: #000;
        background: url("../img/titanx/titanx-design.png") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 780px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 60px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }

    .bridge {
        margin-right: 50px !important;
    }

    .modules {
        display: table;
        margin: 20px auto;
        width: 100%;
    }

    .modules .cell.empty{display:none;}

   .specsmodal{width:767px !important;}
	.specsmodalbody {
    margin-left: 79px;
    margin-right: 79px;
}
.specsmodal h2{margin-left: 63px;}
    .contentsection{padding-top: 136px;}
    .subnav{height: 55px}

 .modal-title.hmctitle {
        margin-bottom: 20px;
    }
	
	.section9content h3 {
    margin-bottom: 5px;
    margin-top: 10px;
}

#logos-mirrorsedge {
		width: 100%;
		height: 90px;
		margin-top: 120px;
	}
	
	#logos-mirrorsedge-right {
		position: relative;
		width: 300px;
		height: 90px;
	}
	
	#logo-mirrorsedge-catalyst {
		width: 172px;
		height: 51px;
		margin: 0;
   		top: 20px;
	}
	
	#logo-dice {
		position: absolute;
		display: inline-block;
		width: 111px;
		height: 29px;
		margin: 0;
		top: 30px;
		right: 92px;
	}
	
	#logo-ea {
		position: absolute;
		display: inline-block;
		width: 73px;
		height: 73px;
		margin: 0;
		top: 10px;
		right: 0px;
	}


}

/*SMALLER DESKTOPS*/
@media only screen and (min-width: 1024px) and (max-width:1309px){
	
	#section1bg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/titanx/titanx-hero.png");
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 510px;
    left: 130px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1228px;
    padding: 0;
    position: relative;
   transition: all 0.1s ease 0s;
    width: 100%;
    z-index: 1;
}

#btnpreorder{margin-top:60px;}
    .section1{height:445px}


    .gamereadyimg {
        float: right;
        position: relative;
        top: 480px;
        width:130px;
        right:30px;
    }


    .section1content {
        margin-top: 60px;
        max-width: 500px;
        text-align: left;
    }
    .section1content h3 {margin-top: 15px;}
    .section1txt {
        margin-bottom: 27px;
        margin-top: 27px;
        max-width: 450px;

    }
    #watchvideo{margin-top:30px;}
	#gameready-logo{margin-top:118px;}
    /*    #section2bg{top: 569px; }*/
    /*    .section2{height: 438px}*/
    .section2content{ margin-top: 52px;}
    .section2content p{margin-top: 23px; padding-top: 0px;}
	
.section2content h2 {
    font-family: GeForce;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}

    .section2content .row{margin-top: 25px;}
    .section2content .learnmore{padding-bottom: 0px;}
    .section2content.pascallegal{padding-bottom: 45px; width:35%;}

.modules .cell.empty {
    width: 10%;
}
    #section3bg {
        /*        top: 1074px;*/
        min-height: 740px; 
        background-size: cover;
    }
    /*    .section2{height: 430px}*/
    .section3content {
        margin-top: 55px; padding-top: 0px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 7px; margin-bottom: 2px;}
    .legal{ margin-top: 0}
    .section3{height:625px}
    .section4content{margin-top: 55px;}

    .section4content .intro {
        margin-top: 20px;
    }
    .gallery-image{max-width: 370px; height: auto;}
    .gallery.row {
        margin-top: 28px;
    }

    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 2877px;
        /*        min-height: 710px;*/
    }


    .section6 {
        height: 634px;
        width: 100%;
    }
    .section6content{margin-top: 55px; padding-bottom:40px;}
    .section6innercontent{margin-top: 20px;}
    .section6innercontent > h1 {
        max-width: 400px;
    }
    .section6innercontent > p{margin-top: 40px;}

    .scetion7content{margin-top: 48px}
    .reviews{margin-top:20px;}

    .section8content{margin-top:55px;}
    .chip1 {
        width: 670px;
    }

    blockquote {

        font-size: 27px;
        line-height: 36px;
        margin-bottom: 35px;

    }

    .review-box{ margin-bottom: 25px;}
    .reviews{margin-bottom: 30px;}
    .sliimage {
        float: left;
        max-width: 100%;
    }
    .smsli-img{display:none; margin: 0 auto; padding:0 auto;}
    .bgsli-img{display:block; margin-left: 0;}

    .slibridge h3{font-size:24px; line-height: 24px;}
    .price {margin-top: 0px;}



    #scroll-animation-GTX1070 {
        position: relative;
        top: 0px;
        /*background-color: #6f0;*/
    }

    .sprite-container-GTX1070 {
        top: 200px;
        width: 768px;
        height: 318px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1070 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        height: 318px;
        background: url("../img/titanx/titanx-design.png") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 900px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 100px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }


    #performance {
        margin-bottom: 12px;
    }

    .modules {
        display: table;
        margin: 50px auto;
        width: 90%;
    }

    .modules .cell span {
        display: block;
        font-size: 48px;
        line-height: 38px;
    }
  .specsmodal{width:951px !important;}
.specsmodalbody {
    margin-left: 66px;
    margin-right: 66px;
}
.specsmodal h2{margin-left: 50px;}
    .contentsection{padding-top: 230px;}
     .subnav{height: 70px}

   .legalsli{position: relative;padding-bottom: 10px;}
   	.section9content h3 {
    margin-bottom: 5px;
    margin-top: 9px;
}
.logo {
    margin-top: 105px;
}

#logos-mirrorsedge {
		width: 100%;
		height: 90px;
		margin-top: 20px;
	}
	
	#logos-mirrorsedge-right {
		position: relative;
		width: 300px;
		height: 90px;
	}
	
	#logo-mirrorsedge-catalyst {
		width: 191px;
		height: 58px;
		margin: 0;
		top: 15px;
	}
	
	#logo-dice {
		position: absolute;
		display: inline-block;
		width: 114px;
		height: 30px;
		margin: 0;
		top: 30px;
		right: 92px;
	}
	
	#logo-ea {
		position: absolute;
		display: inline-block;
		width: 75px;
		height: 75px;
		margin: 0;
		top: 10px;
		right: 0px;
	}

}
@media screen and (min-width: 1310px) and (max-width:1800px) {  

/* 	#section1bg {
    background: rgba(0, 0, 0, 0) url("//images-stage.nvidia.com/pascal/img/gtx1070/VIEWPORT-520px.png") no-repeat scroll 59% center;
    display: block;
    height: 524px;
    margin: 8px 0 0;
    max-width: 1280px;
    padding: 0;
    position: relative;
    transition: all 0.8s ease 0s;
    width: 100%;
    z-index: 1;
} */

	#section1bg {
		background-color: #000;
		background-position: right bottom;
		background-size: contain;
		display: block;
		height: 598px;
		left: 240px;
		margin: 0 auto;
		max-width: 1228px;
		padding: 0;
		position: relative;
		transition: all 0.1s ease 0s;
		width: 100%;
		z-index: 1;
	}
	
	.section1txt {
    max-width: 600px;
	}
	
	.section1{height:486px;}

    .gamereadyimg {
        float: right;
        position: relative;
        right: 30px;
        top: 480px;
    }


    #watchvideo{margin-top:60px;}
	#gameready-logo{margin-top:94px;}
 
    .section1content{text-align: left; margin-top: 114px;}
    .section4content{margin-top: 115px;}

    .section4content .intro {
        margin-top: 20px;
    }
    .gallery-image{max-width:600px;}
    .gallery.row {
        margin-top: 58px;
    }


    .sliimage {
        float: left;
        max-width: 800px;
    }

    /*    #section3bg{min-height:810px}*/
    #section3bg{ /*background-size: 125% auto;*/background-size: cover; }
    .section3{height:690px}
    /*    .section3content{margin-top:103px}*/

    /*    #section6bg{min-height: 690px}*/

    #scroll-animation-GTX1070 {
        position: relative;
        top: 30px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*background-color: #03c;*/
    }

    .sprite-container-GTX1070 {
        top: 200px;
        width: 1024px;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1070 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        height: 424px;
        background: url("../img/titanx/titanx-design.png") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }


    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 1000px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 100px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }


    #performance {
        margin-bottom: 42px;
    }

    .specsmodal{width:1060px !important;}
    .contentsection{padding-top: 230px;}
 .subnav{height: 70px}
 .top-spacing { margin-top: 4%; }
 .logo {
    margin-top: 70px;
}
#logos-mirrorsedge {
		width: 100%;
		height: 90px;
		margin-top: 100px;
	}
	
	#logos-mirrorsedge-right {
		position: relative;
		width: 300px;
		height: 90px;
	}
	
	#logo-mirrorsedge-catalyst {
		width: 220px;
		height: 66px;
		margin: 0;
		top: 12px;
	}
	
	#logo-dice {
		position: absolute;
		display: inline-block;
		width: 130px;
		height: 34px;
		margin: 0;
		top: 30px;
		right: 102px;
	}
	
	#logo-ea {
		position: absolute;
		display: inline-block;
		width: 85px;
		height: 85px;
		margin: 0;
		top: 2px;
		right: 0px;
	}
}
@media screen and (min-width: 1801px){

	#section1bg {
		background-color: #000;
		background-position: right bottom;
		background-size: contain;
		display: block;
		height: 598px;
		left: 240px;
		margin: 0 auto;
		max-width: 1228px;
		padding: 0;
		position: relative;
		transition: all 0.1s ease 0s;
		width: 100%;
		z-index: 1;
	}

	
		.section1txt {
    max-width: 600px;
	}
        
        #btnpreorder {
    margin-top:60px;
}
	
	.section1{height:486px;}

    /*    #section1bg{left:13%}*/
    .gallery-image{max-width:624px;}
    .gallery.row {
        margin-top: 58px;
    }

    #section3bg{background: rgba(0,0,0,0) url('../img/gtx1070/sec3_BG_IMG3.jpg') no-repeat;
                background-position: 20% top;
                background-size: cover;
                min-height: 740px
    }


    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 1060px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 100px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }

    #scroll-animation-GTX1070 {
        position: relative;
        top: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*background-color: #03c;*/
    }

    .sprite-container-GTX1070 {
        top: 200px;
        width: 1024px;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1070 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 944px;
        height: 353px;
        background: url("../img/titanx/titanx-design.png") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    #performance {
        margin-bottom: 42px;
    }

.section6content{padding-bottom: 45px;}
    .section6innercontent table td {
        height: 50px;
    }

    .section6innercontent table {
        font-family: NVIDIA;
        font-size: 16px;
        line-height: 24px;
    }

    .customcell td {
        height: 30px !important;
    }

    .specsmodal{width:1060px !important;}
    .contentsection{padding-top: 230px;}
     .subnav{height: 70px}
	 	.shop-intro {
		font-size: 24px !important;
	}
	.section9content h3 {margin-top: 3px;}
	.top-spacing { margin-top: 4%; }
	#logos-mirrorsedge {
		width: 100%;
		height: 90px;
		margin-top: 100px;
	}
	
	#logos-mirrorsedge-right {
		position: relative;
		width: 300px;
		height: 90px;
	}
	
	#logo-mirrorsedge-catalyst {
		width: 220px;
		height: 66px;
		margin: 0;
		top: 12px;
	}
	
	#logo-dice {
		position: absolute;
		display: inline-block;
		width: 130px;
		height: 34px;
		margin: 0;
		top: 30px;
		right: 102px;
	}
	
	#logo-ea {
		position: absolute;
		display: inline-block;
		width: 85px;
		height: 85px;
		margin: 0;
		top: 2px;
		right: 0px;
	}
}

@media (min-width: 1921px) {
		#section1bg {
		background-color: #000;
		background-position: right bottom;
		background-size: contain;
		display: block;
		height: 598px;
		left: 240px;
		margin: 0 auto;
		max-width: 1228px;
		padding: 0;
		position: relative;
		transition: all 0.1s ease 0s;
		width: 100%;
		z-index: 1;
	}
	.section1txt {
    max-width: 620px;
	}
	
	.section1{height:484px;}

    /*#section1bg{max-width: 1890px; background: rgba(0, 0, 0, 0) url("../img/gtx1080/BG_IMG1.jpg") no-repeat scroll 0 top / cover  ; }*/
    #section3bg{background-size: cover;}

    .specsmodal{width:1060px !important;}
	.shop-intro {
    font-size: 24px !important;
	}
	.section9content h3 {margin-top: 3px;}
	.top-spacing { margin-top: 4%; }
	
	#logos-mirrorsedge {
		width: 100%;
		height: 90px;
		margin-top: 100px;
	}
	
	#logos-mirrorsedge-right {
		position: relative;
		width: 300px;
		height: 90px;
	}
	
	#logo-mirrorsedge-catalyst {
		width: 220px;
		height: 66px;
		margin: 0;
		top: 12px;
	}
	
	#logo-dice {
		position: absolute;
		display: inline-block;
		width: 130px;
		height: 34px;
		margin: 0;
		top: 30px;
		right: 102px;
	}
	
	#logo-ea {
		position: absolute;
		display: inline-block;
		width: 85px;
		height: 85px;
		margin: 0;
		top: 2px;
		right: 0px;
	}

}


/*GALLERY CSS */

.img-gallery-modal .modal__content {
    top: 170px ;
    bottom: 100px ;
    left: 100px ;
    right: 100px ;
    padding: 0px;
    line-height: 0;
    background-position: center;
    background-size: cover;
}
.img-gallery-modal .modal__content > img {
    object-fit: contain;
}

.gallery-block .table {

    width: 100%;

    margin: 0 auto;

    border-top: 1px solid #333;

    border-left: 1px solid #333;

    border-right: 1px solid #333;

}

@media (min-width: 768px) and (max-width: 1024px) {

    .gallery-block .table {

        width: 90%;

    }
	#section3bg {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background: rgba(0,0,0,0), url("../img/gtx1070/sec3_BG_IMG3-mob.png");
    background-origin: padding-box, padding-box;
    /*background-position: 35% top;*/
    background-repeat: repeat, no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
   /* min-height: 820px;*/
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

.section1txt{max-width:420px}

}

@media (max-width: 767px) {

    .gallery-block .table {

        width: 100%;

        display: block;

    }

}

.gallery-block .table-row {

    display: table-row;

}

.gallery-block .table-cell {

    position: relative;

    display: table-cell;

    width: 50%;

    cursor: pointer;

    border-bottom: 1px solid #333;

}

.gallery-block .table-cell:first-child {

    border-right: 1px solid #333;

}

@media (max-width: 767px) {

    .gallery-block .table-cell {

        width: 100%;

        display: block;

    }

}

.gallery-block .table-cell img {

    width: 100%;

    /*    margin-bottom: -8px;*/

}

@media (max-width: 767px) {

    .gallery-block .table-cell {

        cursor: default;

    }

    .img-gallery-modal .modal__content {
        top: 170px;
        bottom: 100px;
        left: 100px;
        right: 100px;
        padding: 0px;
        line-height: 0;
        background-position: center;
        background-size: cover;
    }
    .img-gallery-modal .modal__content > img {
        object-fit: contain;
    }


}

.gallery-block .zoom-icon {

    position: absolute;

    right: 30px;

    bottom: 30px;

    width: 32px;

    height: 32px;

}

@media (max-width: 767px) {

    .gallery-block .zoom-icon {

        display: none;

    }

}



.modal {

    display: none;

}

.modal .modal__backdrop {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 100;

    background: rgba(0, 0, 0, 0.8);

}

.modal .modal__content {

    position: absolute;

    top: 60px;

    left: 60px;

    right: 60px;

    bottom: 60px;

    z-index: 100;

    background: #1a1a1a;

    padding: 45px;

}

.modal .modal__close {

    width: 30px;

    height: 30px;

    cursor: pointer;

    display: inline-block;

    position: absolute;

    top: 30px;

    right: 30px;

}

.modal .modal__close:before {

    position: absolute;

    content: '';

    width: 29px;

    height: 2px;

    left: 0;

    top: 9px;

    -webkit-transform: rotate(135deg);

    -moz-transform: rotate(135deg);

    -ms-transform: rotate(135deg);

    -o-transform: rotate(135deg);

    transform: rotate(135deg);

    background-color: #999999;

    display: block;

    border-radius: 10px;

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -ie-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s;

}

.modal .modal__close:after {

    position: absolute;

    content: '';

    width: 29px;

    height: 2px;

    left: 0;

    top: 9px;

    background-color: #999999;

    display: block;

    border-radius: 10px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -ie-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s;

}

.modal .modal__close:hover:before {

    background-color: #666;

}

.modal .modal__close:hover:after {

    background-color: #666;

}

.modal.modal--shown {

    display: block;

}

.img-gallery-modal .modal__content {
    top: 100px ;
    bottom: 100px ;
    left: 100px ;
    right: 100px ;
    padding: 0px;
    line-height: 0;
    background-position: center;
    background-size: cover;
}
.img-gallery-modal .modal__content > img {
    object-fit: contain;
}

@media (max-width: 1024px) {

    .modal .modal__content {

        top: 0;

        bottom: 0;

        left: 0;

        right: 0;

        padding: 30px 15px;

        padding-top: 60px;

    }

    .modal .modal__close {

        top: 30px;

        right: 15px;

    }

    .modal .modal__close:before {

        width: 14px;

    }

    .modal .modal__close:after {

        width: 14px;

    }

}

.gallery-block .zoom-icon {
    bottom: 22px;
    height: 25px;
    position: absolute;
    right: 19px;
    width: 31px;
}

@media  (max-width:767px){

    .img-gallery-modal .modal__content {
        top: 170px ;
        bottom: 100px ;
        left: 100px ;
        right: 100px ;
        padding: 0px;
        line-height: 0;
        background-position: center;
        background-size: cover;
    }
    .img-gallery-modal .modal__content > img {
        object-fit: contain;
    }


}

.img-gallery-modal .modal__content {
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  padding: 0px;
  line-height: 0;
  background-color: #000;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.img-gallery-modal .modal__content > img {
  object-fit: contain;
}

.js-full-video-modal .modal__content {
  margin: 0 auto;
  width: 560px;
  height: 315px;
  padding: 60px;
}


/* GALLERY CSS ENDS */
