.container {
  display: inline-block;
  width: auto;
}

.fullWidth {
  display: flex;
  width: 100%;
}
