.buffer-block {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
> div {
position: absolute;
height: 100%;
background-color: #d4d4d4;
&:first-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
&:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
}
}