.hot_water_bottle_cover_image_container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    /* background-position: center; */
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/hospital_linen/hospital_linen_wallpaper.jpg");
  }

  .hot_water_bottle_cover_image_container h1{
    color: white;
  }
