NeonRant
2/14/2020 - 1:12 AM

Setting Background Image positioning

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;
}