
        #dominate {
            background-image: url("../images/dominate_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1060px;

        }

        #dominate .sup1{
            font-size:0.6em;
            vertical-align:super;
        }
        
        #dominate .t3{
            padding-top:6%;
        }  
        #dominate .t4{
            padding-top:2%;
        }  

        #dominate .subtitle{
            font-size:30px;
            margin-top:1%;
        }   

        #dominate .text55{
            width:55%;
        }

        #dominate .dominate-table{
            background-image: url("../images/dominate-table.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 220px;
            position: relative;
            margin-top:2%;
            padding-left:5%;
        }
        
        #dominate .dominate-table .t2{
            font-family: Arial, '微軟正黑體', Helvetica, sans-serif;
            font-size:18px;
            font-weight: normal;
            line-height: 20px;
            margin-top:6px;
            text-align: center;
        }
        #dominate .dominate-table .dt1{
             text-align: left;
             float:left;
             margin-left:2%;
             width:30%;
        }

        #dominate .dominate-table .dt2{
            text-align: left;
            float:left;
            margin-left:1%;
            width:30%;
        }

        #dominate .dominate-table .dt3{
            text-align: left;
            float:left;
            margin-left:1.5%;
            width:30%;
        }

        #dominate .dominate-table .text{
            margin-top:9%;
        }            


