




#graf-phone{	
	width:156px;
	height:325px;

	background-image: url(../../images/icons/main/iphone.svg);
	background-repeat: no-repeat;
	background-position: center;

	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}


#graf-bulb{
	width:173px;
	height:225px;

	background-image: url(../../images/icons/main/bulb.svg);
	background-repeat: no-repeat;
	background-position: center;

	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}







/* -----------------------------------------------------------------Mobil & Tablet */
@media only screen and (min-width: 0em) and (max-width: 40em){


#graf-phone{width:76px; height:205px;}
#graf-bulb{width:133px; height:165px;}

}