<figure class="shadowy">
			<picture>
				<source srcset="<?php printf('/about/team/%s/%s.webp', $tutor, $tutor) ?>" type="image/webp" />
				<source srcset="<?php printf('/about/team/%s/%s.png', $tutor, $tutor) ?>" type="image/png" />
				<img alt="<?php include("./team/$tutor/name.php") ?>" src="<?php printf('/about/team/%s/%s.png', $tutor, $tutor) ?>" />
			</picture>
			<figcaption><?php include("./team/$tutor/name.php") ?></figcaption>
		</figure>