* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.content {
	align-items: center;
	justify-content: center;
	display: flex;
	background-size: cover !important;
	background: url(./../images/winabranie.png) no-repeat;
	background-position: center top;
	padding: 30px 0;
	min-height: 100vh;
}

@media only screen and (min-width: 1100px) {
	.content  {
		background-position: right top;
	}
}	

.text {
	position: relative;
	background-color: rgba(0,0,0,0.5);
	width: 650px;
}
h3 {
	font-size: 2.6rem;
	font-family: 'Lato Light', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px #000;
	padding-top: 15px;
}
p {
	font-size: 1.8rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px #000;
	padding-bottom: 20px;
}
@media only screen and (max-width: 760px) {
	.text {
	position: relative;
	max-width: 100%;
	top: 0; right: 0; bottom: 0; left: 0; margin: auto;
}
h3 {
	font-size: 2.8rem;
	font-family: 'Lato Light', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px #000;
	padding-bottom: 20px;
}
p {
	font-size: 1.3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
}
a {
	color: #fff;
	text-shadow: 2px 2px #000;
	text-decoration: none;
}