.comic-scene { width: 100%; aspect-ratio: 3 / 2; background-color: #dfe8ed; background-repeat: no-repeat; background-size: 215% 215%; }
.comic-scene--manufacturing { background-image: url("manufacturing-01-04.webp"); }
.comic-scene--manufacturing.comic-scene--late { background-image: url("manufacturing-05-08.webp"); }
.comic-scene--wholesale { background-image: url("wholesale-01-04.webp"); }
.comic-scene--wholesale.comic-scene--late { background-image: url("wholesale-05-08.webp"); }
.comic-scene--01, .comic-scene--05 { background-position: left top; }
.comic-scene--02, .comic-scene--06 { background-position: right top; }
.comic-scene--03, .comic-scene--07 { background-position: left bottom; }
.comic-scene--04, .comic-scene--08 { background-position: right bottom; }
