.mocs__image {
	width: 100%;
	padding-top: 70%;
	position: relative;
	overflow: hidden;
}

.mocs__image img {
	position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-height: none !important;
}
	.mocs__image img:hover {opacity: 0.85;}

.mocs__details {
	border: 1px solid #eee;
	border-top: 0 none;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.mocs__details h4 {
	overflow: hidden;
	margin: 10px 0 15px;
}

.mocs__tags {margin-top: 10px; font-size: 70%;}
	.mocs__tags div {
		float: left;
		margin: 0 5px 5px 0;
		padding: 2px 6px;
		background-color: #eee;
	}