.custom-width {
  width: 100% !important;
  /* default for small screens */ }

@media (min-width: 768px) {
  .custom-width {
    width: 50% !important;
    /* medium and up */ } }