.home.container {
  width: 100%;
}

@media (min-width: 768px) {
  .home.container {
    width: 800px;
  }
}
