#checkoutItems {
  width: 50%;
}

@media only screen and (max-width: 780px) {
  #checkoutItems {
    width: 100%;
  }
}

@media only screen and (min-width: 2000px) {
  #checkoutItems {
    width: 25%;
  }
}

