


.map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#midground {
    pointer-events: none;
}


.map-bg {
    position: absolute;
    transition: 1s opacity;
}

.map-interface {
    position: absolute;
}

.map-geotag {
    position: absolute;
}

.map-image-limit img {
    max-width: 100%;
    max-height: 100%;
}

.part-one-completed {
    z-index: 999999999;
}

.part-one-completed, .part-one-completed-bg-ground, .part-one-completed-bg-sky, .part-one-completed-content  {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.part-one-completed {
    background-color: #000;
}

.part-one-completed-bg-sky {
    background-image: url(../../common/assets/ending-screen.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.part-one-completed-bg-ground img {
    width: 100%;
    position: absolute;
    
    bottom: -15%;
    left: 0px;
}

.part-one-completed-bg-sky img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.part-one-completed-headline {
    font-size: 44px;
    text-align: center;
}

.part-one-completed-subtitle {
    font-size: 20px;
    text-align: center;

    position: absolute;
    width: 41%;
    height: 15%;
    left: 28%;
    top: 49%;
}

.part-one-completed-source {
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-decoration: underline;
    cursor: pointer;
}

.part-one-completed-buttons-wrapper {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0px;
}

#button-play {
    position: relative;
    top: -30px;
    left: 0px;
    transition: top 0.4s, left 0.4s;
    width: 180px;
    height: 200px;
    background-image: url(../../common/assets/icons/button_play.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: bold;
}

#button-play .play-caption {
   
    width: auto;
    height: auto;
    position: absolute;
    bottom: -30px;
    border-radius: 25px;
    font-family: Arial Rounded;
    color: #fff;
    background-color: #191f47;
}

#button-play .play-caption .play-text {
    height: 50px;
    background-color: #2c3185;
    border-radius: 25px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    white-space: nowrap;
    position: relative;
    right: 6px;
    bottom: 3px
}

#button-play.move-top {
    top: -340px;
    left: -240px;
}

.geotag-canvas {
    width: 325px;
    height: 325px;
    pointer-events: none;
    cursor: pointer;
}

#button-play .play-game-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 10px;
    left: -30px
}

.ui-hand {
    position: absolute;
    right: -20px;
    bottom: -70px;
    width: 120px;
    height: auto;
    z-index: 1;
}

.ui-hand img {
    width: 100%;
}

.videoplayer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.videowrapper {
    z-index: 9999;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

#outroground {
    position: absolute;
    z-index: 99999;
}

.videocover {
    z-index: 999999;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    transition: opacity 1s;
}

#geotag-pin {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 300px;
    background-color: #12438a;
    border-radius: 12px;
    min-height: 80px;
    margin-left: -150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 18px #fff;
    box-sizing: border-box;
    border-bottom: 8px solid #2c2266;
    font-size: 16px;
    padding: 12px 24px;
}

@media only screen and (max-width: 1440px) {
    #button-play {
        top: -2.083vw;
        width: 12.5vw;
        height: 13.889vw;
        font-size: 4.167vw;
    }
    
    #button-play .play-caption {
        bottom: -2.083vw;
        border-radius: 1.736vw;
    }
    
    #button-play .play-caption .play-text {
        height: 3.472vw;
        border-radius: 1.736vw;
        padding: 0vw 2.083vw;
        font-size: 1.944vw;
        right: 0.417vw;
        bottom: 0.208vw
    }
    
    #button-play.move-top {
        top: -23.611vw;
        left: -16.667vw;
    }
    
    .geotag-canvas {
        width: 22.569vw;
        height: 22.569vw
    }

    #button-play .play-game-icon {
        width: 5.556vw;
        height: 5.556vw;
        bottom: 0.694vw;
        left: -2.083vw
    }

    .ui-hand {
        right: -1.389vw;
        bottom: -4.861vw;
        width: 8.333vw;
    }

    .part-one-completed-subtitle {
        font-size: 1.389vw;
    }

    .part-one-completed-source {
        font-size: 0.972vw;
        bottom: 0.972vw;
    }

    #geotag-pin {
        top: -5.556vw;
        width: 20.833vw;
        border-radius: 0.833vw;
        min-height: 5.556vw;
        margin-left: -10.417vw;
        box-shadow: 0vw 0vw 1.25vw #fff;
        border-bottom: 0.556vw solid #2c2266;
        font-size: 1.111vw;
        padding: 0.833vw 1.667vw
    }
}

@media only screen and (max-width: 1080px) {
    .part-one-completed-subtitle {
        font-size: 1.24vw;
        width: 38%;
        left: 29.5%;
    }

    .part-one-completed-buttons-wrapper {
        bottom: 2.778vw
    }

}

.videoPlayButton {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}


.videoPlayIcon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 120px;
    border-color: transparent transparent transparent #fff;
}