﻿
#hppress
{
	padding:60px 0px;
	background:#d9dbe0;
}

.hppresscontent h2
{
	width:100%;
	text-align:center;
}

#hppresslist
{
	width:auto;
	margin:10px auto;
	display:table;
}

#hppresslist a
{
	display:table;
	height:150px;
	width:auto;
	margin:0px 10px;
	float:left;
}

#hppresslist a img
{
	height:150px;
}

#hppresslist a img:hover
{
    transition-property: transform;
    transition-timing-function: ease-in-out;
    transition-duration: 1s;
    transform: scale(1.1);
}

/*media queries*/
@media screen and (max-width:1270px)  
{
	#hppresslist a:nth-child(4)
	{
		clear:left;
	}
}


@media screen and (max-width:670px) 
{
	#hppresslist a img 
	{
		height: 120px;
	}
}

@media screen and (max-width:550px) 
{
	#hppresslist a img 
	{
		height: 100px;
	}
}

@media screen and (max-width:460px) 
{
	#hppresslist a img 
	{
		height: 80px;
	}
}