.imgwrap {
    position: relative;
    width: 100%;
}

.imgwrap:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.tx-prebenaproducts-list .item {
	height: auto;
	background-color: #fff;
	margin-bottom: 40px;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	border: none;
}
.tx-prebenaproducts-list .titlebox { position:relative;}
.tx-prebenaproducts-list .item img {
	border: 1px solid #000;
	border-radius: 20px;
	margin-bottom: 15px;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	max-height: 250px;
}
.tx-prebenaproducts-list .item .description {
	background-color: #535456;
	color: white;
}
.tx-prebenaproducts-list .item h2 {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	height: 50px;
	line-height: 20px;
	cursor:pointer;
    left: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
	.tx-prebenaproducts-list .item h2 {
		height: auto;
	}
}
@media screen and (max-width: 499px) {
 .tx-prebenaproducts-list .item.col-xs-6{ 
 		width:100%;
		max-width: 250px;
    	margin: 0 auto;
    	float: none;
	}
}
.tx-prebenaproducts-list .item:hover h2 {
	color: #147434
}
.tx-prebenaproducts-single h1 {
	font-weight: bold;
	margin: 0;
}
.tx-prebenaproducts-single .images img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	border-radius: 10px;
	float: left;
}
.tx-prebenaproducts-single .images img.first {
	border: none;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
}
.tx-prebenaproducts-single .images a:nth-child(2) img {
	clear: both;
}
.tx-prebenaproducts-single h2 {
	text-align: center;
	margin: 10px 0 30px 0;
}
/*
.tx-prebenaproducts-list .item:nth-child(4n) {
	margin-right: 0;
}*/
.tx-prebenaproducts-single section {
	margin-top: 30px;
}
.tx-prebenaproducts-single ul.downloads,
.tx-prebenaproducts-single ul.downloads li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tx-prebenaproducts-single ul.downloads li {
	margin-bottom: 20px;
}