@fixel99 This branch shows a rough and ready way to solve the alignment problem - just adding some space to the left edge of the image.
Alternatively, you can turn off background-position: fixed for the relevant tesla container:
.tesla-panel-modelshome {
padding-top: 5vh;
background-image: url(../img/models.png);
background-position: scroll;
/* Background needs to be centered to page in order to avoice cutoff */
}
@fixel99 This branch shows a rough and ready way to solve the alignment problem - just adding some space to the left edge of the image.
Alternatively, you can turn off
background-position: fixed
for the relevant tesla container: