@media all and (min-width: 1200px) {
  .home #banner,
  .home #content {
    display: inline-block;
    width: calc(98vw - 300px) !important;
  }
}
