@media (min-width: 1200px)
  {
    .drawer {
        width: 300px;
  }

  .column
  {
    width: calc((100% - 300px) / 3);
  }
}