.navbar-inverse {
    background-color: #fcfcfc;
    border-color: #fcfcfc;
}

.image_wrapper {
    position: relative;
  }
  
.image_wrapper img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

.overlay {
    position: absolute; 
    background: rgba(57, 57, 57, 0.5);
  
    /* center overlay text */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .overlay_1 {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
  }

/* .image-container {} */

/* .image-container img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.5);
} */


