body, body > * {
    scroll-snap-type: both proximity;
}
body div[ro-block-id] {
    scroll-snap-align: center;
  
}