0 padding / offset
You can see on zoom the image does not bleed through here.
Added: background-size: 100%;
.container-left .jacketd,
.container-left .wraph {
background: url("https://i.imgur.com/baApP9x.png") no-repeat 0 0;
background-size: 100%;
}
0 padding / offset
You can see on zoom the image bleeds through here.
Removed: background-size: 100%;
.container-left .jacketd,
.container-left .wraph {
background: url("https://i.imgur.com/baApP9x.png") no-repeat 0 0;
}