/*mb-spec*/
        #mbspec {       
            background-image: url("../images/spec_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1200px;         
            position:relative;
            overflow: hidden;
        }
        .mbspec-s{
            display:none;
        }   
        #mbspec .spec1{         
            position:relative;
            width:980px;
            float: left;
        }

        #mbspec .speclist{
            position: absolute; 
        }
        #mbspec .spec2{
            position:relative;
            width:300px;
            float: left;
            
        }
        #mbspec .specpoint{
            width:30px;
            height:30px;
            border-radius:50%;          
            background-color:#ff7200;
            color:#fff;
            font-size:1em;
            line-height: 1.8em;
            margin-right:6px;
            text-align: center;
            display: inline-block;
            margin-bottom:4%;
            display:none;
            
            
        }
        .spec1 #specitemlist01{
            top:40px;
        }

        .spec1 #specitemlist02{
            top:100px;
        }
        .spec1 #specitemlist03{
            top:134px;
        }

        .spec1 #specitemlist04{
            top:204px;
        }
        .spec1 #specitemlist05{
            top:340px;
        }
        .spec1 #specitemlist06{
            top:396px;
        }
        .spec1 #specitemlist07{
            top:496px;
        }
        .spec1 #specitemlist08{
            top:574px;
        }
        .spec1 #specitemlist09{
            top:636px;
        }
        .spec1 #specitemlist10{
            top:720px;
        }
        .spec1 #specitemlist11{
            top:860px;
        }
        .spec1 #specitemlist12{
            top:930px;
        }


        .spec2 #specitemlist13{
            top:130px;
        }

        .spec2 #specitemlist14{
            top:200px;
        }
        .spec2 #specitemlist15{
            top:250px;
        }

        .spec2 #specitemlist16{
            top:280px;
        }
        .spec2 #specitemlist17{
            top:360px;
        }
        .spec2 #specitemlist18{
            top:420px;
        }
        .spec2 #specitemlist19{
            top:460px;
        }
        .spec2 #specitemlist20{
            top:530px;
        }
        .spec2 #specitemlist21{
            top:680px;
        }
        .spec2 #specitemlist22{
            top:800px;
        }
        .spec2 #specitemlist23{
            top:870px;
        }
        .spec2 #specitemlist24{
            top:966px;
        }
        .spec2 #specitemlist25{
            top:1000px;
        }
        



        #digitalled-text{
            background-image: url("../images/digitalled_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1240px;
        }
        #digitalled-text .frame .cell {
            width:70%;
            float: right;
        }
        .digitalled-port{
            -webkit-animation: colorrun 1s infinite;
            -o-animation: colorrun 1s infinite;
            -ms-animation: colorrun 1s infinite;
            animation: colorrun 1s infinite;
        }

        @keyframes colorrun{
            from{
                -webkit-filter:hue-rotate(0deg);
                -ms-filter:hue-rotate(0deg);
                filter:hue-rotate(0deg);
            }
            to  {
                -webkit-filter: hue-rotate(337deg);
                -ms-filter:hue-rotate(337deg);
                filter: hue-rotate(337deg);
            }
        }

        #RGBLED-function {
            
            background-image: url("../images/red_bg_1920.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1000px;
            position:relative;
            z-index:15;
            overflow: hidden;
        }
        #RGBLED-function .title {
            z-index:16;
            position:relative;
            margin-bottom:90px;
        }
        #RGBLED-function .text {
            margin-top:-80px;
        }
        #RGBLED-function .frame .cell {     
                width: 40%;
        }    		

        #RGBLED-function .rgbscale img{
                cursor:pointer;
                transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
        }

        #RGBLED-function .rgbscale img:hover{
                transform: scale(1.3, 1.3);
                -webkit-transform: scale(1.3, 1.3);
        }

        
        #UV-Light-Strips {
            background-color: #000;
            background-image: url("../images/uv-light-strips_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1230px;
        }

        #UV-Light-Strips .title {
            margin-top:6%;
        }

        #UV-Light-Strips  .rgblighttitle{
            font-size:30px;
            line-height: 40px;
        }


        #rgbapp {
            background-color: #000;
            background-image: url("../images/mb_rgbapp_1920.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1400px;
        }
            
        #rgbapp .rgbqrcode{    
            margin-top:62%;
            margin-left:2%;
        }    




        #RGBtext {
            position: relative; 
            margin-top:-4%;
            margin-bottom:4%;
            font-family: Arial,'微軟正黑體',Helvetica, sans-serif;
            font-size:15px;
            line-height: 24px;
            color: rgb(221, 221, 221);
            
        }


        
        #RGBtext a{
            color: rgb(221, 221, 221);            
        }
        #esssabre{
            background-color: #000;
            background-image: url("../images/ess-sabre-dac_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 700px;
        }
        #esssabre .esssabret2{
            font-weight:bold;
            font-size:1.6em;
            line-height: 2em;

        }

        #esssabre .title {
            margin-top:20%;
        }

        #esssabre .frame .cell {
            width: 60%;
            float: right;
        }
        
        #usbdacup .subdacuptitle{
            font-size: 0.6em;
			color:#fff;padding-left:20px; padding-right:20px;
			display:inline-block;
        }
        
        #creative720 {
            background-color: #000;
            background-image: url("../images/creative720_1920.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1000px;
        }
        
        
        #creative720 .frame .cell {
            width: 60%;
            float: right;
            margin-right:10%;
            text-align: justify;
        }

        #scoutradar {
            background-color: #000;
            background-position: center;
            background-repeat: no-repeat;
            margin-top:4%;
        }
        

        

        #x-fi .software720{
            margin-left:30%;
        }

        #ess1 .title{
            margin-top:4%;
            font-size:1em;           
        }
        #ess1 .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width: 50%;
        }

        #ess1 .conbox2{
             display: inline-block;
             position: relative;
             width:46%; 
             margin-left:2%;
        } 

        #ess3 .title{
            margin-top:4%;
            font-size:1em;
        }
        

        #ess3 .conbox2{
             display: inline-block;
             position: relative;
             vertical-align: top;
             width:50%; 
             
        } 
        
        #ess3 .conbox1{
             position: relative;
             display: inline-block;
             margin-left:2%;
             width: 46%;
        }



        #ess4 .title{
            margin-top:4%;
            font-size:1em;
        }

        #ess4 .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width: 50%;
        }

        #ess4 .conbox2{
             display: inline-block;
             position: relative;
             width:46%; 
             margin-left:2%;
        }




        #smartfan5fan {
            background-color: #000;
            background-position: 50% 0%;
            background-repeat: no-repeat;
            min-height: 1100px;
        }
		
        #smartfan5fan .title{
			margin-top:4%;		
		}

        #smartfan5fan .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width: 30%;
        }

        #smartfan5fan .conbox2{
             display: inline-block;
             position: relative;
             width:65%; 
             margin-left:2%;
        } 
        
        #smartfan5fan .conbox3{
             position: relative;
             display: inline-block;
             vertical-align: top;
             width: 51%;
        }


        #smartfan5fan .conbox4{
            display: inline-block;
            position: relative;
            width:40%; 
            margin-left:2%;
        }
        

        #smartfan5fan .conbox5{
            display: inline-block;
            position: relative;
            width:48%;
        }

         #smartfan5fan .conbox5 .smarttitle{
            vertical-align: text-top;
            

        }

        #smartfan5fan .conbox6{
            border-left:1px solid #999;
            padding-left:4%;
            display: inline-block;
            position: relative;
            width:42%; margin-left:2%;
            margin-bottom:4%;
        }    

        #smartfan5fan .smartlist{
            width:100%;
            margin-left:4%;
            margin-top:1%;
            font-size:14px;
            font-family: arial, sans-serif, '微軟正黑體', Microsoft JhengHei;
            
        }

        #smartfan5fan .smartlist img{
            margin-right:2%;
        }


        #smartfan5fan .smartlist1{
            font-size:26px;
            font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
            font-family: 'Oswald', '微軟正黑體' !important;
            line-height: 40px;
            font-weight: 500;
        }

        #smartfan5fan .smarttitle{
            color:#FF7200;
            font-weight: 500;
        }

        #smartfan5fan .smarttitle2{
            
            font-size:14px;
        }





        #smartfan5 {
            background-color: #000;
            background-image: url("../images/mb_smartfan5_1920.jpg");
            background-position: center 30px;
            background-repeat: no-repeat;
            min-height: 900px;
        }
        
        #smartfan5 .title {
                    margin-top: 10px;
        }
            
        #smartfan5 .smartfan501 {
                    position:absolute; width: 594px; left: 30px; top: 657px;
        }

        #smartfan5 .smartfan502 {
                    position:absolute; width: 617px; left: 677px; top: 620px;
        }


        #triplepcie{
            background-color: #000;
            background-image: url("../images/triple_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1090px;
        }

        #triplepcie .center{
			width:70%;
        }
        #TripleNVMe {
            margin-bottom: 5%;
        }
        #TripleNVMe .t2{
            font-size:1.2em;
            font-weight: bold;            
            color:#fff;
            padding-bottom: 2%;
        }
        

        #TripleNVMe .conbox1{
            position: relative;
            display: inline-block;
            vertical-align: top;width: 60%;
       }

       #TripleNVMe .conbox2{
            display: inline-block;
            position: relative;
            width:36%; 
            margin-left:2%;
       } 

        #TripleNVMe .t5{
            font-size:1.6em;
            text-align: left;
            line-height: 1.6em;
        }
       #TripleNVMe .t3{
           width:80%;
           font-size:1em;
           line-height: 1.6em;
           border-radius: 6px;
           padding:4%;
           text-align: left;
           font-weight: bold;
           background: rgb(201,70,0);
           background: -moz-linear-gradient(top, rgba(201,70,0,1) 0%, rgba(253,97,0,1) 100%);
           background: -webkit-linear-gradient(top, rgba(201,70,0,1) 0%,rgba(253,97,0,1) 100%);
           background: linear-gradient(to bottom, rgba(201,70,0,1) 0%,rgba(253,97,0,1) 100%);
           filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c94600', endColorstr='#fd6100',GradientType=0 );
       }
       

        #optane{
            background-color: #000;
            background-image: url("../images/Optane_1920.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1400px;
            position: relative;
        }
        
        #optane .title{
            font-size:3em;
            color:#fff;
            text-shadow:0px 0px 30px #00C4A8;
            text-align: center;
            margin-top:100px;

        }

        #optane .optitle{
            font-size:120px;
        }
        
        #optane .videoheight{
            margin-top:46%;
        }
        #optane .videowidth{    
            width:50%;           
            display: inline-block;
            position: relative;
            box-shadow: 0px 0px 100px #00C4A8;
        }

        #optane .text{            
            width:40%;
            margin-right:4%;
            display: inline-block;
            position: relative;
            vertical-align: top;
        }

        
        #killer-line .title{
            font-size:1.8em;
        }

        #turbobclock {
            background-color: #000;
            background-image: url("../images/turbo_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 690px;
        }
        
        #turbobclock .frame .cell {
            width: 60%;
            float: right;
        }
        
        #turbobclock .title{
            margin-top:100px;
        }
        
        #turbobclock .turbotitle{
            font-weight:bold;font-size:1.6em;line-height:1.4em;
        }


        #xmp {
            background-color: #000;
            background-image: url("../images/mb_xmp_1920.jpg");
            background-position: center -10px;
            min-height: 650px;
            background-repeat: no-repeat;
        }
        #ddr4 {
            background-color: #000;
            background-image: url("../images/mb_ddr_1920.jpg");
            background-position: center;
            min-height: 1960px;
            background-repeat: no-repeat;
        }


        #vr {
            background-color: #000;
            background-image: url("../images/mb_vr_1920.jpg");
            background-repeat: no-repeat;
            min-height: 1000px;
            position: relative;
            background-position: center;
            /*
            animation: ac-vr 6s alternate infinite;
            -webkit-animation:ac-vr 6s alternate infinite;
            */
            
        }
        #vr .vrtext{
            padding:2%;
            background-color:rgba(255,100,0,0.6);
            width:44%;
            font-weight: 500;
            color:#ccc;
            font-size:24px;
            line-height: 34px;
            font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
            font-family: 'Oswald', '微軟正黑體' !important;
        }
        

        #vr .vrtitlesub{
            font-weight: 500;
            color:#ff7200;
            font-size:1.2em;
            line-height: 1em;
            font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
            font-family: 'Oswald', '微軟正黑體' !important;
        }

		#vr .vrimg{
			width:auto;margin-right:400px;
		}
		
        #vr .vrtitle{
            font-size:1.1em;font-weight:bold;
        }





        #digitalfuse{
            background-image: url("../images/usb31-digital-fuse-port.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 600px;

        }
        #digitalfuse .fusedesign{
            margin-bottom: 4%;
        }

        #digitalfuse .fusedesign .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width: 70%;
        }

        #digitalfuse .fusedesign .conbox2{
             display: inline-block;
             position: relative;
             width:24%; 
             margin-left:2%;
             text-align: right;

        } 
        #digitalfuse .fusedesign .conbox2 .title{
            font-size:1.4em;
        }













        #armor {
            background-color: #000;
            background-image: url("../images/mb_armor_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1100px;
        }
        #armor .title {
            margin-top:10%;
        }


        #anti-sulfur{
            background-color: #000;
            background-image: url("../images/anti-sulfur_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1100px;
            position: relative;
        }
        #anti-sulfur .title{
            text-align: right;
            margin-top:12%;
            font-size:2.6em;
            text-shadow:1px 1px 10px #000;
            /*
            -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)), to(rgba(0,0,0,0)));
            */
        }

        #anti-sulfur .text{
            float:right;
            text-align: justify;
            width: 50%;
        }
        #dualbios {
            background-color: #000;
            background-image: url("../images/mb_dualbios_1920.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 567px;
        }
        #dualbios .title {
            margin-top:6%;
        }
        #dualbios .frame .cell {
            width: 40%;
        }


		#durable {
            background-color: #000;
            background-image: url("../images/mb_durable_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 740px;
        }

        #gold {
            background-color: #000;
            background-image: url("../images/mb_15u_1920.jpg");
            background-position: center -10px;
            min-height: 650px;
            background-repeat: no-repeat;
        }
        
		
		#gold .title {
            margin-top: 120px;
        }

        #gconnector {
            background-color: #000;
            background-image: url("../images/mb_gconnector_1920.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1050px;
            position: relative;
        }
		#gconnector img{
                width:auto;
        }


        #smartcam {
			background: url("../images/smartcam_1920.jpg") center 0 no-repeat;
			height: 1041px;
		}


        #hd4khdmi{
            margin-top:6%;            
        }

        #hd4khdmi .title{
            text-align: center;
            font-size:1em;
        }
            

        #hd4khdmi .conbox1{
            background-image: url("../images/4k-bg.jpg");
            background-position: top left;
            background-repeat: no-repeat;
            position: relative;
            display: inline-block;
            width: 42%;
            padding:2%;            
            min-height: 600px;
            vertical-align: top;
        }
        
       #hd4khdmi .conbox2{
            background-image: url("../images/hdmi-bg.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            width:42%; 
            text-align: left;
            padding:2%;
            min-height: 600px;
            vertical-align: top;           
       }
       #cec-ready{
           margin-bottom: 4%;
       }
       #cec-ready .t2{
        font-weight: bold;
        font-size:1.2em;
        line-height: 2em;
        } 
       #cec-ready .title{
           margin-top:4%;
       }


       #cec-ready .conbox1{
            position: relative;
            display: inline-block;
            vertical-align: top;width: 30%;
        }

        #cec-ready .conbox2{
            display: inline-block;
            position: relative;
            width:66%; 
            margin-left:2%;
        } 

        

       #XSplit {
        background-color: #000;
        background-image: url("../images/xsplit_1920.jpg");
        background-position: 50% 130px;
        background-repeat: no-repeat;
        min-height: 750px;
      }
    
        .XSplit_MV {
            position: absolute;
            color: #fff;
            left: 57%;
            top: 40%;
            z-index: 10;
            display: block;
        }
        
        .MV2 {
            width: 440px;
            height: 285px;
        }
        
        a.more {
            display: block;
            width: 208px;
            height: 45px;
            background-image: url("../images/more.png");
            text-indent: -99999px;
            position: absolute;
            color: #fff;
            right: -2%;
            bottom: -20%;
            transition: background-image .5s;
        }
        
        a.more:hover {
            background-image: url("../images/more2.png");
        }

        


