@mixin timeline-row-clearfix() {

&:before, &:after {
  content: " ";
  display: block;
}

&:after {
  clear: both;
}

}