.featured-banner {
  background-position: center center; }
  
@media (min-width: 1024px) {
    .featured-banner--dark picture:before {
        background-image: linear-gradient(90deg, rgba(0,0,0,.8), transparent);
        content: "";
        position: absolute;
        width: 66%;
        height: 100%;
    }
    
    .featured-banner--dark picture {
        position: relative;
    }
}