@media (min-width: 801px) and (max-width: 1199px) {
  .custom-responsive {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

