
        #humidity {
            background-color: #000;
            background-image: url(../images/mb_humidity_1920.jpg);
            background-position: center;
            background-repeat: no-repeat;
            min-height: 567px;
        }

		#esd {
            background-color: #000;
            background-image: url(../images/mb_esd_1920.jpg);
            background-position: center;
            background-repeat: no-repeat;
            min-height: 567px;
        }

		#esd .text {
            width: 70%;
        }

		#temperature {
            background-color: #000;
            background-image: url(../images/mb_temperature_1920.jpg);
            background-position: center;
            background-repeat: no-repeat;
            min-height: 567px;
        }

		#temperature .text {
            width: 70%;
        }

        #hd4k img{
            width:auto;
            float:left;

        }

        #hdmiin img{
            width:auto;
            float:left;
        }
        #hd4k .text{
            padding-top:4%;

        }

        #hdmiin .text{
            padding-top:2%;

        }

@media screen and (max-width: 1366px) {
        #humidity {
                background-color: #000;
                background-image: url(../images/mb_humidity_1366.jpg);
                background-position: center;
                background-repeat: no-repeat;
                min-height: 600px;
        }

        #esd {
                background-color: #000;
                background-image: url(../images/mb_esd_1366.jpg);
                background-position: center;
                background-repeat: no-repeat;
                min-height: 560px;
        }

        #temperature {
                background-color: #000;
                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-color: #000;
                background-image: url(../images/mb_humidity_960.jpg);
                background-position: 50% 70%;
                background-repeat: no-repeat;
                min-height: 820px;
        }
		#humidity .text {width:100%;}

		#esd {
                background-color: #000;
                background-image: url(../images/mb_esd_960.jpg);
                background-position: 50% 10%;
                background-repeat: no-repeat;
                min-height: 1000px;
        }
        #esd .text {width:100%;}

		#temperature {
                background-color: #000;
                background-image: url(../images/mb_temperature_960.jpg);
                background-position: 50% 55%;
                background-repeat: no-repeat;
                min-height: 900px;
        }
        #temperature .text {width:100%;}

        #hd4k img{
            width:110%;

        }

}
@media screen and (max-width: 640px) {
            #lan .title{width:100%;}
            #lan .text{width:100%;}
            #hdaudio .title{width:100%;}
            #hdaudio .text{width:100%;}

			#humidity {
                background-image: url(../images/mb_humidity_640.jpg);
				background-position:50% 20%;
                min-height: 1120px;
            }
                
            #humidity .frame .cell {
                width:100%;
            }

            #esd {
                background-image: url(../images/mb_esd_640.jpg);
				background-position:50% 50%;
                min-height: 740px;
            }
                
            #esd .frame .cell {
                width:100%;
            }

            #temperature {
                background-image: url(../images/mb_temperature_640.jpg);
                min-height: 740px;
            }
                
            #temperature .frame .cell {
                width:100%;
            }
            #hd4k .text{
                width:100%;
            }

            #hd4k .frame .cell {
                width:100%;
            }

            #hdmiin .frame .cell {
                width:100%;
            }


}