
		#alc {
            background-color: #000;
            background-image: url(../images/mb_alc_1920.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 400px;
        }
        
        #alc .frame .cell {
            width: 54%;
            float: right;
        }
        
        #alc .title{
            margin-top:0px;
        }
        
        #alc .turbotitle{
            font-weight:bold;font-size:1.6em;line-height:1.4em;
        }
        
        #headphone {
            background-color: #000;
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 600px;
        }
        
        #headphone .title {
            margin-top:30px;
        }
        
        #audio {
            background-color: #000;
            background-image: url(../images/mb_audio_1920.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 600px;
        }
        
        #audio .frame .cell {
            width: 54%;
            float: right;
        }
        
        #audio .title{
            margin-top:100px;
        }
        
        #audio .turbotitle{
            font-weight:bold;font-size:1.6em;line-height:1.4em;
        }

        #amp-up {
            background-color: #000;
            background-image: url(../images/mb_amp-up_1920.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 600px;
        }
        
        #amp-up .text {
            margin-top:3%;
            width: 50%;
            float: right;
        }
        #amp-up .title {
            font-size:1.6em;
        }

        #killer-g7 {
            background-color: #000;
            background-image: url(../images/mb_killer_1920.jpg);
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 2800px;
        }
        
        
        #TripleNVMe {
            background-color: #000;
            background-image: url(../images/mb_triple_1920.jpg);
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1300px;
        }
        
        #TripleNVMe .trititle{
            color:#fff;margin-top:1%;font-size:150%;
        }
        
        #TripleNVMe .text{
            width:70%;
        }
        #asmedia {
            background-color: #000;
            background-image: url(../images/mb_usb30_1920.jpg);
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 900px;
        }
        
        #asmedia .title {
            margin-top:60px;
            padding-top:40px;
        }
        #asmedia .asmediat1 {
            color:#fff;font-size:1em;
        }
        #asmedia .asmediat2 {
            width:500px; 
            color:#fff; 
            font-size:1em;
            background-color:#FF6400;
            padding-left:10px;
            padding-right:10px;
            text-align:center;
        }
        #asmedia .typec{
            font-size:1.8em;
            margin-top:0px;
        }
        


@media screen and (max-width: 1366px) {
        #alc {
            background-color: #000;
            background-image: url(../images/mb_alc_1366.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 350px;
        }
        
        #alc .turbotitle{
            font-weight:bold;font-size:1.2em;line-height:1.4em;
        }
        #audio {
            background-color: #000;
            background-image: url(../images/mb_audio_1366.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 600px;
        }
        
        #audio .turbotitle{
            font-weight:bold;font-size:1.2em;line-height:1.4em;
        }
        #amp-up {
            background-color: #000;
            background-image: url(../images/mb_amp-up_1366.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 600px;
        }
        #killer-g7 {
            background-color: #000;
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 2900px;
        }
        #TripleNVMe {
            background-color: #000;
            background-image: url(../images/mb_triple_1366.jpg);
            background-position: center;
            background-repeat: no-repeat;
            min-height: 1000px;
        }
        
        #TripleNVMe .title{
            font-size:1.4em;
        }
        #TripleNVMe .trititle{
            color:#fff;margin-top:1%;font-size:1em;
        }
        #asmedia {
            min-height: 800px;
        }
        #asmedia .asmediat1 {
            color:#fff;font-size:0.8em;
        }
        #asmedia .asmediat2 {
            width:500px; 
            color:#fff; 
            font-size:0.8em;
            background-color:#FF6400;
            padding-left:10px;
            padding-right:10px;
            text-align:center;
        }


        
}



@media screen and (max-width: 960px) {
      
		#alc{
            background-image: url(../images/mb_alc_960.jpg);
            min-height: 600px;
        }
        #alc .title{
            margin-top:0px;
        }
        
        #alc .frame .cell {
            width: 60%;
            float: right;
        }
        #headphone {
            background-color: #000;
            background-position: 50% 0%;
            background-repeat: no-repeat;
            min-height: 500px;
        }
        #audio {
            background-color: #000;
            background-image: url(../images/mb_audio_960.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
            min-height: 760px;
        }
        #audio .title{
            margin-top:0px;
        }
        #audio .frame .cell {
            width: 60%;
            float: right;
        }
        #amp-up {
            background-color: #000;
            background-image: url(../images/mb_amp-up_960.jpg);
            background-position: center;
            background-repeat: no-repeat;
            min-height: 700px;
        }
        
        #amp-up .text {
            margin-top:20px;
            width:100%;
        }
        
        #amp-up .frame .cell {
            width: 100%;
            float: right;
        }

        #amp-up .title {
            font-size:1.1em;
            width:100%;
        }
        #killer-g7 {
            background-color: #000;
       
            background-position: 50% 0%;
            background-repeat: no-repeat;
            min-height: 2600px;

        }
        
        #killer-g7 .title {
            font-size:1.1em;
        }
        #TripleNVMe {
            background-color: #000;
            background-image: url(../images/mb_triple_960.jpg);
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 860px;
        }
       #TripleNVMe .title{
            font-size:1.0em;
        }
        #TripleNVMe .trititle{
            color:#fff;margin-top:1%;font-size:0.8em;
        }
       #TripleNVMe .text{
            width:80%;
        }

        #asmedia .asmediat2 {
            width:500px; 
            color:#fff; 
            font-size:0.8em;
            background-color:#FF6400;
            padding-left:10px;
            padding-right:10px;
            text-align:center;
        }
        #asmedia .asmediat1 {
            font-size:0.8em;
        }
        #asmedia .typec{
            font-size:1.6em;
        }
        #alc .frame .cell {
                    width: auto;
        }
        #headphone .frame .cell {
                    width: auto;
        }
        #audio .frame .cell {
                    width: auto;
        }
        #amp-up .frame .cell {
                    width: auto;
        }
        #killer-g7 .frame .cell {
                    width: auto;
        }

}


@media screen and (max-width: 640px) {

        #lighting{
            background-image: url(../images/mb_lighting_640.jpg);

        }

        
        #audio {
            background-color: #000;
            background-image: url(../images/mb_audio_640.jpg);
            background-position: 50% 0%;
            background-repeat: no-repeat;
            min-height: 600px;
        }    
        #audio .title{

        }


        #amp-up {
            background-color: #000;
            background-image: url(../images/mb_amp-up_640.jpg);
            background-position: 50% 0%;
            background-repeat: no-repeat;
            min-height: 760px;
        }
        
        #amp-up .text {
            margin-top:20px;
            width:100%;
        }


        #killer-g7 {
            background-color: #000;
            background-position: 50% 0%;
            background-repeat: no-repeat;
            min-height: 2200px;
            margin-top:0px;
        }

        #killer-g7 .killert{
            margin-top:60%;
        }

        #TripleNVMe {
            background-color: #000;
            background-image: url(../images/mb_triple_640.jpg);
            background-position: top center;
            background-repeat: no-repeat;
            min-height: 960px;
        }
        #asmedia .title{
            margin-top:40px;
        }
        #asmedia .asmediat1 {
            color:#fff;font-size:0.8em;
        }
        #asmedia .asmediat2 {
            width:500px; 
            color:#fff; 
            font-size:0.8em;
            background-color:#FF6400;
            padding-left:10px;
            padding-right:10px;
            text-align:center;
        }
       #asmedia .typec{
            font-size:1em;
            line-height: 1.4em;
        }
       
}