body {
  background-color: #252830;
  color: white;
  font-family: "Lato";
}
.container-fluid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.teaser {
  color: #252830;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
figure {
  background: #72E8E1;
  background: linear-gradient(90deg, #72E8E1 0%, #F4F56E 100%, #F4F56E 100%);
  position: relative;
}
figure > a {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
figure img {
  display: block;
  transition: all 0.25s ease-out;
  width: 100%;
}
figure figcaption {
  bottom: 0;
  color: white;
  padding: 15px;
  position: absolute;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease-out;
  width: 100%;
  z-index: 2;
}
figure .title {
  font-size: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
figure .subtitle {
  font-size: 13px;
  letter-spacing: 1px;
  font-style: italic;
}
figure:hover img {
  opacity: 0.7;
}
p,
a,
div,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}
.layer {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 0;
}