.responsive-image{
	width: 100%;
	max-width: 350px;
	max-height: 107px;
	background-size: 100% 100%;
	background-image: url('../img/header-mobil-hd.gif');
}

.header-text {
	font-family: "Verdana";
	font-weigth: bold;
	color: grey;
	font-size: 25px;
}

@media screen and (max-width: 350px){
	.header-text{
		font-size: 18px;
	}
}













