.featured-image-page {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  &__img {
    @extend .hide-for-small-only;
    height: 100%;
  }
}