.custom-header-image {
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.custom-header-image img {
  /* max-width: 100%;
    height: auto; */
  max-width: 2300px;
  width: 100%;
  height: auto;
}
.image_to_header__mob_image {
  display: none;
}
@media (max-width: 768px) {
  .image_to_header__mob_image {
    display: block;
  }
  .image_to_header__desc_image {
    display: none;
  }
}
/*.custom-header-image_bottom{
    position: fixed;
    z-index: 111;
    bottom: 0;
    border-top: 1px solid #d4d7e0;
}
.custom-header-image_bottom.hidden {
    display: none;
}
#toggle-image-button {
    position: absolute; 
    top: 0;
    right: 0;
    width: 40px;  
    height: 40px;
    color: white; 
    border: none;  
    border-radius: 50%;  
    font-size: 0;
    font-weight: bold;  
    display: flex;  
    align-items: center;  
    justify-content: center;  
    cursor: pointer;
    background: none;
    box-shadow: none;
    transition: background-color 0.3s, transform 0.2s;  
}

#toggle-image-button:hover {
    transform: scale(1.2);
}
#toggle-image-button:before { content: "x"; font-size: 2rem; transform: scaleY(.75); color: #333; font-weight: 400;}
.custom-header-image #toggle-image-button:hover:before { color: rgb(221, 130, 30);}

#toggle-image-button:active {
    transform: scale(1.0);  
}*/
