    .graylinebg{
            background-image: url("../images/graylinebg.jpg");
            background-size: 100%;
            background-repeat: no-repeat;
            min-height: 80px;
            margin-top:60px;
            margin-bottom:60px;
        }

/*TOP*/
			#gotop{
				width:100px;
				background-color:rgba(255,216,14, 0.8);
				color:#000;
				border-radius:10px;
				margin:10px;
				padding:10px;
				cursor:pointer;
				text-align:center;
				font-size:13px;
				bottom:46px;
				right:4%;
				position:fixed;	
				display:none;
				transition:all 0.3s linear;
				font-family: Arial, Helvetica, sans-serif;
			}
            #cnviwifi .subtitle{
                color:#fff;
                font-size:36px;
                line-height: 46px;
            }

            #cnviwifi .conbox1{
            position: relative;
            display: inline-block;
            width:47%; 
            }

            #cnviwifi .conbox2{
                 display: inline-block;
                 position: relative;             
                 width: 45%;
            }

            /* Video 1 ************************************/

        .video-container{
            position:relative;
            padding-bottom:56.25%;
            height:0;overflow:hidden;
        }
    
        .video-container iframe,
        .video-container object,
        .video-container embed{
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
        }        


			#gotop:hover{
				background-color:#FFD80E; 
            }


            #nvmem2 .text{
                padding-top:100px;
            }
        #humidity {            
            background-image: url("../images/mb_humidity_1920.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 567px;
        }

        #electrostatic {            
            background-image: url("../images/electrostatic_1920.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 450px;
        }

		#temperature {            
            background-image: url("../images/mb_temperature_1920.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 567px;
        }



		#temperature .text {
            width: 70%;
        }




@media screen and (max-width: 1366px) {

        #humidity {                
                background-image: url("../images/mb_humidity_1366.jpg");
                background-position: center;
                background-repeat: no-repeat;
                min-height: 600px;
        }
        #electrostatic {            
            background-image: url("../images/electrostatic_1366.jpg");
            background-position: center;
            background-repeat: no-repeat;
            min-height: 530px;
        }
        #temperature {                
                background-image: url("../images/mb_temperature_1366.jpg");
                background-position: center;
                background-repeat: no-repeat;
                min-height: 560px;
        }

      
           
}
@media screen and (max-width: 960px) {

       #humidity {                
                background-image: url("../images/mb_humidity_960.jpg");
                background-position: center;
                background-repeat: no-repeat;
                min-height: 900px;
        }
		#humidity .text {width:100%;}

        #electrostatic {                
                background-image: url("../images/electrostatic_960.jpg");
                background-position: center;
                background-repeat: no-repeat;
                min-height: 640px;
        }
        #electrostatic .text {width:100%;}
		#temperature {                
                background-image: url("../images/mb_temperature_960.jpg");
                background-position: center;
                background-repeat: no-repeat;
                min-height: 960px;
        }
        #temperature .text {width:100%;}
        #cnviwifi .conbox1{
            position: relative;
            display: inline-block;
            width:100%; 
            }

            #cnviwifi .conbox2{
                 display: inline-block;
                 position: relative;             
                 width: 100%;
                 margin-top:6%;
            }


}

@media screen and (max-width: 640px) {
        /*TOP*/
			#gotop{
				width:100%;
				background-color:rgba(255,216,14, 0.8);				
				border-radius:0px;
				margin:0px;
				padding:10px;
				cursor:pointer;
				text-align:center;
				font-size:13px;
				bottom:0px;
				right:0%;
				position:fixed;	
				display:none;
				transition:all 0.3s linear;
				font-family: Arial, Helvetica, sans-serif;

            }
  
            #humidity {
                background-image: url("../images/mb_humidity_640.jpg");
                min-height: 1200px;
            }
                
            #electrostatic {                
                background-image: url("../images/electrostatic_640.jpg");
                background-position: center;
                background-repeat: no-repeat;
                min-height: 940px;
        }   
            
            #temperature {
                background-image: url("../images/mb_temperature_640.jpg");
                min-height: 740px;
            }
            
}

       