.container
{
    width: 45%;
}

@media (max-width: 800px) {
  .container
  {
      width: 100%;
  }
}
