Is it possible to set the position of an image within a div based on variables set in the html sheetworker? Not sure if css variables can be used, or if those can be 'set' in the html, based on an attribute or sheetworker calculation The main div will be position: relative, and the image will be position: absolute My other thought would be to position the image in a grid, but again, not sure if I can change the grid-column and grid-row using the html sheetworker Thanks for any input