/* Laptop 1366px, tablet */
@media only screen and (max-width: 1500px)
{
	div.container_main
	{
		width: 100%;
	}

	div.container
	{
		width: 90%;
	}
}


/* telefon poziomo i pionowo */
@media only screen and (min-width: 100px) and (max-width: 699px)
{
	h1
	{
		font-size: 26px;
		line-height: 1.2em;
	}

	h2
	{
		font-size: 22px;
	}

	h3
	{
		font-size: 20px;
		margin-bottom: 0.5em;
	}

	div.images img
	{
		display: block;
		width: 100%;
		height: auto;
		margin: auto;
		margin-bottom: 15px;
	}
}
