background-image: url("../img/bg_header.png")
background-repeat: no-repeat
background-position: 30vw 30%
.block{
position: relative;
overflow: hidden;
}
.block .image{
background-image: url("../img/bg_header.png");
background-repeat: no-repeat;
background-position: right top;
width: calc(100% + 30px);
height: 100%;
position: absolute;
right: -30px;
top: 0;
}