diff --git a/frontend.html b/frontend.html
index 11bbfae..f018544 100644
--- a/frontend.html
+++ b/frontend.html
@@ -9,21 +9,21 @@
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; overflow: hidden; background: #1a1a1a; }
#container {
- position: relative;
- height: 100%;
- display: table;
width: 100%;
+ height: 100%;
+ overflow: hidden;
+ zoom: 1;
}
img {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
max-width: 100%;
max-height: 100%;
+ width: auto;
+ height: auto;
+ display: block;
cursor: pointer;
+ margin-left: auto;
+ margin-right: auto;
}
- img { max-width: 100%; max-height: 100%; cursor: pointer; }
.chevron {
position: absolute;
top: 33%;