.workRewiredImageParent {
    position: relative;
}
.workRewiredImageParent button {
    position: absolute;
    top: 0px;
    right: 0px;

    opacity: 0;
}
.workRewiredImageParent:hover button, .workRewiredImageParent button:focus {
    opacity: 1;
}