@@ -136,10 +136,8 @@ export default {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
- min-width: 100%;
- min-height: 100%;
- width: auto;
- height: auto;
+ width: 100%;
+ height: 100%;
object-fit: cover;
z-index: 0;
}