.responsive-image {
    max-width: 100%;
    height: auto;
}

.responsive-map {
    max-width: 100%;
    height: 30em !important;
}

.lunch-notification {
    background-color: #1E376C;
    color: white;
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 1200px){
    .responsive-map {
        max-width: 100%;
        height: 21em !important;
    }
}

@media screen and (max-width: 991px){
    .responsive-map {
        max-width: 100%;
        height: 15em !important;
    }
}

@media screen and (max-width: 769px){
    .responsive-map {
        max-width: 100%;
        height: 22em !important;
    }
}

@media screen and (max-width: 414px){
    .responsive-map {
        max-width: 100%;
        height: 15em !important;
    }
    .lunch-hour-margin {
        margin-left: -35px !important;
    }
}

.responsive-map-2 {
    max-width: 100%;
    height: 300px !important;
}


.no-wrap-text {
    white-space: nowrap;
    overflow: hidden;
}
.btn-schedule {
  background-color: #1e396d;
  border: 2px;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 6px;
}

.btn-schedule:hover {
    background-color: #0069d9;
    color: white;
}
