@ -18,12 +18,12 @@
.fullscreen-image {
position: fixed;
overflow: hidden;
top: 50%;
top: 100%;
left: 50%;
left: 100%;
min-width: 100%;
min-height: 100%;
width: auto;
width: 100%;
height: auto;
height: 100%;
transform: translateX(-50%) translateY(-50%);
z-index: -10;
}