.screen.grid {
  column-gap: 0 !important;
}

.grid-75-25 {
  grid-template-columns: calc(75%) calc(25%) !important;
}