.upload_hover{ 
    background: rgba(31, 31, 31, 0.81);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    right: 0;
    color: white;
    text-align: center;
    padding: 110px 0 0 0;
    font-size: 22px;
    cursor: pointer;
    height: 165px;
    width: 154px;
}
.myupload_hover{
    background: rgba(31, 31, 31, 0.81);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    padding: 66px 0 0 0;
    font-size: 22px;
    cursor: pointer;
}