@media screen and (max-width: 1366px) {
        #dominate {
            background-image: url("../images/dominate_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1060px;
        }

        #dominate .dominate-table{
            background-image: url("../images/dominate-table_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 280px;
            position: relative;
            margin-top:2%;
            padding-left:5%;
        }
        
        #dominate .dominate-table .t2{            
            font-size:16px;
            font-weight: normal;
            line-height: 20px;
            margin-top:4%;
            text-align: center;
        }
        #dominate .dominate-table .dt1{
            text-align: left;
            float:left;
            margin-left:-3%;
            width:30%;
            vertical-align: top;  
        }

        #dominate .dominate-table .dt2{
            text-align: left;
            float:left;
            margin-left:6%;
            width:30%;        
            vertical-align: top;      
        }

        #dominate .dominate-table .dt3{
            text-align: left;
            float:left;
            margin-left:5%;
            width:30%;
            vertical-align: top;  
            
        }

        #dominate .dominate-table .text{
            margin-top:20%;
            font-size:18px;
            vertical-align: top;              
        }



        /*mb-spec*/
        #mbspec {       
            background-image: url("../images/spec_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 860px;          
            position:relative;
            overflow: hidden;
        }
        #mbspec .text{      
            font-size:0.5em;
        }
        .mbspec-s{
            display:none;
        }   
        #mbspec .spec1{         
            position:relative;
            width:710px;
            float: left;
        }

        #mbspec .speclist{
            position: absolute; 
        }
        #mbspec .spec2{
            position:relative;
            width:170px;
            float: left;
            
        }
        #mbspec .specpoint{
            width:30px;
            height:30px;
            border-radius:50%;          
            background-color:#ff7200;
            color:#fff;
            font-size:1em;
            line-height: 1.8em;
            margin-right:6px;
            text-align: center;
            display: inline-block;
            margin-bottom:4%;
            display:none;
            
            
        }
        .spec1 #specitemlist01{
            top:20px;
        }

        .spec1 #specitemlist02{
            top:60px;
        }
        .spec1 #specitemlist03{
            top:86px;
        }

        .spec1 #specitemlist04{
            top:136px;
        }
        .spec1 #specitemlist05{
            top:236px;
        }
        .spec1 #specitemlist06{
            top:270px;
        }
        .spec1 #specitemlist07{
            top:346px;
        }
        .spec1 #specitemlist08{
            top:400px;
        }
        .spec1 #specitemlist09{
            top:446px;
        }
        .spec1 #specitemlist10{
            top:500px;
        }
        .spec1 #specitemlist11{
            top:606px;
        }
        .spec1 #specitemlist12{
            top:656px;
        }



        .spec2 #specitemlist13{
            top:80px;
        }

        .spec2 #specitemlist14{
            top:130px;
        }
        .spec2 #specitemlist15{
            top:160px;
        }

        .spec2 #specitemlist16{
            top:200px;
        }
        .spec2 #specitemlist17{
            top:250px;
        }
        .spec2 #specitemlist18{
            top:316px;
        }
        .spec2 #specitemlist19{
            top:346px;
        }
        .spec2 #specitemlist20{
            top:376px;
        }
        .spec2 #specitemlist21{
            top:475px;
        }
        .spec2 #specitemlist22{
            top:560px;
        }
        .spec2 #specitemlist23{
            top:614px;
        }
        .spec2 #specitemlist24{
            top:680px;
        }
        .spec2 #specitemlist25{
            top:700px;
        }
             


        #digitalled-text{
            background-image: url("../images/digitalled_1366.jpg");
            background-position:top center;
            background-repeat: no-repeat;
            min-height: 1100px;
        }
        #digitalled-text .frame .cell {
            width:80%;
            float: right;
        }

        #RGBLED-function {
        background-position: center center;
        position: relative;
        min-height: 450px;
        }

        #UV-Light-Strips {
            background-color: #000;
            background-image: url("../images/uv-light-strips_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1070px;
        }

        #UV-Light-Strips .title {
            margin-top:0%;
        }

        
        #rgbapp {
            margin-top:0px;
            background-color: #000;
            background-image: url("../images/mb_rgbapp_1366.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1200px;
        }
            
        #rgbapp .rgbqrcode{    
            margin-top:70%;
            margin-left:0%;
        }   

        #esssabre{
            background-color: #000;
            background-image: url("../images/ess-sabre-dac_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 670px;
            position: relative;
        }
        #esssabre .title {
            margin-top:0%;
        }

        #esssabre .esssabret2{
            font-weight:bold;
            font-size:1.4em;
            line-height: 2em;

        }
        #esssabre .frame .cell {
            width: 60%;
            float: right;
        }
        #usbdacup .title {
            margin-top: 0px;
        }
		
		#usbdacup .subdacuptitle{
            font-size: 0.3em;
			color:#fff;padding-left:20px; padding-right:20px;
			display:inline-block;
        }
        
        #creative720 .frame .cell {
            width: 70%;
            float: right;
        }
        #x-fi .software720{
            margin-left:0%;
        }



        #smartfan5fan .title {
            margin-top:-10px;
        }
        #smartfan5fan .smartlist1{
            font-size:22px;
            line-height: 40px;
        }    


        #smartfan5 {
            background-color: #000;
            background-image: url("../images/mb_smartfan5_1366.jpg");
            background-position: center 30px;
            background-repeat: no-repeat;
            min-height: 700px;
        }
        #smartfan5 .smartfan501{
                width: 400px; left: 30px; top: 520px;
        }
        #smartfan5 .smartfan502{
                width: 460px; left: 470px; top: 480px;
        }
        #triplepcie{
            background-color: #000;
            background-image: url(../images/triple_1366.jpg);
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 900px;
        }

        #triplepcie .center{
			width:60%;
        }

       #TripleNVMe .conbox1{
            vertical-align: top;width: 60%;
       }

       #TripleNVMe .conbox2{
            width:36%; 
            margin-left:2%;
            margin-bottom:4%;
       } 

       #TripleNVMe .t3{
           width:100%;
           font-size:0.9em;
       }       

        #optane .videoheight{
            margin-top:80%;
        }

        
        #killer-line .title{
            font-size:1.4em;
        }

        
        #turbobclock {
            background-color: #000;
            background-image: url("../images/turbo_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 620px;
        }
        
        #turbobclock .frame .cell {
            width: 46%;
            float: right;
        }
        
        #turbobclock .title{
            margin-top:0px;
        }
        
        #turbobclock .turbotitle{
            font-weight:bold;font-size:1.6em;line-height:1.4em;
        }

        #xmp {
            background-color: #000;
            background-image: url("../images/mb_xmp_1366.jpg");
            background-position: center -10px;
            min-height: 650px;
            background-repeat: no-repeat;
        }
        #xmp .title{font-size:1.6em}

        #ddr4 {
            background-color: #000;
            background-image: url("../images/mb_ddr_1366.jpg");
            background-position: center;
            min-height: 1600px;
            background-repeat: no-repeat;
        }

        #vr {
            background-color: #000;
            background-image: url("../images/mb_vr_1366.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1000px;
            position: relative;
        }

        #vr .vrtext{
            width:66%;
        }

        #vr .vrimg{
            width:auto;margin-right:100px;
        }

       



        #digitalfuse{
            background-image: url("../images/usb31-digital-fuse-port_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 900px;

        }

        #digitalfuse .fusedesign .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width: 100%;
        }

        #digitalfuse .fusedesign .conbox2{
             display: inline-block;
             position: relative;
             width:100%; 
             margin-left:0%;
             text-align: left;
             margin-bottom: 40%;

        }
        
        #armor {
            background-color: #000;
            background-image: url("../images/mb_armor_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 800px;
        }
        
        #armor .title {
            margin-top: 0px;
        }

        #durable {
            background-color: #000;
            background-image: url("../images/mb_durable_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 760px;
        }

        #gold {
            background-color: #000;
            background-image: url("../images/mb_15u_1366.jpg");
            background-position: center -10px;
            min-height: 500px;
            background-repeat: no-repeat;
        }
		
		#gold .title {
            margin-top: 60px;
        }

        #gconnector {
            background-color: #000;
            background-image: url("../images/mb_gconnector_1366.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 750px;
            position: relative;
        }
        
        #gconnector img{
                margin-top:20px;
        }
		





        
        #smartcam {
            background: url("../images/smartcam_1366.jpg") center 0 no-repeat;
            height: 893px;
        }            
        #smartcam .title{
                 font-size:1.6em;
        }
        
       #hd4khdmi .conbox2{
            margin-left:2%;
       }

       #XSplit {
        background-color: #000;
        background-image: url("../images/xsplit_1366.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
        min-height: 750px;
         }
    
        #XSplit .frame {
            padding-top: 1em;
        }
        
        .XSplit_MV {
            position: absolute;
            color: #fff;
            left: 62%;
            top: 50%;
            z-index: 10;
            display: block;
        }
        
        .MV2 {
            width: 400px;
            height: 270px;
        }
        
        a.more {
            display: block;
            width: 208px;
            height: 45px;
            background-image: url("../images/more.png");
            text-indent: -99999px;
            position: absolute;
            color: #fff;
            right: -2%;
            bottom: -20%;
            transition: background-image .5s;
        }
        
        a.more:hover {
            background-image: url("../images/more2.png");
        }


}


