.jumbotron {
  width: 100%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.container-fluid .jumbotron {
  max-height: 321px;
  padding: 0px 0px;
  padding-bottom: 0px;
  border-radius: 0px;
}

.jumbotron_img {
  max-height: 321px;
  width: 100%;
}

.jumbotron_text {
  text-align: center;
  position  : absolute;
  top   : 200px;
  left    : 0;
  width   : 100%;
  padding-top: 5%;
  font-size: 36px;
  color: white;
}

.jumbotron_text_mob {
  text-align: center;
  position  : absolute;
  left    : 0;
  width   : 100%;
  padding-top: 10%;
  font-size: 20px;
  color: white;
}

.jumbotron_text_small {
  font-size: 24px;
  padding-top: 0%;
}

.jumbotron_text_mob_small {
  font-size: 8px;
}

.about_us_row {
  margin-top: 10px;
}

.about_us_last_row {
  padding-bottom: 40px;
}


.about_us_text_col {
  /*text-align: center;*/
}

.about_us_head_text {
  font-size: 36px;
  text-align: left;
}

.middle_row {
  margin-top: 40px;
}

.equipment_coll {
  text-align: center;
}

.about_us_equipment_head_text {
  font-size: 36px;
  text-align: center;
}

.about_us_hr {
  width: 100px;
  border: none;
  height: 1px;
  background-color: #263040;
  align-items: left;
}

.about_us_btn {
  background-color: #0f429e ;
  color: white;
}

.disease_directions_text {
  font-size: 36px;
  text-align: left;
}

.carousel {
  height: 100vh;
  vertical-align: middle;
  position: unset;
}

div.c-wrapper {
  width: 100%;
  vertical-align: middle;

}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
    padding-top: 200px;
}
