.featured-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.featured-image-hero {
    background-size: cover;
    background-position: center;
    position: relative;
}

.featured-image-hero a {
    color: inherit;
}

.hero-content {
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 90px
}
.hero-row, .hero-container {
    height: 100%;
}

.featured-image-hero:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background);
}

.sidebar {
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
}

[data-tag] {
    position: sticky;
    bottom: 50px;
    align-self: flex-end;
}

@media (max-width: 767px) {
  .hero-content {
    padding-top: 0px
  }
  
  .sr-padding-full {
    padding-top: 2.25rem;
}