@media screen and (max-width: 960px) {

            #dominate .dominate-table{
                background-image: url("../images/dominate-table_960.jpg");
                background-position: top center;
                background-repeat: no-repeat;
                min-height: 280px;
                position: relative;
                margin-top:2%;
                padding-left:5%;
            }
            #dominate .text55{
                width:70%;
            }
            
            #dominate .dominate-table .t2{                
                font-size:16px;
                font-weight: normal;
                line-height: 20px;
                margin-top:4%;
                text-align: center;
            }
            #dominate .dominate-table .dt1{
                text-align: left;
                float:left;
                margin-left:-3%;
                width:30%;
                vertical-align: top;  
            }

            #dominate .dominate-table .dt2{
                text-align: left;
                float:left;
                margin-left:6%;
                width:30%;        
                vertical-align: top;      
            }

            #dominate .dominate-table .dt3{
                text-align: left;
                float:left;
                margin-left:6%;
                width:30%;
                vertical-align: top;  
                
            }

            #dominate .dominate-table .text{
                margin-top:14%;
                font-size:18px;
                vertical-align: top;              
            }


            /*mb-spec*/

        #mbspec {       
            background-image: url("");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1200px;         
            overflow: hidden;
        }
        .mbspec-s{
            display:block;
        }
        #mbspec .text{      
            font-size:0.6em;
            overflow: hidden;
        }

        #mbspec .spec1{         
            position: relative;
            display: inline-block;
            width: 54%;
            padding-bottom: 4%;
        }

        #mbspec .speclist{
            position:  relative;    
        }
        #mbspec .spec2{
            display: inline-block;
            position:  relative;
            width: 42%;
            right:0%;
            left:3%;
            
        }
        #mbspec .specpoint{     
            display:inline-block;

            
            
        }
        .spec1 #specitemlist01{
            top:0px;
        }

        .spec1 #specitemlist02{
            top:0px;
        }
        .spec1 #specitemlist03{
            top:0px;
        }

        .spec1 #specitemlist04{
            top:0px;
        }
        .spec1 #specitemlist05{
            top:0px;
        }
        .spec1 #specitemlist06{
            top:0px;
        }
        .spec1 #specitemlist07{
            top:0px;
        }
        .spec1 #specitemlist08{
            top:0px;
        }
        .spec1 #specitemlist09{
            top:0px;
        }
        .spec1 #specitemlist10{
            top:0px;
        }
        .spec1 #specitemlist11{
            top:0px;
        }



        .spec2 #specitemlist12{
            top:0px;
        }

        .spec2 #specitemlist13{
            top:0px;
        }
        .spec2 #specitemlist14{
            top:0px;
        }

        .spec2 #specitemlist15{
            top:0px;
        }
        .spec2 #specitemlist16{
            top:0px;
        }
        .spec2 #specitemlist17{
            top:0px;
        }
        .spec2 #specitemlist18{
            top:0px;
        }
        .spec2 #specitemlist19{
            top:0px;
        }
        .spec2 #specitemlist20{
            top:0px;
        }
        .spec2 #specitemlist21{
            top:0px;
        }
        .spec2 #specitemlist22{
            top:0px;
        }
        .spec2 #specitemlist23{
            top:0px;
        }
        .spec2 #specitemlist24{
            top:0px;
        }
        .spec2 #specitemlist25{
            top:0px;
        }  

        #digitalled-text{           
            background-image: url("../images/digitalled_960.jpg");
            background-position:top center;
            background-repeat: no-repeat;
            min-height: 1600px;
        }
        #digitalled-text .frame .cell {
            width:100%;
            float: none;
        }
 

        #UV-Light-Strips {
            background-color: #000;
            background-image: url("../images/uv-light-strips_960.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1160px;
        }

        #rgbapp {
            margin-top:0px;
            background-color: #000;
            background-image: url("../images/mb_rgbapp_960.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1000px;
        }
            
        #rgbapp .rgbqrcode{    
            margin-top:90%;
            margin-left:0%;
        }   
        #esssabre{
            background-color: #000;
            background-image: url("../images/ess-sabre-dac_960.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 810px;
            position: relative;
        }
        #esssabre .frame .cell {
            width: 100%;
            float: none;
        }

        #usbdacup .title {
            margin-top: 0px;
        }

        #usbdacup .subdacuptitle{
            font-size: 0.6em;
            padding-left:0px; 
            padding-right:0px;			
        }
        
        #usbdacup .text {
            width:100%;
        }

        #creative720 {
            background-color: #000;
            background-image: url("../images/creative720_960.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 800px;
        }
        
        
        #creative720 .frame .cell {
            width: 100%;
            float: right;
            margin-right:0%;
            text-align: justify;
        }
       
        #creative720 .title {margin-top:0px;}
        
        
        #ess1 .title{
            margin-top:4%;
            font-size:1em;
        }
        #ess1 .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width: 100%;
        }

        #ess1 .conbox2{
             display: inline-block;
             position: relative;
             width:100%; 
             margin-left:2%;
        } 

        #ess3 .title{
            margin-top:4%;
            font-size:1em;
        }
        #ess3 .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width: 100%;
        }

        #ess3 .conbox2{
             display: inline-block;
             position: relative;
             width:100%; 
             margin-left:2%;
        } 

        #ess4 .title{
            margin-top:4%;
            font-size:1em;
        }

        #ess4 .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width:100%;
        }

        #ess4 .conbox2{
             display: inline-block;
             position: relative;
             width:100%; 
             margin-left:2%;
        } 


        #smartfan5fan .title{
            margin-top:4%;
            font-size:3.4em;
            color:#fff;
            text-align: center;
        }

         #smartfan5fan .conbox1{
             width: 100%;
             margin-left:10%;
        }

        #smartfan5fan .conbox2{            
             width:100%; 
        } 
        
        #smartfan5fan .conbox3{
             width: 100%;
        }


        #smartfan5fan .conbox4{
            width:100%; 
        }
        #smartfan5fan .smartlist1{
            font-size:26px;
            line-height: 40px;
        }




        #smartfan5 {        
            background-image: url("../images/mb_smartfan5_960.jpg");        
            min-height: 1200px;
        }
        #smartfan5 .smartfan501{
                width: 500px; left: 0px; top: 960px;

        }
        #smartfan5 .smartfan502{
                width: 400px; left: 30%;  top: 420px;            
        }

        #triplepcie{
            background-color: #000;
            background-image: url(../images/triple_960.jpg);
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 900px;
        }

        #triplepcie .center{
			width:100%;
        }


        #TripleNVMe .conbox1{
            vertical-align: top;width: 100%;
       }

       #TripleNVMe .conbox2{
            width:100%; 
            margin-left:0%;
            margin-bottom:10%;
       } 
        
        #TripleNVMe .t5{
           text-align: center;
       }
       #TripleNVMe .t3{
           width:80%;
           margin:0 auto;
           font-size:1.2em;
       }
       


        #optane{
            background-color: #000;
            background-image: url("../images/Optane_960.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1000px;
            position: relative;
        }

        #optane .title{
            font-size:2em;
            color:#fff;
            text-shadow:0px 0px 30px #00C4A8;
            text-align: center;
            margin-top:0px;

        }

        #optane .optitle{
            margin-top:20px;
            font-size:80px;
        }


        #optane .videoheight{
            margin-top:60%;
        }
        #optane .videowidth{    
            width:100%;           
        }

        #optane .text{            
            width:100%;
            margin-right:0%;
        }


        #turbobclock {
            background-color: #000;
            background-image: url("../images/turbo_960.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1090px;
        }
        
        #turbobclock .frame .cell {
            width: 100%;
        }
        
        #turbobclock .title{
            margin-top:0px;
        }
        
        #turbobclock .turbotitle{
            font-weight:bold;font-size:1.2em;line-height:1.4em;
        }

        #xmp {
            background-color: #000;
            background-image: url("../images/mb_xmp_960.jpg");
            background-position: center -10px;
            min-height: 1400px;
            background-repeat: no-repeat;
        }	
		#ddr4 {
            background-color: #000;
            background-image: url("../images/mb_ddr_960.jpg");
            background-position: center;
            min-height: 1300px;
            background-repeat: no-repeat;
        }	


        #vr .vrtext{
            width:90%;
            padding:4%;
        }

        #vr .vrimg{
            margin-right:0px;
        }


        #digitalfuse{
            background-image: url("../images/usb31-digital-fuse-port_960.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 960px;

        }

        #digitalfuse .fusedesign .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width: 100%;
        }

        #digitalfuse .fusedesign .conbox2{
             display: inline-block;
             position: relative;
             width:100%; 
             margin-left:0%;
             text-align: left;
             margin-bottom: 50%;

        }

        #armor {
             background-image: url("../images/mb_armor_960.jpg");
        }	
        #armor .title, #armor .text {
             width: 100%;
        }

        #anti-sulfur{
            background-color: #000;
            background-image: url("../images/anti-sulfur_960.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1100px;
            position: relative;
        }

        #anti-sulfur .title{
            text-align:left;
            margin-top:70%;
            font-size:2.2em;
            text-shadow:1px 1px 10px #000;
        }

        #anti-sulfur .text{
            float:right;
            text-align: justify;
            width: 100%;
            margin-top:-4%;
        }

        #dualbios {
            background-color: #000;
            background-image: url("../images/mb_dualbios_960.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 800px;
        }
        
        #durable {
            background-color: #000;
            background-image: url("../images/mb_durable_960.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 740px;
        }

        #gold {
            background-color: #000;
            background-image: url("../images/mb_15u_960.jpg");
            background-position: center -10px;
            min-height: 400px;
            background-repeat: no-repeat;
        }

        #gconnector {
            background-color: #000;
            background-image: url("../images/mb_gconnector_960.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 700px;
            position: relative;
        }
		
        #gconnector img{
                width:100%;
        }

        #smartcam {
            background: url("../images/smartcam_960.jpg") center 0 no-repeat;
            height: 787px;
        }

        #hd4khdmi .conbox1{
            width: 100%;   
        }
        
       #hd4khdmi .conbox2{
            margin-left:0%;
            width:100%;             
       }
       #hd4khdmi .conbox1 p, #hd4khdmi .conbox2 p{
            margin-left:4%;
            margin-right:4%;         
        }

        #XSplit {
            background-image: url("../images/xsplit_960.jpg");
            background-position: 45% 90px;
            background-repeat: no-repeat;
            min-height: 650px;
        }
        
        .XSplit_MV {
            position: absolute;
            color: #fff;
            left: 60%;
            top: 50%;
            z-index: 10;
            display: block;
        }
        
        .MV2 {
            width: 250px;
            height: 170px;
        }
        
        a.more {
            display: block;
            width: 208px;
            height: 45px;
            background-image: url(../images/more.png);
            text-indent: -99999px;
            position: absolute;
            color: #fff;
            right: -2%;
            bottom: -32%;
            transition: background-image .5s;
        }
        
        a.more:hover {
            background-image: url(../images/more2.png);
        }

        

}


