<div style="height: 500px"></div>
<div class="other-03" style="background-image: url(https://picsum.photos/800/400)"></div>
<div class="other-03__cover"></div>
div(style='height: 500px')
.other-03(style='background-image: url(' + img + ')')
.other-03__cover
{
"img": "https://picsum.photos/800/400"
}
$BLOCK_NAME: '.other-03';
#{ $BLOCK_NAME } {
position: sticky;
top: 0;
height: 400px;
background: no-repeat center center;
background-size: cover;
&__cover {
position: relative;
z-index: 1;
height: 1000px;
background: #fff;
}
}