html,body { margin:0; padding:0; height:100%; width:100%; }
body {
	background-color: #eff2f4;
}
#inwb_hirlevel_sikeres_feliratkozas_section {
	/*max-width: 1152px;
	padding: 15px;
	margin: 0 auto;
	font-size: 18px;
	color: #18214d;
	font-family: Tele-Grotesk-NextRegular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #eff2f4;*/
}
#inwb_hirlevel_sikeres_feliratkozas_section #iframe_container{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 55vw;
}
@media (max-width: 1919px){
	#inwb_hirlevel_sikeres_feliratkozas_section #iframe_container{
		padding-top: 80vw;
	}
}
@media (max-width: 1200px){
	#inwb_hirlevel_sikeres_feliratkozas_section #iframe_container{
		padding-top: 95vw;
	}
}
@media (max-width: 1024px){
	#inwb_hirlevel_sikeres_feliratkozas_section #iframe_container{
		padding-top: 100vw;
	}
}
@media (max-width: 980px){
	#inwb_hirlevel_sikeres_feliratkozas_section #iframe_container{
		padding-top: 125vw;
	}
}
@media (max-width: 768px){
	#inwb_hirlevel_sikeres_feliratkozas_section #iframe_container{
		padding-top: 310vw;
	}
}
@media (max-width: 480px){
	#inwb_hirlevel_sikeres_feliratkozas_section #iframe_container{
		padding-top: 450vw;
	}
}
@media (max-width: 360px){
	#inwb_hirlevel_sikeres_feliratkozas_section #iframe_container{
		padding-top: 470vw;
	}
}
	#inwb_hirlevel_sikeres_feliratkozas_section #iframe_container iframe{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}