* {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}

body {
    margin: 0;
}

#player-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 812px;
    max-width: 100vw;
    margin-top: 64px;
}

@media screen and (max-width: 1080px) {
	#player-container {
		margin-top: 32px;
	}
}

.fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh;
    height: -webkit-fill-available;
    margin-top: 0 !important;
    background-color: #000000;
}

.player {
    display: table;
    position: relative;
    width: 100%;
    max-height: 100vh;
}

#video1 {
    /* position: relative; */
    width: 100%;
    /* max-height: 100vh; */
    z-index: 10;
    display: flex;
}

#video0 {
    position: absolute;
    width: 100%;
    /* max-height: 100vh; */
    z-index: 20;
}

#notification {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
}

#notification-desktop {
    display: flex;
    /* display: none; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 226px;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 192px;
    opacity: 0.8;
}

@media (pointer: coarse) {
    #notification-desktop {
        display: none;
    }
}

#notification-desktop-text {
    text-align: left;
    font: normal normal bold 22px/30px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 204px;
    margin-right: 110px;
}

#notification-desktop-img {
    width: 100px;
}

#notification-phone {
    /* display: flex; */
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 247px;
    height: 92px;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 192px;
    opacity: 0.8;
}

@media (pointer: coarse) {
    #notification-phone {
        display: flex;
    }
}

#notification-phone-text {
    text-align: center;
    font: normal normal bold 12px/25px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-right: 20px;
}

#notification-phone-img {
    width: 24px;
}

#capture {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 30;
}

#controls {
    /* display: flex; */
    display: none;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 54px;
    margin-left: 73px;
    z-index: 32;
}

#controls-start {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 253px;
    height: 61px;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 37px;
    opacity: 0.7;
    margin-right: 32px;
    cursor: pointer;
}

#controls-start-text {
    text-align: left;
    font: normal normal normal 16px/30px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 22px;
}

#controls-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
    height: 61px;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.7;
    border-radius: 50%;
    cursor: pointer;
}

#controls-toggle-img-playing {
    display: block;
    margin-left: 1px;
}

#controls-toggle-img-paused {
    display: none;
    margin-left: 4px
}

#thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 33;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ff000088;
    pointer-events: auto;
    cursor: pointer;
    z-index: 35;
}

#instructions-text {
    position: relative;
    top: 12%;
    text-align: center;
    font: normal normal bold 26px/32px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

@media screen and (max-width: 460px) {
    #instructions-text {
        font-size: 18px;
    }
}

#instructions-desktop {
    display: flex;
    flex-direction: row;
    height: 28%;
    width: 70%;
    /* margin-top: 20%; */
    /* margin-top % is relative to the width, because css :) */
    position: relative;
    top: 34%;
}

#instructions-phone {
    display: none;
}

@media (pointer: coarse) {
    #instructions-desktop {
        display: none;
    }

    #instructions-phone {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        top: 25%;
    }
}

#instructions-phone-text {
    margin-top: 11px;
    text-align: center;
    font: normal normal bold 16px/25px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#instructions-desktop-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    /* padding-left: 6%; */
    border-right: 1px solid rgba(255, 255, 255, 0.38);
}

#instructions-desktop-left-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}

#instructions-desktop-left-pic {
    text-align: center;
    font: normal normal bold 26px/25px Roboto;
    letter-spacing: 0px;
    color: #E51E1A;
    opacity: 1;
}

#instructions-desktop-left-text {
    width: 566px;
    margin-left: 25px;
    text-align: left;
    font: normal normal bold 18px/25px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#instructions-desktop-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding-left: 58px;
}

#instructions-desktop-right-text {
    margin-left: 25px;
    text-align: left;
    font: normal normal bold 18px/25px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#endscreen {
    /* display: flex; */
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.endscreen-shown {
    display: flex !important;
}

#endscreen-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-width: 1088px;
    margin-left: 64px;
    margin-right: 64px;
}

