tomasmac1
The space is not enough so the image is hidden on screens with size smaller than 1295px
To show it on all screen sizes, you can override with this custom css:
.acm-hero .image-decor {
display: block !important;
}
add this code into file: root/templates/ja_candidate/css/custom.css
(Create this file if it doesn't exist now)