#recman-karusell {
	width: 100%;
	background: #f4f4f4;
	display: inline-block;
	position: relative;
}


#recman-karusell.autoscroll-disabled #recman-karusell-inner {
	overflow-x: scroll;
}

#recman-karusell.autoscroll-disabled ul {
	position: static;
}

.recman-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 70px;
	cursor: pointer;
	background-size: 100%;
	opacity: 0.5;
}

#recman-l {
	left: 5px;
	background-image: url(recman-l.svg);
}

#recman-r {
	right: 5px;
	background-image: url(recman-r.svg);
}

#recman-karusell ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	position: relative;
}
#recman-karusell a {
	color: #333;
	font-family: sans-serif;
	text-decoration: none;
}
#recman-karusell li {
	float: left;
}
.recman-entry {
	width: calc(921px / 3);
}

.recman-image {
	text-align: center;
	min-height: 170px;
	position: relative;
}

.recman-entry .recman-image img {
	width: auto;
	max-width: 100%;
	padding: 5px;
	box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	max-height: 100%;
}
.recman-company {
	font-size: 12px;
	color: #888;
	padding: 10px;
	margin: 0;
}
.recman-entry h4 {
	font-size: 16px;
	color: #333;
	padding: 0 10px 10px 10px;
	margin: 0;
}


@media only screen and (min-width: 0px) and (max-width: 767px) {
	#recman-karusell li {
		flex-shrink: 0;
		width: 100%;
	}
	.recman-entry {
		width: 100%;
	}

	.recman-image {
		background-color: #fff;
	}

	#recman-karusell div.recman-entry h4 {
		font-size: 22px;
	}

	.recman-arrow {
		-webkit-tap-highlight-color: transparent;
		/*
		display: none;
		*/
	}
}