@media screen and (max-width: 640px) {
        #dominate {
            background-image: url("../images/dominate_640.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1700px;
            overflow: hidden;

        }
        #dominate .dominate-table{
            background-image: url("../images/dominate-table_640.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 700px;     
            background-size:100%;      
            margin-top:2%;
            padding-left:5%;           
        }
        #dominate .t3{
            margin-top:100%;
        }
        #dominate .t4{
            font-size:30px;

        }

        #dominate .text55{
            width:100%;
        }
        
        #dominate .dominate-table .t2{            
            font-size:16px;
            font-weight: normal;
            line-height: 20px;
            margin-top:8%;
            text-align: left;
        }
        #dominate .dominate-table .dt1{
            text-align: left;
            float:left;
            margin-left:-1%;
            width:100%;
            margin-top:-2%;  
            vertical-align: top;  
        }

        #dominate .dominate-table .dt2{
            text-align: left;
            float:left;
            margin-left:0%;
            width:100%;      
            margin-top:1%;  
            vertical-align: top;      
        }

        #dominate .dominate-table .dt3{
            text-align: left;
            float:left;
            margin-left:0%;
            width:100%;
            margin-top:-4%;  
            vertical-align: top;  
            
        }

        #dominate .dominate-table .text{
            margin-top:14%;
            font-size:18px;
            vertical-align: top;              
        }  

