
table.press {
	width: 100%;
}

table.press td {
	display:inline-block;
	width: 40%;
	margin: 2%;
	margin-bottom: 30px;
}

div.press-item {
	/*background: #FE753A;*/
	color: white;
	height: 330px;
}

div.press-item:hover {
    /*background-color: #FE753A;*/
    opacity:0.9;
}

img.press-photo {
	height: 250px;
	width:100%;
	object-fit: cover;
}

.press-title {
	width: 100% - 20px;
	height: 48px;
	background-color: #FE753A;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    padding-top: 5px;
	vertical-align: middle;
}

@media screen and (max-width: 800px) {
	table.press td {
		width: 90%;
	}
}
