section.teaser {
	padding-top: 1.5em;
	padding-bottom: 3em;
	contain: paint;
}
section.teaser.page-inactive {
	opacity: 0.6;
}
section.teaser a {
	text-decoration: none;
	color: rgb(61,50,46);
	position: relative;
	display: block;
	height: 100%;
	padding-bottom: 0.15em;
}
section.teaser span.read-more {
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-bottom: 1.25em;
	margin-top: -1.25em;
	display: block;
	width: 100%;
	position: absolute;
	top: 100%;
}
section.teaser h2 {
	font-size: calc(1.325rem + 2.6vw);
	margin-top: 0.25em;
	color: rgb(112,97,30);
}
section.teaser b,section.teaser strong {
    font-weight: bold;
    margin: 0.25em;
}
@media screen and (min-width: 768px) {
	section.teaser h2 {
		font-size: 2.6rem;
	}
}
section.teaser h3 {
	font-size: 1.4rem;
	color: rgb(112,97,30);
	font-style: italic;
	font-weight: bold;
	min-height: 2.5em;
	margin-bottom: 0.5em;
}

section.teaser figure {
  overflow: hidden;
}
section.teaser figure img {
  transition: all 1600ms ease-in;
}
section.teaser figure img:hover {
  transform: scale(1.1,1.1);
  transition: all 1600ms ease-in;
}