This one-page graphic shows how, over time, your grief after the loss of your child may remain constant, while your life gradually expands and grows around it.
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">