@media screen and (max-width: 920px) {
    #endscreen-content {
        flex-direction: column;
    }
}

#endscreen-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-bottom: 240px;
}

@media screen and (max-width: 920px) {
    #endscreen-left {
        align-items: center;
        padding-bottom: 24px;
    }
}

#endscreen-left-link {
    margin-bottom: 70px;
}

@media screen and (max-width: 920px) {
    #endscreen-left-link {
        margin-bottom: 22px;
    }
}

#endscreen-left-img {
    width: 211px;
}

@media screen and (max-width: 920px) {
    #endscreen-left-img {
        width: 64px;
        height: 21px;
    }
}

#endscreen-left-text {
    text-align: left;
    font: normal normal bold 65px/76px Roboto;
    letter-spacing: 0px;
    color: #525252;
}

@media screen and (max-width: 920px) {
    #endscreen-left-text {
        text-align: center;
        font: normal normal bold 22px/26px Roboto;
        letter-spacing: 0px;
        color: #525252;
    }
}

@media screen and (min-width: 921px) and (max-width: 1200px) {
    #endscreen-left-text {
        text-align: center;
        font: normal normal bold 52px/76px Roboto;
        letter-spacing: 0px;
        opacity: 1;
    }
}

#endscreen-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 920px) {
    #endscreen-right {
        flex-direction: row;
    }
}

#endscreen-right-repeat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 398px;
    height: 96px;
    background: #E51E1A 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    opacity: 1;
    margin-bottom: 45px;
    cursor: pointer;
}

@media screen and (max-width: 920px) {
    #endscreen-right-repeat {
        width: 156px;
        height: 52px;
        margin-bottom: 0px;
        margin-right: 26px;
    }
}

@media screen and (min-width: 921px) and (max-width: 1200px) {
    #endscreen-right-repeat {
        width: 320px;
        height: 84px;
    }
}

#endscreen-right-repeat-text {
    text-align: left;
    font: normal normal bold 24px/72px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 34px;
}

@media screen and (max-width: 920px) {
    #endscreen-right-repeat-text {
        text-align: left;
        font: normal normal bold 14px/72px Roboto;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin-left: 15px;
    }
}

@media screen and (min-width: 921px) and (max-width: 1200px) {
    #endscreen-right-repeat-text {
        font: normal normal bold 18px/72px Roboto;
    }
}

#endscreen-right-repeat-img {
    margin-right: 34px;
}

@media screen and (max-width: 920px) {
    #endscreen-right-repeat-img {
        width: 18px;
        height: 18px;
        margin-right: 16px;
    }
}

#endscreen-right-share {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 398px;
    height: 96px;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #E51E1A;
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 920px) {
    #endscreen-right-share {
        width: 156px;
        height: 52px;
        margin-bottom: 0px;
        margin-right: 0px;
    }
}


@media screen and (min-width: 921px) and (max-width: 1200px) {
    #endscreen-right-share {
        width: 320px;
        height: 84px;
    }
}

#endscreen-right-share-text {
    text-align: left;
    font: normal normal bold 24px/72px Roboto;
    letter-spacing: 0px;
    color: #E51E1A;
    opacity: 1;
    margin-left: 34px;
}

@media screen and (max-width: 920px) {
    #endscreen-right-share-text {
        text-align: left;
        font: normal normal bold 14px/72px Roboto;
        letter-spacing: 0px;
        color: #E51E1A;
        opacity: 1;
        margin-left: 15px;
    }
}

@media screen and (min-width: 921px) and (max-width: 1200px) {
    #endscreen-right-share-text {
        font: normal normal bold 18px/72px Roboto;
    }
}

#endscreen-right-share-img {
    margin-right: 34px;
}

@media screen and (max-width: 920px) {
    #endscreen-right-share-img {
        width: 18px;
        height: 18px;
        margin-right: 16px;
    }
}
