diff --git a/web/index.html b/web/index.html
index 68eb97e..54a41dd 100644
--- a/web/index.html
+++ b/web/index.html
@@ -46,6 +46,10 @@
hardware emulation, automatic save backup during gameplay, making it the best
choice for both players and game developers. Please check full feature
list for more details!
+
+
+
+
diff --git a/web/sc64-render-back.png b/web/sc64-render-back.png
new file mode 100644
index 0000000..ead610b
Binary files /dev/null and b/web/sc64-render-back.png differ
diff --git a/web/sc64-render-front.png b/web/sc64-render-front.png
new file mode 100644
index 0000000..65b92a2
Binary files /dev/null and b/web/sc64-render-front.png differ
diff --git a/web/styles.css b/web/styles.css
index 11ce316..ecf8178 100644
--- a/web/styles.css
+++ b/web/styles.css
@@ -208,7 +208,20 @@ main section>img.sc64-logo {
padding-left: 0;
}
-main section>div.sponsor-buttons {
+div.pcb-images {
+ display: flex;
+ flex-wrap: wrap;
+ margin: var(--main-paragraph-margin) 0;
+}
+
+div.pcb-images img {
+ flex-grow: 1;
+ flex-basis: 0;
+ width: 100%;
+ min-width: calc(var(--content-max-width) / 3.2);
+}
+
+div.sponsor-buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;