/* Youtube */
            #box1{
                cursor:pointer;
                width:100%;
                height:600px;
                margin-top:500px;
                border:1px #fff;
            }
               
            .box2 {
                background-image: url('../images/yt.jpg');
                background-repeat: no-repeat;
                background-position:center;
                
            }

            #box1v2 {
                cursor:pointer;
                width:100%;
                height:600px;
            }    
            .box2v2 {
                background-image: url('../images/ytv2.jpg');
                background-repeat: no-repeat;
                background-position:center;
                
            }

/* End Youtube */


	    @keyframes ac-rgbwlight{
            0%{opacity: 0.4;}
            100%{opacity: 1;}
        }

        @-ms-keyframes ac-rgbwlight{
            0%{opacity: 0.4;}
            100%{opacity: 1;}
        }
        @-webkit-keyframes ac-rgbwlight{
            0%{opacity: 0.4;}
            100%{opacity: 1;}
        }
        
        @-o-keyframes ac-rgbwlight{
            0%{opacity: 0.4;}
            100%{opacity: 1;}
        }


        #rgbwlight-box{
            min-height:1000px;
            z-index:9;
            margin-top:-30%;
        }

        #rgbwlight-ac{
            background-repeat: no-repeat;
            z-index:10;
            min-height:1000px;
            animation: ac-rgbwlight 3s alternate infinite;
            -webkit-animation: ac-rgbwlight 3s alternate infinite;

        }

         #rgbwlight01{
            width:auto;
            z-index:11;
            width:60%;
            margin-top:26%;
            position: absolute;

        }

        #rgbwlight02{
            width:auto;
            z-index:12;
            width:55%;
            margin-top:27%;
            position: absolute;

        }

        @media screen and (max-width: 1366px) {
/* Youtube */
            #box1 {
                cursor:pointer;
                width:100%;
                height:600px;
                margin-top:900px;
            }

/* End Youtube */

}


        @media screen and (max-width: 960px) {
/* Youtube */
            #box1 {
                cursor:pointer;
                width:100%;
                height:600px;
                margin-top:700px;
            }
                   
            .box2 {
                background-repeat: no-repeat;
                background-position:center;
                background-size:100%;
            }

             #box1v2 {
                cursor:pointer;
                width:100%;
                margin-top:200px;
            }    
            .box2v2 {
                background-repeat: no-repeat;
                background-position:center;
                background-size:100%;
            }

/* End Youtube */


}


        @media screen and (max-width: 640px) {

        #rgbwlight {         
            background-image: url(../images/mb_rgbwlight_640.jpg);
            min-height: 1650px;
            background-position: center;
            position:relative;
            margin-left:0%;
        }
        #rgbwlight .title{ 
            margin-top:15%;
        }

            #rgbwlight .frame .cell {
                width: 100%;
            }  

        #rgbwlight-box{
            display:none;
        }

}


@media screen and (max-width: 480px) { 
        /*
        #rgbwlight {         
            background-image: url(../images/mb_rgbwlight_480.jpg);
            min-height: 1700px;
            background-position: top center;
            position:relative;
            margin-left:0%;
        }
        */
        
}


@media screen and (max-width: 360px) {
 
}
