#tartalom_div
{
	text-align: center;
}

.beviteli_mezo
{
	width: 3vw;
	height: 3vw;
	font-size: 2.5vw;
	text-align: center;
}

.lada
{
	width: 30vw;
	height: auto;
}

h3
{
	font-size: 2.5vw;
	margin: 0.5vw;
}

.rejtett_tag {
	display: none !important;
	visibility: hidden !important;
}

@media only screen and (width <= 600px) and (orientation: portrait)
{
	h3
	{
		font-size: 7vw;
		margin: 2vw;
	}

	.beviteli_mezo
	{
		height: 7vw;
		width: 7vw;
		font-size: 6vw;
	}
	
	.lada
	{
		width: 80vw;
	}
}

@media only screen and (width <= 900px) and (orientation: landscape)
{
	.beviteli_mezo
	{
		width: 5vw;
		height: 5vw;
		font-size: 4vw;
	}
	
	.lada
	{
		width: 15vw;
	}
}
