img{
    position: absolute;
}
img:hover{
    display: none;
}
.parent{
    width: 200px;
    height: 200px;
}