
.edit_button{
  position: absolute;
  right:0px;
  top:0px;
  height:30px;
  width:80px;
  z-index:3;
  border-radius: 0 15px 0 0;
  background-color: #eee;
  cursor: pointer;
}

#barrow{
    padding:20px;
}
.edit_button:hover{
  background-color: #ccc;
}

.top_img_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 500px;
    min-height:80px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

/* Blurred stretched background */
.top_img_blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px);/* brightness(0.7);*/
    transform: scale(1.2);
    z-index: 0;
    pointer-events: none; /* Allow clicks to pass through */
    max-height:500px;
}

/* Main image */
.top_img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    max-height:500px;
}

#bg1{
    padding-top:0px;
}

.spacer-image {
    width: calc(100% + calc(max(min(5vw, 35px), 5px) * 2)); /* Match the width of the absolutely positioned image */
    height: auto; 
    visibility: hidden;
    max-height:500px; 
  }
  

.top_div{
    height:10px;
}