.background {
position: absolute;
top:0; left:0;
width: 100%;
height: 100%;
z-index: -1;
overflow: hidden;
img {
width: 100vw;
height: 100vh;
}
}
<div class="background">
<img src="https://avtovesti.com/wp-content/uploads/2016/06/ferrari-488-gtb-tuning-novitec-rosso-9.jpg" alt="">
</div>
<button>sdfsdfsdf</button>