.h-auto {
  height: auto !important;
}
.h-50px {
  height: 50px !important;
}
.h-100px {
  height: 100px !important;
}
.h-150px {
  height: 150px !important;
}
.h-200px {
  height: 200px !important;
}
.h-250px {
  height: 250px !important;
}
.h-300px {
  height: 300px !important;
}
.h-350px {
  height: 350px !important;
}
.h-400px {
  height: 400px !important;
}
.h-450px {
  height: 450px !important;
}
.h-500px {
  height: 500px !important;
}
@media (min-width: 576px) {
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-50px {
    height: 50px !important;
  }
  .h-sm-100px {
    height: 100px !important;
  }
  .h-sm-150px {
    height: 150px !important;
  }
  .h-sm-200px {
    height: 200px !important;
  }
  .h-sm-250px {
    height: 250px !important;
  }
  .h-sm-300px {
    height: 300px !important;
  }
  .h-sm-350px {
    height: 350px !important;
  }
  .h-sm-400px {
    height: 400px !important;
  }
  .h-sm-450px {
    height: 450px !important;
  }
  .h-sm-500px {
    height: 500px !important;
  }
}
@media (min-width: 768px) {
  .h-md-auto {
    height: auto !important;
  }
  .h-md-50px {
    height: 50px !important;
  }
  .h-md-100px {
    height: 100px !important;
  }
  .h-md-150px {
    height: 150px !important;
  }
  .h-md-200px {
    height: 200px !important;
  }
  .h-md-250px {
    height: 250px !important;
  }
  .h-md-300px {
    height: 300px !important;
  }
  .h-md-350px {
    height: 350px !important;
  }
  .h-md-400px {
    height: 400px !important;
  }
  .h-md-450px {
    height: 450px !important;
  }
  .h-md-500px {
    height: 500px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-50px {
    height: 50px !important;
  }
  .h-lg-100px {
    height: 100px !important;
  }
  .h-lg-150px {
    height: 150px !important;
  }
  .h-lg-200px {
    height: 200px !important;
  }
  .h-lg-250px {
    height: 250px !important;
  }
  .h-lg-300px {
    height: 300px !important;
  }
  .h-lg-350px {
    height: 350px !important;
  }
  .h-lg-400px {
    height: 400px !important;
  }
  .h-lg-450px {
    height: 450px !important;
  }
  .h-lg-500px {
    height: 500px !important;
  }
  .h-lg-650px {
    height: 650px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-50px {
    height: 50px !important;
  }
  .h-xl-100px {
    height: 100px !important;
  }
  .h-xl-150px {
    height: 150px !important;
  }
  .h-xl-200px {
    height: 200px !important;
  }
  .h-xl-250px {
    height: 250px !important;
  }
  .h-xl-300px {
    height: 300px !important;
  }
  .h-xl-350px {
    height: 350px !important;
  }
  .h-xl-400px {
    height: 400px !important;
  }
  .h-xl-450px {
    height: 450px !important;
  }
  .h-xl-500px {
    height: 500px !important;
  }
  .h-xl-650px {
    height: 650px !important;
  }
}