body{
    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.divBackground{
	width: 100vw;
    height: 100vh;
}
.divBackground .container{
	width:100%;
	height:100%;
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	margin: auto;
	position:relative;
}
.sensorTitle{
	position:absolute;
	color:#fefefe;
	width:48.9%;
	height:7.1%;
	top:18.6%;
	left:48.23%;
	font-size:100%;
	text-align:left;
	font-smooth: auto;
	-webkit-font-smoothing: auto;
	white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
}
.sensorDatatime{
	position:absolute;
	color:#fefefe;
	width:53.07%;
	height:3.5%;
	top:85%;
	left:42.46%;
	font-size:100%;
	text-align:right;
	font-smooth: auto;
	-webkit-font-smoothing: auto;
	white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
	text-shadow: black 0.1em 0.1em 0.2em
}
.sensorItem{
	position:absolute;
	width:16.5%;
	height:3.75%;
	color:#221816;
	text-align:center;
	font-smooth: auto;
	-webkit-font-smoothing: auto;
	white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
}
.sensorItem.sensor_row1{
	top:48.3%
}
.sensorItem.sensor_row2{
	top:77.3%
}
.sensorItem.sensor_col1{
	left:5.54%;
}
.sensorItem.sensor_col2{
	left:23.9%;
}
.sensorItem.sensor_col3{
	left:42.27%;
}
.sensorItem.sensor_col4{
	left:60.61%;
}
.sensorItem.sensor_col5{
	left:78.96%;
}