/* Press - Default Layout
===============================================================*/

.the_content_wrapper ul.press {
	margin: 0;
}

.the_content_wrapper ul.press li.press-piece {
	list-style: none;
	margin-bottom: 2rem;
}

.the_content_wrapper ul.press li.press-piece::after {
	clear: both;
	content: "";
	display: table;
}

.the_content_wrapper ul.press li.press-piece:hover .image .front {
	opacity: 0;
}

.the_content_wrapper ul.press li.press-piece .image {
	float: left;
	position: relative;
	width: 33.333%;
}

.the_content_wrapper ul.press li.press-piece .image .front {
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
}

.the_content_wrapper ul.press li.press-piece .image img {
	-webkit-backface-visibility: hidden;
}

.the_content_wrapper ul.press li.press-piece .image .front img {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: relative;
	top: 50%;
	left: 50%;
	width: 80%;
}
.the_content_wrapper ul.press li.press-piece .title {
	float: right;
	width: calc(66.667% - 2rem); 
	margin-top:100px;
}

@media screen and (max-width: 767px) {
	.the_content_wrapper ul.press li.press-piece .image {
		display: none;
	}
	.the_content_wrapper ul.press li.press-piece .title {
		float: none;
		width: 100%;
	}
}
