body {
    background-color: #000;
}

#timer, .brella-logo {
    position: absolute;
    width: 100%;
}

.wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    background-color: #000;
}

/* Map 1 Styles */
.show-map1 .wrapper {
    background: url(NBF2023-brella-area-map-1.jpg) center center no-repeat #000;
    background-size: contain;
}

.show-map1 .brella-logo {
    display: none; /* Hide .brella-logo when .show-map1 is active */
}

.show-map1 #timer {
    top: 3.0vh;
    width: 100%;
    transform: none;
    font-size: 8vh;
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
}

/* Map 2 Styles */
.show-map2 .wrapper {
    background: url(NBF2023-brella-area-map-2.jpg) center center no-repeat #000;
    background-size: contain;
}

.show-map2 .brella-logo {
    display: none; /* Hide .brella-logo when .show-map2 is active */
}

.show-map2 #timer {
    top: 3.0vh;
    width: 100%;
    transform: none;
    font-size: 8vh;
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
}
