
.product_image{


content:url("../../../images/lc_4erm.png");
	
	width: 40%;
	
}


.dimension_img{

width: 100%;
	
content: url("../../../images/4erm_dimen.jpg");

}

.interface_img{	height: 650px;	
	background-size: 80%;
background-repeat: no-repeat;
	background-position : center top;
		background-image: url(../../../images/p40_interface.jpg);
	
}

.layout_img{	
width: 100%;
content: url(../../../images/zeb_sw.jpg);
	
}


.system_img{	
width: 100%;

content: url(../../../images/systemdiagram_20.03.27.png);
}
.connect_img{
		content: url("../../../images/4erm_dia.jpg");
}
.speification_img{		

		background-image: url("../../../images/si_spec.png");
}
.application_img{		
	display: none;

		background-image: url("../../../images/SIsmartrol1.png");
}



   .interface,  .layout, .application{
	display: none;
}


.connect{
	grid-column : 1/3;
}



@media(max-width:625px){

	

	
	.connect{
	grid-column : 1/1;
}

	
	
}


