.from-featured-image .from-featured-image--inner {
  min-height: 401px;
}

.from-featured-image .from-featured-image--inner,
.from-featured-image .from-featured-image--inner--mobile {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 481px){
  .from-featured-image .from-featured-image--inner {
    display: block;
  }
}

@media (max-width: 480px){
  .from-featured-image .from-featured-image--inner--mobile {
    display: block;
    min-height: 250px;
    margin-top: 5rem;
  }
}