ul.r34otd { list-style: none; padding-left: 0; }
ul.r34otd li { margin: 0 0 1.5rem 0; }
ul.r34otd img {   width: 160px;
  height: 100px;
  object-fit: cover;
}

.r34otd  {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 14px;
}
.r34otd-wrap {
	color: #333;
	border: 1px solid #ccc;
	margin-bottom: 3px;
	border-radius: 5px;
	padding: 10px 5px;
}
.r34otd-wrap a {
	color: #333;
	text-decoration:none;
}
.r34otd-wrap:hover {
	background-color: #fff;
}
.r34otd-item {
    	position:relative;
	display: block;
	width: 38%;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	z-index:1;
}
.r34otd-item > img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	transition: transform 0.4s;
}
.r34otd-item :hover {
	transform: scale(1.12);
}
.r34otd-headline {
    	position:relative;
    	width:100%;
    	height:80px;
	font-weight: bold;
	line-height:150%;
	z-index:0;
}
.r34otd-headline:hover {
    	width:100%;
    	height:80px;
	background-color: #fdfdfd;
	transition: all 0.3s ease-in-out;
}
span.otd-year {
	color: #bf9b55;
	font-family: Oswald, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
