.press-wrapper{
	min-height: 500px;
	position: relative;
}

.press-items-manual{
	position: relative; 
}
 

.press-thumbnail{
	display: block;	
	position: absolute;
	/*margin: 20px;*/
	padding: 0px;
	margin: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;   
}

.press-thumbnail-manual{
	display: block;	
	position: absolute;
	/*margin: 20px;*/
	padding: 0px;
	margin: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


.press-thumbnail>div{
	position: absolute;
	left: 10%;
	top: 10%;
	right: 10%;
	bottom: 10%;
}

.press-thumbnail>div>img{
	width: 100%;
	margin-top: 5%;
	 
}


.press-thumbnail:HOVER:AFTER {
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background: #351707;
	opacity: 0.66;

}

.qtip-press{
	max-width: 45%;
	max-height: 45%;

	width: 400px;
}


.press-tip-wrapper{
	position: relative;
}




.qtip-press .press-tip-wrapper:AFTER {
	content: ' ';
	display: block;
	padding-top: 100%;
}


.press-tip-table-img{
	position: absolute;
	z-index: 1;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.press-tip-table-wr{
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.press-tip-table-img img{
	width: 100%;
	height: 100%;
}

.press-tip-table{
	display: table;
	width: 100%;
	height: 100%;
}

.press-tip-table-cell{
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	color: #fff;
	font-size: 30px;
	padding: 30px;
}

.qtip-press{
	border: none;
	background: none;
}

.qtip-press:AFTER {
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background: #351707;
	opacity: 0.66;
}

.qtip-press .qtip-content{
	padding: 9px 9px;
}

.press-photo-wrapper{
	
}

.press-photo{
	position: relative;
	margin-bottom: 20px;
}

.press-photo:AFTER {
	content: ' ';
	display: block;
	padding-top: 44.7%;
}

.press-details-wrapper{
	position: relative;
}

.press-details-wrapper:AFTER {
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background: #fff;
	opacity: 0.6;
}

.press-details-wrapper .well{
	margin-bottom: 0;
	background: none;
	border: none;
}