﻿#contentbox
{
	padding-top:190px;
	background:var(--background-blue);
}

#presslist
{
	display:table;
	width:96%;
	max-width:1400px;
	height:auto;
	margin:0px auto;
}

.pressitem
{
	display:block;
	width:33%;
	float:left;
	height:450px;
	background-size:100%;
	margin-bottom:0.5%;
	transition:all 0.5s;
	cursor:pointer;
}

/*.pressitem:hover
{
	background-size:110%;
}*/

.pressitem:nth-child(3n + 2)
{
	margin-left:0.5%;
	margin-right:0.5%;
}

.mainblue
{
	display:none !important;
}


@media only screen and (max-width: 800px) 
{
	.pressitem {
		margin:0.5%;
		width: 99%;
	}

}