/*mb-spec*/
        #mbspec .specpoint{
            width:20px;
            height:20px;    
            font-size:0.6em;
            margin-bottom:1%;       
    
        }

        #mbspec .spec1{         
            position: relative;
            display: inline-block;
            width: 100%;
            top:-50%;
        }

        #mbspec .spec2{
            display: inline-block;
            position:  relative;
            width: 100%;
            right:0%;
            left:0%;
            margin-left:0%;
            
        }


        #digitalled-text{           
            background-image: url("../images/digitalled_640.jpg");
            background-position:top center;
            background-color:cover;
            background-repeat: no-repeat;
            min-height: 1600px;
        }

        #RGBLED-function {
            background-position: center 178px;
            min-height: 1300px;
            position: relative;
        }

        #RGBLED-function .frame .cell {
            width: 100%;
        } 
        
        #UV-Light-Strips {
            background-color: #000;
            background-image: url("../images/uv-light-strips_640.jpg");
            background-position: top center;
            background-size:cover;
            background-repeat: no-repeat;
            min-height: 1450px;
        }

        #rgbapp {
            margin-top:0px;
            background-color: #000;
            background-image: url("../images/mb_rgbapp_640.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 800px;
        }
            
        #rgbapp .rgbqrcode{    
            margin-top:100%;
            margin-left:0%;
        }   
        #esssabre{
            background-color: #000;
            background-image: url("../images/ess-sabre-dac_640.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height:820px;
            position: relative;
        }

        #esssabre .esssabret2{
            font-weight:bold;
            font-size:1.2em;
            line-height: 2em;

        }
        #usbdacup .subdacuptitle{
            font-size: 0.5em;
            padding-left: 0;
            line-height: 1.6em;
        }
        #creative720 {
            background-color: #000;
            background-image: url("../images/creative720_640.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 700px;
        }

        #creative720 .frame .cell{
            float:left;
            width:100%;
        }


        #smartfan5fan .title{
            font-size:1.4em;
            margin-top:0;
        }
        #smartfan5fan .conbox1{
             margin-left:0%;
        }


        #smartfan5 {
            background-image: url("../images/mb_smartfan5_640.jpg");
            min-height: 960px;
        }
        #smartfan5 .smartfan501{
            width: 300px; left: 0px; top: 780px;
        }
        #smartfan5 .smartfan502{
                width: 300px; left: 0px; top: 410px;        
        }

        #triplepcie{
            background-color: #000;
            background-image: url(../images/triple_640.jpg);
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 600px;
        }

        #triplepcie .center{
			width:100%;
        }


       #TripleNVMe .t3{
           width:100%;          
           font-size:0.8em;
       }
        
        #optane{
            min-height: 800px;
        }

        #optane .title{
            font-size:1.6em;
            color:#fff;
            text-shadow:0px 0px 30px #00C4A8;
            text-align: center;
            margin-top:0px;

        }

        #optane .optitle{
            margin-top:20px;
            font-size:60px;
        }

        #optane .videoheight{
            margin-top:110%;
        }

        #optane .videowidth{             
            box-shadow: 0px 0px 30px #00C4A8;
        }

        
        #killer-line .title{
            font-size:1.2em;
        }

        #turbobclock {
            background-color: #000;
            background-image: url("../images/turbo_640.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 900px;
        }
        #turbobclock .frame .cell {
            width: 100%;
        }
        
        #turbobclock .title{
            margin-top:0px;
        }
        
        #turbobclock .turbotitle{
            font-weight:bold;font-size:1.2em;line-height:1.4em;
        }


        #xmp {
            background-color: #000;
            background-image: url("../images/mb_xmp_640.jpg");
            background-position: center -10px;
            min-height: 1060px;
            background-repeat: no-repeat;
        }   
        #xmp .title{
            font-size:1em;
        }
        #ddr4 {
            background-color: #000;
            background-image: url("../images/mb_ddr_640.jpg");
            background-position: center;
            min-height: 1000px;
            background-repeat: no-repeat;
        }


        #vr .vrimg{
            width:auto;margin-right:0px;
        }
        #vr .vrtitle{
            font-size:0.6em;
        }

        #vr .vrtitlesub{
            font-size:1.2em;
            line-height: 1.2em;
            margin-bottom: 4%;
        }

        #vr .vrtext{
            padding:6%;
            width:90%;
            font-size:16px;
            line-height: 26px;
        }
        

        #digitalfuse{
            background-image: url("../images/usb31-digital-fuse-port_640.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 700px;

        }

        #digitalfuse .fusedesign .conbox1{
             position: relative;
             display: inline-block;
             vertical-align: top;width: 100%;
        }

        #digitalfuse .fusedesign .conbox2{
             display: inline-block;
             position: relative;
             width:100%; 
             margin-left:0%;
             text-align: left;
             margin-bottom: 50%;

        }

        #armor {
            background-image: url("../images/mb_armor_640.jpg");
            min-height: 1050px;
            background-position:top center;
        }
        
        #armor .title {
            margin-top: 100px;
        }

        #anti-sulfur{
            background-color: #000;
            background-image: url("../images/anti-sulfur_640.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height:900px;
            position: relative;
        }

        #anti-sulfur .title{
            text-align:left;
            margin-top:110%;
            font-size:14px;
            text-shadow:1px 1px 10px #000;
        }

        #anti-sulfur .text{
            float:right;
            text-align: justify;
            width: 100%;
            margin-top:0%;
        }

        #dualbios {
            background-image: url("../images/mb_dualbios_640.jpg");
            min-height: 900px;
        }
        
        #dualbios .frame .cell {
            width:90%;
        }

        #durable {
            background-image: url("../images/mb_durable_640.jpg");
            min-height: 700px;
        }
        #durable .text {
            width:90%;
        }

        #gold {
            background-image: url("../images/mb_15u_640.jpg");
            background-position:top center;
            min-height: 600px;
        }
        #gold .title{
            margin-top:0px;
        }

        #gconnector {
            background-image: url("../images/mb_gconnector_640.jpg");
            min-height: 600px;
        }


        #smartcam {
            background: url("../images/smartcam_640.jpg") center bottom no-repeat;
            height: 840px;
        }
        #smartcam .title{
            font-size:0.8em;margin-top:-30px;
        }
        #smartcam .text{width:100%;}

        
        #hd4khdmi .conbox1{           
            min-height: 440px; 
        }
        
       #hd4khdmi .conbox2{   
            min-height: 540px;      
       }

        #cec-ready .conbox1{
            position: relative;
            display: inline-block;
            vertical-align: top;width: 100%;
        }

        #cec-ready .conbox2{
            display: inline-block;
            position: relative;
            width:100%; 
            margin-left:2%;
        } 


       #XSplit {
        background-image: url("../images/xsplit_640.jpg");
        background-position: 30% 360px;
        background-repeat: no-repeat;
        min-height: 900px;
		
    }
    
	#XSplit .title {
		font-size:1em;
    }
	
    .XSplit_MV {
        position: absolute;
        color: #fff;
        left: 30%;
        top: 46%;
        z-index: 10;
        display: block;
    }
    
    .MV2 {
        width: 220px;
        height: 124px;
    }
    
    a.more {
        display: block;
        width: 208px;
        height: 45px;
        background-image: url(../images/more.png);
        text-indent: -99999px;
        position: absolute;
        color: #fff;
        right: -2%;
        bottom: -45%;
        transition: background-image .5s;
    }
    
    a.more:hover {
        background-image: url(../images/more2.png);
    }

}

@media screen and (max-width: 480px) {
        #rgbapp {
            margin-top:0px;
            background-color: #000;
            background-image: url("../images/mb_rgbapp_480.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 800px;
        }
            
        #rgbapp .rgbqrcode{    
            margin-top:100%;
            margin-left:0%;
        }
        


        #esssabre{
            background-color: #000;
            background-image: url("../images/ess-sabre-dac_480.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height:700px;
            position: relative;
        }
        
        #usbdacup .subdacuptitle{
            font-size: 0.6em;
			color:#fff;padding-left:20px; padding-right:20px;
			display:inline-block;
        }
        

        #turbobclock {
            background-color: #000;
            background-image: url("../images/turbo_480.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 820px;
        }

        #ddr4 {
            background-color: #000;
            background-image: url("../images/mb_ddr_480.jpg");
            background-position: center;
            min-height: 800px;
            background-repeat: no-repeat;
        }
        
        #xmp {
            background-color: #000;
            background-image: url("../images/mb_xmp_640.jpg");
            background-position: center 40px;
            min-height: 1080px;
            background-repeat: no-repeat;
        }   

        #digitalfuse{
            background-image: url("../images/usb31-digital-fuse-port_480.jpg");
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 1110x;

        }


}    