@media (min-width: 576px) {
  .carousel {
    position: relative;
    margin-top: -96px;
  }
}

@media (min-width: 300px) {
  .carousel {
    /*position: relative;*/
    padding-top: 90px;
  }
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1d3327;
  opacity: 0.2;
  transition: all 0.2s ease-out;
}

