<div class="div" style="background: url(https://yandex.ru/images/today?size=1920x1080) no-repeat;">
<img src="https://im3-tub-ru.yandex.net/i?id=aceb54c0f48afef1b9ab74cef88523db&n=33&h=190&w=293" alt="" class="img">
</div>
.div
{
position: relative;
width: 80%;
height: 500px;
}
.img
{
position: absolute;
bottom: 20.8888888889%;
left: 21.657754%;
display: none;
}
.div:hover .img
{
display: block;
}