html {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
}

.verification {
    color: #fff;
    width: 80%;
    margin-left: auto;
    font-size: 18px;
    text-align: left;
    min-height: 100px;
    background-color: white;
    margin-right: auto;
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.verification_success {
    background-color: #81C784 !important;
}

.verification_failed {
    background-color: #EF9A9A !important;
}

.save_qr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.bye {
    font-size: 30px;
    font-weight: bold;
    color: #00C853;
}

.butty:active {
    background-color: #1565C0;
    border: 2px solid #1565C0;
}

.butty2:active {
    background-color: #FFC107;
    border: 2px solid #FFC107;
}

.butty2 {
    background-color: #FFC107;
    border: 2px solid #FFC107;
}

.w-100 {
    width: 100%;
    float: left;
}

.w-50 {
    width: 50%;
    float: left;
}

.loader_holder {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.lds-spinner {
    color: official;
    margin-left: auto;
    margin-right: auto;
    margin-top: 31%;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #00C853;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#loadingDiv {
    position: absolute;
    ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.video_holder {
    background-color: #fff;
}

.rsvp {
    height: 20%;
    width: 100%;
    text-align: center;
}

.video-tab {
    width: 100%;
    height: 100%;
}

.terms_holderx {
    height: 14px;
    margin-top: 20px;
    width: 80%;
    font-size: 18px;
    padding-left: 10%;
    text-align: left;
}

.thank_you {
    font-size: 20px;
    margin: 0px;
    height: 50px;
    display: flex;
    background-color: #00C853;
    border-radius: 5px;
    width: 200px;
    /* padding-top: 20%; */
    margin-left: auto;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-top: 10px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.thank_you:hover {
    background-color: #0D47A1;
}

.thank_you:click {
    background-color: #0D47A1;
}

.selfie_success {
    background-color: #00C853 !important;
    border: 2px solid #00C853 !important;
}

.swal-overlay {
    background-color: rgba(144, 164, 174, 0.45);
}

.count_down {
    margin-left: auto;
    margin-top: 5%;
    margin-right: auto;
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    border-radius: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overall_container {
    width: 100%;
    height: 100%;
    margin: 0;
}

.alert_holder {
    width: 100%;
    display: inline-block;
    color: black;
}

.alert_x {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #B9F6CA; */
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.h1_terms {
    margin-top: 5px;
    margin-bottom: 5px;
    /* font-size: 20px; */
    /* margin-top: -50px; */
}

.home {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.screen_2 {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.screen_4 {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.screen_5 {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.screen_6 {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.screen_7 {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.screen_9 {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.terms {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.verify_code {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.register_page {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}

.content_end {
    width: 100%;
    height: 100%;
    margin: 0;
}

.content_bye {
    width: 100%;
    height: 100%;
    margin: 0;
}

.content {
    width: 100%;
    height: 100%;
    margin: 0;
}

.future_past {
    width: 100%;
    height: 100%;
    margin: 0;
}

.cam {
    width: 100%;
    height: 100%;
    margin: 0;
}

.employee_photo {
    border: 2px solid green;
}

.hidden {
    display: none;
}

.user_text {
    width: 80%;
    font-size: 30px;
    height: auto;
    margin: auto;
    min-width: 300px;
    min-height: 350px;
    background-color: #fff;
    border: 2px solid #00C853;
}

.button_holder {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    align-items: center;
}

.switch_to_mobile {
    display: none;
}

.take_pic {
    width: 80%;
    min-height: 70px;
    background-color: #81C784;
    border: 2px solid #81C784;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
}

.take_pic:active {
    background-color: #FF8A65;
    border: 2px solid #FF8A65;
}

.picture_holder {
    margin: 10px;
    width: 100%;
    min-height: 300px;
}

.actual_pic {
    width: 100%;
    height: auto;
    margin: auto;
    min-width: 300px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actual_video {
    width: 100%;
    height: auto;
    margin: auto;
    min-width: 300px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message_label {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message_holder {
    width: 100%;
    height: 200px;
    min-height: 200px;
}

.user_message {
    text-align: center;
    width: 300px;
    height: 150px;
    margin: auto;
    display: flex;
    font-size: 24px;
    justify-content: center;
    border-radius: 2px;
    border: 2px solid #00C853;
    align-items: center;
}

.video_image {
    width: 300px;
    margin: auto;
    height: 350px;
    background-color: #fff;
    border: 2px solid #00C853;
    background-size: contain;
    border-radius: 5px;
    background-repeat: no-repeat;
}

.canvas_image {
    width: 300px;
    margin: auto;
    height: 350px;
    background-color: #fff;
    border: 2px solid #00C853;
    background-size: contain;
    border-radius: 5px;
    background-image: url("bg2/profile.png");
    background-repeat: no-repeat;
}

.buttons {
    width: 100%;
    height: 100%;
}

.left_button {
    float: left;
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_button {
    width: 33.33%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.central_button {
    width: 33.33%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove_pic {
    width: 100%;
    min-height: 70px;
    border: 0px;
    border-radius: 2px;
    background-color: #FF5252;
    color: #fff;
}

.remove_pic:active {
    background-color: #FF8A65;
}

.btnupload {
    width: 60%;
    height: 70px;
    background-color: #00C853;
    border: 2px solid #00C853;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 2px;
}

.btnupload:active {
    background-color: #FF5722;
    border: 2px solid #FF5722;
}

.button_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fm {
    padding-top: 20%;
}


/*******************MOSAIC************************/

@media (min-width: 1025px) {
    .h1_terms {
        font-size: 25px;
    }
    .terms {
        background-image: url(bg2/desktop.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .white_bg {
        background-color: #fff;
        width: 90%;
        margin-left: auto;
        height: 80% !important;
        margin-right: auto;
        margin-top: 2%;
        /* padding-top: 10% !important; */
        padding-bottom: 30px !important;
        border-radius: 5px;
    }
    .outer_ul {
        list-style: none;
        text-align: left;
        /* color: #fff; */
        padding-left: 15px;
        line-height: 25px;
        font-size: 20px;
        margin-bottom: 5px;
        background-color: #fff;
    }
    .outer_li {
        margin-bottom: 30px;
    }
    .inner_ul {
        list-style: none;
        padding-left: 15px;
    }
    .inner_li {}
    .save_qr {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        font-size: 42px;
        text-align: center;
        font-weight: bold;
    }
    .qr_code {
        width: 80%;
        padding-top: 17%;
        height: 250px;
        background-color: transparent;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .my-video-dimensions {
        width: 100%;
        height: 90%;
        /* margin-bottom: 80px; */
    }
    .video_holder {
        width: 49%;
        height: 20%;
        background-color: transparent;
        padding-top: 10%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .rsvp {
        height: 20%;
        width: 50%;
        margin-left: auto;
        text-align: center;
        margin-right: auto;
    }
    .thank_you {
        font-size: 20px;
        margin: 0px;
        height: 50px;
        display: flex;
        background-color: #039BE5;
        border-radius: 5px;
        width: 200px;
        /* padding-top: 20%; */
        margin-left: auto;
        justify-content: center;
        align-items: center;
        margin-right: auto;
        margin-top: 10px;
    }
    .terms_holderx {
        height: 14px;
        margin-top: 20px;
        width: 50%;
        font-size: 18px;
        padding-left: 35%;
        text-align: left;
    }
    .download_program {
        width: 250px;
        display: inline-block;
        height: 30px;
        text-decoration: none;
        margin-top: 20px;
        border: 2px solid #fff;
        /* display: flex; */
        line-height: 30px;
        color: #fff;
    }
    .stream_bar {
        width: 100%;
        height: 80px;
        /* background-color: black; */
        background-image: url(bg2/desktop_stream.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .switch_to_mobile {
        width: 100%;
        height: 100%;
        background-color: #000;
        font-size: 18px;
        color: #fff;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .mobile_button {
        display: none !important;
    }
    .desktop_button {}
    .poster {
        width: 450px;
        /* border: 2px solid #00C853; */
        background-color: #fff;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
    }
    .poster_holder {
        width: 100%;
        /* padding-top: 2%; */
        height: 100%;
        text-align: center;
        /* display: flex; */
        /* float: left; */
        justify-content: center;
        align-items: center;
    }
    .text_holder {
        width: 100%;
        /* float: left; */
        font-size: 50px;
        color: #fff;
        text-align: center;
        padding-top: 150px;
        margin-left: auto;
        /* padding-bottom: 60px; */
        margin-right: auto;
    }
    .alert_x {
        width: 86%;
        font-size: 34px;
        height: 70px;
        padding-top: 20%;
    }
    .fm {
        margin-top: 10%;
        display: none;
    }
    .take_pic {
        width: 70%;
        min-height: 70px;
        background-color: #81C784;
        border: 2px solid #81C784;
        color: #fff;
        font-weight: bold;
        border-radius: 2px;
    }
    .btnupload {
        width: 60%;
        height: 80px;
        background-color: #00C853;
        border: 2px solid #00C853;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        border-radius: 2px;
    }
    .video-tab {
        background-image: url(bg2/desktop.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_text {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 19%;
        font-size: 60px;
        min-height: 200px;
        font-weight: bold;
        display: flex;
        text-align: center;
        align-items: center;
        color: #fff;
        justify-content: center;
    }
    .home {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_2 {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_4 {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_5 {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_6 {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_7 {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_8 {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_9 {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .verify_code {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .register_page {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .cam {
        background-image: url(bg2/desktop_mid.jpg);
        background-color: white;
        background-size: cover;
        background-repeat: no-repeat;
        /* max-width: 768px; */
        /* margin: auto; */
        /* border-top: 1px solid green; */
        /* border-left: 1px solid green; */
        /* border-right: 1px solid green; */
    }
    .content_end {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .content_bye {
        background-image: url(bg2/desktop_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    /* INPUT  */
    .formy {
        /* padding-top: 2%; */
        width: 70%;
        height: 100%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .input {
        border-radius: 2px;
        border: 3px solid #00C853;
        width: 40%;
        height: 50px;
        margin-top: 20px;
        border-radius: 5px;
        font-size: 24px;
        padding-left: 8px;
    }
    .input:focus {
        border: 4px solid #FFD600;
    }
    .butty {
        margin-top: 30px;
        width: 50%;
        height: 60px;
        cursor: pointer;
        font-size: 25px;
        background-color: #00C853;
        border: 2px solid #00C853;
        border-radius: 3px;
        color: white;
    }
    .butty2 {
        margin-top: 30px;
        width: 30%;
        height: 50px;
        font-size: 14px;
        background-color: #FFC107;
        border: 2px solid #FFC107;
        border-radius: 3px;
        color: white;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .h1_terms {
        font-size: 25px;
    }
    .terms {
        background-image: url(bg2/768.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .white_bg {
        background-color: #fff;
        width: 95%;
        margin-left: auto;
        height: 80%;
        margin-right: auto;
        padding-top: 5% !important;
        padding-bottom: 30px !important;
        border-radius: 5px;
        overflow: scroll;
    }
    .outer_ul {
        list-style: none;
        text-align: left;
        /* color: #fff; */
        padding-left: 15px;
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 5px;
        background-color: #fff;
    }
    .outer_li {
        margin-bottom: 30px;
    }
    .inner_ul {
        list-style: none;
        padding-left: 15px;
    }
    .inner_li {}
    .save_qr {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        font-size: 45px;
        font-weight: bold;
    }
    .qr_code {
        width: 100%;
        padding-top: 34%;
        height: 250px;
        background-color: transparent;
        text-align: center;
    }
    .my-video-dimensions {
        width: 100%;
        height: 100%;
    }
    .video_holder {
        width: 90%;
        height: 40%;
        background-color: transparent;
        /* margin-top: 32%; */
        border: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .rsvp {
        height: 30%;
        width: 100%;
        text-align: center;
    }
    .download_program {
        width: 250px;
        display: inline-block;
        height: 30px;
        text-decoration: none;
        margin-top: 20px;
        border: 2px solid #fff;
        /* display: flex; */
        line-height: 30px;
        color: #fff;
    }
    .stream_bar {
        width: 100%;
        height: 80px;
        /* background-color: black; */
        background-image: url(bg2/desktop_stream.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .mobile_button {
        /* display: none !important; */
    }
    .desktop_button {
        /* display: none; */
    }
    .poster {
        width: 80%;
        margin-top: 20px;
        border: 2px solid #00C853;
        border-radius: 5px;
    }
    .poster_holder {
        width: 100%;
        text-align: center;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .text_holder {
        width: 80%;
        font-size: 50px;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
        color: #ffff;
    }
    .alert_x {
        width: 86%;
        font-size: 30px;
        height: 100px;
        margin-top: 50%;
    }
    .video-tab {
        background-image: url(bg2/768.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_2 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_4 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_5 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_6 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_7 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_8 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_9 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 25%;
        min-height: 450px;
        font-size: 60px;
        display: flex;
        font-weight: bold;
        text-align: center;
        color: #fff;
        justify-content: center;
        align-items: center;
    }
    .home {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .verify_code {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .register_page {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .cam {
        background-image: url(bg2/768_mid.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .content_bye {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /* display: inline-block; */
    }
    .content_end {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /* display: inline-block; */
    }
    /* INPUT */
    .formy {
        padding-top: 39%;
        text-align: center;
        margin-bottom: 20px;
        /* padding-left: 16px; */
    }
    .input {
        border-radius: 2px;
        border: 3px solid #00C853;
        width: 80%;
        height: 60px;
        margin-top: 20px;
        font-size: 24px;
        padding-left: 8px;
    }
    .input:focus {
        border: 4px solid #FFD600;
    }
    .butty {
        margin-top: 10px;
        width: 80%;
        height: 60px;
        font-size: 24px;
        background-color: #00C853;
        border: 2px solid #00C853;
        border-radius: 3px;
        color: white;
    }
    .butty2 {
        margin-top: 10px;
        width: 80%;
        height: 60px;
        font-size: 24px;
        background-color: #FFC107;
        border: 2px solid #FFC107;
        border-radius: 3px;
        color: white;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .h1_terms {
        font-size: 20px;
    }
    .terms {
        background-image: url(bg2/768.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .white_bg {
        background-color: #fff;
        width: 95%;
        height: 80%;
        overflow: scroll;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5% !important;
        padding-bottom: 80px !important;
        border-radius: 5px;
    }
    .outer_ul {
        list-style: none;
        text-align: left;
        /* color: #fff; */
        padding-left: 15px;
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 5px;
        background-color: #fff;
    }
    .outer_li {
        margin-bottom: 10px;
    }
    .inner_ul {
        list-style: none;
        padding-left: 15px;
    }
    .inner_li {}
    .save_qr {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        font-size: 20px;
        font-weight: bold;
    }
    .qr_code {
        width: 100%;
        padding-top: 32%;
        height: 250px;
        background-color: transparent;
        text-align: center;
    }
    .my-video-dimensions {
        width: 100%;
        height: 100%;
    }
    .video_holder {
        width: 90%;
        height: 40%;
        background-color: transparent;
        /* margin-top: 32%; */
        margin-left: auto;
        margin-right: auto;
    }
    .rsvp {
        height: 30%;
        width: 100%;
        text-align: center;
    }
    .download_program {
        width: 250px;
        display: inline-block;
        height: 30px;
        text-decoration: none;
        margin-top: 20px;
        border: 2px solid #fff;
        /* display: flex; */
        line-height: 30px;
        color: #fff;
    }
    .stream_bar {
        width: 100%;
        height: 80px;
        /* background-color: black; */
        background-image: url(bg2/768_stream.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .mobile_button {
        /* display: none !important; */
    }
    .desktop_button {
        /* display: none; */
    }
    .poster {
        width: 80%;
        border: 2px solid #00C853;
        border-radius: 5px;
        margin-top: 20px;
    }
    .poster_holder {
        width: 100%;
        text-align: center;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .text_holder {
        width: 80%;
        font-size: 34px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
    }
    .alert_x {
        width: 86%;
        height: 70px;
        margin-top: 50%;
    }
    .video-tab {
        background-image: url(bg2/768.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_2 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_4 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_5 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_6 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_7 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_8 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_9 {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 33%;
        font-size: 55px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }
    .home {
        background-image: url(bg2/768.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .verify_code {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .register_page {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .cam {
        background-image: url(bg2/768_plain.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .content_bye {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .content_end {
        background-image: url(bg2/768_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .formy {
        padding-top: 23%;
        text-align: center;
        /* padding-left: 4px; */
        margin-bottom: 20px;
    }
    .input {
        border-radius: 2px;
        border: 3px solid #00C853;
        width: 60%;
        height: 40px;
        margin-top: 20px;
        font-size: 14px;
        padding-left: 8px;
    }
    .input:focus {
        border: 4px solid #FFD600;
    }
    .butty {
        margin-top: 20px;
        width: 50%;
        height: 50px;
        font-size: 14px;
        background-color: #00C853;
        border: 2px solid #00C853;
        border-radius: 3px;
        color: white;
    }
    .butty2 {
        margin-top: 20px;
        width: 50%;
        height: 50px;
        font-size: 14px;
        background-color: #FFC107;
        border: 2px solid #FFC107;
        border-radius: 3px;
        color: white;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .h1_terms {
        font-size: 20px;
    }
    .terms {
        background-image: url(bg2/360_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .white_bg {
        background-color: #fff;
        width: 95%;
        margin-left: auto;
        height: 80%;
        margin-right: auto;
        padding-top: 5% !important;
        overflow: scroll;
        padding-bottom: 80px !important;
        border-radius: 5px;
    }
    .outer_ul {
        list-style: none;
        text-align: left;
        /* color: #fff; */
        padding-left: 15px;
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 5px;
        background-color: #fff;
    }
    .outer_li {
        margin-bottom: 10px;
    }
    .inner_ul {
        list-style: none;
        padding-left: 15px;
    }
    .inner_li {}
    .save_qr {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        font-size: 24px;
        font-weight: bold;
    }
    .qr_code {
        width: 100%;
        padding-top: 50%;
        height: 250px;
        background-color: transparent;
        text-align: center;
    }
    .my-video-dimensions {
        width: 100%;
        height: 100%;
    }
    .video_holder {
        width: 90%;
        height: 40%;
        background-color: transparent;
        /* margin-top: 32%; */
        margin-left: auto;
        margin-right: auto;
    }
    .rsvp {
        height: 30%;
        width: 100%;
        text-align: center;
    }
    .download_program {
        width: 250px;
        display: inline-block;
        height: 30px;
        text-decoration: none;
        margin-top: 20px;
        border: 2px solid #fff;
        /* display: flex; */
        line-height: 30px;
        color: #fff;
    }
    .stream_bar {
        width: 100%;
        height: 80px;
        /* background-color: black; */
        background-image: url(bg2/360_stream.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .mobile_button {
        /* display: none !important; */
    }
    .desktop_button {
        /* display: none; */
    }
    .poster {
        width: 80%;
        margin-top: 20px;
        border: 3px solid #00C853;
    }
    .poster_holder {
        width: 100%;
        text-align: center;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        align-items: center;
        height: 100%;
    }
    .text_holder {
        width: 90%;
        font-size: 29px;
        font-weight: bold;
        margin-left: auto;
        color: #fff;
        margin-right: auto;
    }
    .alert_x {
        width: 86%;
        font-size: 34px;
        height: 70px;
        margin-top: 70%;
    }
    .alert_x {
        width: 86%;
        height: 70px;
        margin-top: 80%;
        text-align: center;
        /* display: block; */
    }
    .video-tab {
        background-image: url(bg2/360.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_2 {
        background-image: url(bg2/360.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_4 {
        background-image: url(bg2/360_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_5 {
        background-image: url(bg2/360_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_6 {
        background-image: url(bg2/360.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_8 {
        background-image: url(bg2/360.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_7 {
        background-image: url(bg2/360_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_9 {
        background-image: url(bg2/360_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 42%;
        font-size: 42px;
        font-weight: bold;
        display: flex;
        min-height: 350px;
        text-align: center;
        color: #fff;
        justify-content: center;
        align-items: center;
    }
    .home {
        background-image: url(bg2/360.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .verify_code {
        background-image: url(bg2/360_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .register_page {
        background-image: url(bg2/360_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .cam {
        background-image: url(bg2/360_mid.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .content_bye {
        background-image: url(bg2/360_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /* display: inline-block; */
    }
    .content_end {
        background-image: url(bg2/360_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /* display: inline-block; */
    }
    .formy {
        padding-top: 70%;
        text-align: center;
        padding-left: 4px;
    }
    .input {
        border-radius: 2px;
        border: 3px solid #00C853;
        width: 53%;
        height: 50px;
        margin-top: 40px;
        font-size: 30px;
        padding-left: 8px;
    }
    .input:focus {
        border: 4px solid #FFD600;
    }
    .butty {
        margin-top: 20px;
        width: 50%;
        height: 50px;
        font-size: 25px;
        background-color: #00C853;
        border: 2px solid #00C853;
        border-radius: 3px;
        color: white;
    }
    .butty2 {
        margin-top: 20px;
        width: 50%;
        height: 50px;
        font-size: 25px;
        background-color: #FFC107;
        border: 2px solid #FFC107;
        border-radius: 3px;
        color: white;
    }
    .formy {
        padding-top: 61%;
        text-align: center;
        margin-bottom: 20px;
        padding-left: 4px;
    }
    .input {
        border-radius: 2px;
        border: 3px solid #00C853;
        width: 80%;
        height: 40px;
        margin-top: 20px;
        font-size: 16px;
        padding-left: 8px;
    }
    .input:focus {
        border: 4px solid #FFD600;
    }
    .butty {
        margin-top: 20px;
        width: 80%;
        height: 50px;
        font-size: 14px;
        background-color: #00C853;
        border: 2px solid #00C853;
        border-radius: 3px;
        color: white;
    }
    .butty2 {
        margin-top: 20px;
        width: 80%;
        height: 50px;
        font-size: 14px;
        background-color: #FFC107;
        border: 2px solid #FFC107;
        border-radius: 3px;
        color: white;
    }
}

@media (max-width: 320px) {
    .h1_terms {
        font-size: 14px;
    }
    .terms {
        background-image: url(bg2/320.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .white_bg {
        background-color: #fff;
        width: 100%;
        margin-left: auto;
        height: 80%;
        overflow: scroll;
        margin-right: auto;
        padding-top: 5% !important;
        padding-bottom: 30px !important;
        border-radius: 5px;
    }
    .outer_ul {
        list-style: none;
        text-align: left;
        /* color: #fff; */
        padding-left: 15px;
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 5px;
        background-color: #fff;
    }
    .outer_li {
        margin-bottom: 10px;
    }
    .inner_ul {
        list-style: none;
        padding-left: 15px;
    }
    .inner_li {}
    .save_qr {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        font-size: 19px;
        font-weight: bold;
    }
    .qr_code {
        width: 100%;
        padding-top: 45%;
        height: 250px;
        background-color: transparent;
        text-align: center;
    }
    .my-video-dimensions {
        width: 100%;
        height: 100%;
    }
    .video_holder {
        width: 90%;
        height: 40%;
        background-color: transparent;
        /* margin-top: 32%; */
        margin-left: auto;
        margin-right: auto;
    }
    .rsvp {
        height: 30%;
        width: 100%;
        text-align: center;
    }
    .download_program {
        width: 250px;
        display: inline-block;
        height: 30px;
        text-decoration: none;
        margin-top: 20px;
        border: 2px solid #fff;
        /* display: flex; */
        line-height: 30px;
        color: #fff;
    }
    .stream_bar {
        width: 100%;
        height: 80px;
        /* background-color: black; */
        background-image: url(bg2/320_stream.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .mobile_button {
        /* display: none !important; */
    }
    .desktop_button {
        /* display: none; */
    }
    .poster {
        width: 80%;
        margin-top: 20px;
        border: 2px solid #00C853;
        border-radius: 2px;
    }
    .poster_holder {
        width: 100%;
        text-align: center;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .text_holder {
        width: 90%;
        font-size: 24px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
    }
    .alert_x {
        width: 86%;
        height: 70px;
        text-align: center;
        margin-top: 75%;
    }
    .video-tab {
        background-image: url(bg2/320.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 52%;
        font-size: 40px;
        font-weight: bold;
        min-height: 300px;
        display: flex;
        text-align: center;
        color: #fff;
        justify-content: center;
        align-items: center;
    }
    .home {
        background-image: url(bg2/320.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_2 {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_4 {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_5 {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_6 {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_7 {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_8 {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .screen_9 {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .verify_code {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .register_page {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .cam {
        background-image: url(bg2/320_mid.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .content_bye {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /* display: inline-block; */
    }
    .content_end {
        background-image: url(bg2/320_plain.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /* display: inline-block; */
    }
    .formy {
        padding-top: 35%;
        text-align: center;
        margin-bottom: 20px;
        /* padding-left: 4px; */
    }
    .input {
        border-radius: 2px;
        border: 3px solid #00C853;
        width: 80%;
        height: 40px;
        margin-top: 20px;
        font-size: 16px;
        padding-left: 8px;
    }
    .input:focus {
        border: 4px solid #FFD600;
    }
    .butty {
        margin-top: 20px;
        width: 90%;
        height: 50px;
        font-size: 14px;
        background-color: #00C853;
        border: 2px solid #00C853;
        border-radius: 3px;
        color: white;
    }
    .butty2 {
        margin-top: 20px;
        width: 90%;
        height: 50px;
        font-size: 14px;
        background-color: #FFC107;
        border: 2px solid #FFC107;
        border-radius: 3px;
        color: white;
    }
}

.actual_qr {
    width: 200px;
    height: 200px;
    background-color: #90CAF9;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
}

.video-js .vjs-big-play-button {
    background-color: #2b333f;
    background-color: #F44336;
    border: 0.06666em solid #fff;
    border-radius: 0.3em;
    cursor: pointer;
    display: block;
    font-size: 3em;
    height: 1.63332em;
    left: 50%;
    line-height: 1.5em;
    margin-left: -1.5em;
    margin-top: -0.81666em;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: all .4s;
    width: 3em;
}

.vjs-loading-spinner {
    background-clip: padding-box;
    border: 6px solid rgba(43, 51, 63, .7);
    border-radius: 25px;
    box-sizing: border-box;
    display: none;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    position: absolute;
    text-align: left;
    top: 50%;
    visibility: hidden;
    width: 50px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
    animation: vjs-spinner-show 0s linear .3s forwards;
    display: block;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}

.red_button {
    background-color: #F44336 !important;
    border: 2px solid #F44336 !important;
}

.white_text {
    color: #fff;
}

.visible_text {
    color: red !important;
}