<div class="container">
<div class="background">
<div id="s1"></div>
<div id="s2"></div>
<div id="gift1"></div>
<div id="gift2"></div>
</div>
<div class="block1">
<h1>Дарим подарки</h1>
<h3>за ваши покупки</h3>
</div>
</div>
.background {
pointer-events: none;
}
#s1 {
background: url(img1) 50% 50% no-repeat;
position: absolute;
left: calc(50% - 950px);
top: -150px;
width: 1000px;
height: 1000px;
z-index: 1;
}
#s2 {
background: url(img2) 50% 50% no-repeat;
position: absolute;
left: calc(50% - 100px);
top: 200px;
width: 1000px;
height: 1000px;
z-index: 1;
overflow:hidden;
}
#gift1 {
pointer-events: none;
background: url(img3);
position: absolute;
left: calc(50% - 720px);
margin-top: -40px;
width: 515px;
height: 385px;
z-index: 2;
}
#gift2 {
pointer-events: none;
background: url(img4) 50% 50% no-repeat;
position: absolute;
left: calc(50% + 20px);
top: 450px;
width: 650px;
height: 475px;
z-index: 2;
overflow:hidden;
}