@media (max-width: 575px) {
    #topbar .container div a span {
        display: none;
    }
    /* #hero .carousel-item {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
      } */
      .hero{
        height: 30vh;
      }

      body {
        padding-top: 130px;
      }
}