<img src="img/main/fonImg.jpg" class="header__main-right-img" alt="1">
.header__main-right-img{
width: 100%;
height: auto;
position: relative;
&::before{
content: '';
position: absolute;
background-image: url('.../img/main/blobs.jpg');
width: 100px;
height: 100px;
left: 50px;
top:0px;
}
}