.layout-column {
  @extend .h-100,
          .d-flex,
          .flex-column;
  @include transition(all 300ms ease-in-out);
}
