@media (max-width: 1024px)
{
	.content .recent div{
		height:400px;
	}
}
@media (max-width: 768px)
{
	div.caritas-header-section{
		width:95%;
	}
	.content
	{
		min-width:1px;
		width:95%;
	}
	.content .recent div
	{
		width:47%;

	}
	.content .recent div img
	{
		width:90%;
		height:auto;
	}
	#menu-button
	{
		display: block;
	}
	#normal
	{
		display:none;
	}
}

@media(max-width:568px)
{
	div#caritas-header
	{
		height:50px;

	}
	
	div#caritas-header div#caritas-header-title
	{

	}
	div#caritas-header div#caritas-header-title img
	{
		margin:0;
		float:left;
	}

	.content .recent div
	{
		max-width:300px;
		width:100%;
		height:auto;
	}
	.images img{
		width:40%;
		height:auto;
	}
	.content .news div img{
		width:90%;
		height:auto;
	}
	
}
