.n-scrollytelling__image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    @include oGridRespondTo($until: L) {
        object-position: top center;
    }
}
