@media screen and (max-width: 560px){ 

.header {
	height: 200px;
	text-align: center;
	background: url(_img/header-bg-nologo.jpg);
	background-size: cover;
	background-position: center top;
}

img {
	width: 90%;
	margin-bottom: 40px;
}

.szlogen {
	font-family: 'Montserrat', serif;
	font-size: 25px;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 4px 2px 4px #000000;	
}

}