body {
    height: 100%;
}

.bg {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg img {
    width: 100%;
    height: auto;
}

.picto {
    line-height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    background: #314647;
    font-size: 1.3rem;
    border-radius: 50%;
    z-index: 9999;
    margin: 16px;
}

.picto:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.picto a {
    display: block;
    color: #fff!important;
}

.picto a:hover {
    color: #fff!important;
    text-decoration: none;
}

.screen {
    position: absolute;
    top: calc(13% - 2px);
    left: calc(71% - 45px);
}

.appointlet {
    position: absolute;
    top: calc(59% - 21px);
    left: calc(69% - 72px);
}

.jitsi {
    position: absolute;
    top: calc(50% + -3vw - 40px);
    left: calc(50% + 11vw - 40px);
}


/* .game iframe {
    position: absolute;
    width: 774px;
    height: 436px;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    bottom: 0px;
    left: 0px;
    width: 100%;
} */

@media (max-width: 1400px) {
    .appointlet {
        position: absolute;
        top: calc(53% - 21px);
        left: calc(69% - 72px);
    }
}