/*reset*/
* {
    margin: 0;
    padding: 0;
}

.fullscreen {
    width: 100%;
    height: 100vh;
    background-color: #000;
}

.fullscreen-bg {
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/waiting/site-en-construction.jpg');
}
