@media screen and (max-width: 299px) {
}

@media screen and (min-width: 300px) and (max-width: 799px) {
  .quote h3 {
    font-size: 1rem;
  }
  .carousel-item {
    height: 85vh;
  }
  .img-wrap {
    width: 100%;
    height: 370px;
    position: relative;
    left: auto;
    top: auto;
  }
}

@media screen and (min-width: 800px) {
  form.search input.form-control {
    width: 500px;
  }
  .carousel-item {
    height: 100vh;
  }
}

@media screen and (min-width: 1600px) {
  .carousel-item {
    height: 100vh;
  }
  .container {
    max-width: 1440px;
  }
}
