div#poszter {
width: 100%;
background-position: center;
background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
background-size: contain;
margin-bottom: 30px;
position: relative;
display: none;
}

img#helykitolto_poszterhez {
width: 100%;
height: auto;
visibility: hidden;
}

div#poszter_belso {
position: absolute;
left: 0;
top: 0;
width: 100%;
background: rgba(0,0,0,0.25);
}

img#hedi_portre {
position: relative;
display: block;
float: left;
height: auto;
margin-top: 7%;
margin-left: 13%;
background-color: #fff;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-moz-border-radius: 1em;
border-radius: 1em;
transform: rotate(-5deg);
	-webkit-box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
box-shadow: 0px 3px 5px #000;
}

div#poszter_szoveg {
width: 40%;
float: right;
margin-right: 13%;
padding-top: 7%;
}

div#poszter_szoveg p {
text-align: justify;
color: #fff;
font-size: 16px;
}

div#poszter_szoveg p:first-of-type {
font-family: 'Italianno', cursive;
}

div#poszter_szoveg p#poszter_szigno {
font-family: 'Italianno', cursive;
font-size: 35px;
font-size: 3vw;
text-align: right;
}


@media only screen and (max-width: 599px) {
	div#poszter {
	background-image: url(../../i/poszter_background_kicsi.jpg);
	margin-top: -30px;
	}
	
	div#poszter_belso {
	margin-top: 7em;
	height: 70%;
	}
	
	div#poszter_szoveg {
	width: 80%;
	float: none;
	margin-left: 10%;
	padding-top: 15%;
	}
	
	img#hedi_portre {
	display: none;
	}
	
	div#poszter_szoveg p {
	font-size: 22px;
	font-size: 4vw;
	}
	
	div#poszter_szoveg p:first-of-type {
	font-size: 40px;
	font-size: 10vw;
	}
	
	div#poszter_szoveg p#poszter_szigno {
	font-size: 35px;
	font-size: 8vw;
	}
}

@media only screen and (min-width: 600px) {
	div#poszter {
	background-image: url(../../i/poszter_background_kozepes.jpg);
	margin-top: -30px;
	}
	
	div#poszter_belso {
	margin-top: 15%;
	height: 65%;
	}
	
	img#hedi_portre {
	width: 25%;
	margin-top: 10%;
	}
	
	div#poszter_szoveg p {
	font-size: 16px;
	font-size: 2vw;
	}
	
	div#poszter_szoveg p:first-of-type {
	font-size: 40px;
	font-size: 4vw;
	}
}

@media only screen and (min-width: 801px) {
	div#poszter {
	background-image: url(../../i/poszter_background.jpg);
	}
	
	div#poszter_belso {
	margin-top: 8%;
	margin-top: 7vw;
	height: 75%;
	}
	
	img#hedi_portre {
	width: 22%;
	margin-top: 7%;
	}
	
	div#poszter_szoveg p {
	font-size: 18px;
	font-size: 1.4vw;
	}
	
	div#poszter_szoveg p:first-of-type {
	font-size: 40px;
	font-size: 3.5vw;
	}
}