.orange_sedo_img {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 25%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .img_overlay:hover .overlay {
    height: 100%;
  }
  .buttons_custome{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }