.iz-featured-posts {
  margin: 4em 0;
}
.iz-featured-posts__cta {
  margin-top: 2.5em;
}
.featured-post {
  margin: 1rem 0;
  max-width: 600px;
  position: relative;
  will-change: opacity, transform;
}
.feature-post__overlay {
  background-color: #1d1b1a;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
}
.featured-post:hover: .feature-post__overlay {
  opacity:.8;
}
.featured-post__inner {
  height: 1px;
  padding-bottom: 130%;
  position: relative;
}
.featured-post__tags,
.featured-post__cta-wrapper {
  padding: 1rem!important;
}
.featured-post__tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.featured-post__tag {
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 3px;
  font-size: .7em;
  margin-right: .75em;
  padding: .3em .5em;
  white-space:nowrap;
}
.featured-post__main {
  padding: 25% 2.5rem 0;
}
.featured-post__time {
  display: block;
  font-size: .75em;
  margin-bottom: .5em;
}
.featured-post__title {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0;
  transition: background-color .2s ease-out, color .2s ease-out;
}
.featured-post__cta-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.featured-post:hover .featured-post__cta {
  background-color: #db3939;
}
.featured-post__url {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}



@media (min-width: 700px) {
  .featured-post__title {
    font-size: 1.2em;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .featured-post__main {
    padding: 25% 1.5rem 0;
    font-size: .9rem;
  }
}

@media (min-width: 1500px) {
  .featured-post__main {
    max-width: 84%;
    margin: auto;
    padding: 35% 2.5rem 0;
  }
}

@media (min-width: 1800px) {
  .featured-post__title {
    font-size: 1.5em;
    line-height: 1.2;
  }
}