@media only screen and (max-width: 768px) {
  .grid__item.small--one-half {
    width: 100% !important;
  }
}