Sometimes images don't sit correctly when added as a backgoround image, especially when the page is resized. The styling below assists in making the image responsive and always looking good.
div.careers-tiles > div > div > div{
background-size: cover;
background-position:center center;
}