/* 
script 
*/



/* main elements */

#corner_title {
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    width: 340px;
    overflow: visible;
    padding-left: 6px;
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: black;
}

#corner_title h1 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
}

#corner_title h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}


.prev_button {
    display: none;
    position: fixed;
    top: 50%;
    left: 20px;
    height: 80px;
    width: 80px;
    margin-top: -80px;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    background-color: white;
}

.next_button {
    position: fixed;
    top: 50%;
    right: 20px;
    height: 80px;
    width: 80px;
    margin-top: -80px;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    background-color: white;
}





/* main elements mobile */

#corner_title_mobile {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    width: 600px;
    overflow: visible;
    padding-left: 6px;
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: black;
}

#corner_title_mobile h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
}

#corner_title_mobile h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
}


.prev_button_mobile {
    display: none;
    position: fixed;
    top: 50%;
    right: 20px;
    height: 160px;
    width: 160px;
    margin-top: 50px;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    background-color: white;
}

.next_button_mobile {
    position: fixed;
    top: 50%;
    right: 20px;
    height: 160px;
    width: 160px;
    margin-top: -160px;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    background-color: white;
}






/* title panel */

#title_panel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
}

#title_project {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    margin-top: -110px;
    overflow: auto;
}

#title_project h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    margin: 0px;
    text-align: center;
}

#title_project h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: center;
}

#title_project_info {
    position: absolute;
    bottom: 20px;
    left: 5%;
    right: 3%;
    overflow: auto;
}

.title_project_info_type {
    vertical-align: middle;
    font-size: 30px;
    line-height: 36px;
    padding-right: 40px;
    color: #aaaaaa;
}

.title_project_info_genre {
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    padding-right: 40px;
    color: #aaaaaa;
}

.title_project_info_split {
    width: 40px;
    border-left-style: dotted;
    border-left-width: 2px;
    border-left-color: #dddddd;
    height: 100%;
}

.title_project_info_logline {
    width: 60%;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
}




/* title panel mobile */

#title_project_mobile {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    margin-top: -800px;
    overflow: auto;
}

#title_project_mobile h1 {
    font-size: 120px;
    font-weight: 800;
    line-height: 140px;
    margin: 0px;
    text-align: center;
}

#title_project_mobile h2 {
    font-size: 64px;
    font-weight: 300;
    line-height: 80px;
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: center;
}

#title_project_info_mobile {
    position: absolute;
    bottom: 20px;
    left: 5%;
    right: 5%;
    overflow: auto;
}

.title_project_info_type_mobile {
    position: relative;
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
    margin-bottom: 80px;
    color: #000000;
}

.title_project_info_genre_mobile {
    position: relative;
    font-size: 64px;
    font-weight: 300;
    line-height: 80px;
    color: #666666;
}

.title_project_info_logline_mobile {
    position: relative;
    font-size: 64px;
    font-weight: 300;
    line-height: 80px;
    margin-top: 100px;
    margin-bottom: 30px;
    color: black;
}









/* pitch panel */

#pitch_panel {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 105%;
    overflow-y: hidden;
}

#pitch_scroll_hide {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 40px;
    background-color: white;
}

#pitch_main {
    position: absolute;
    top: 50%;
    left: 12%;
    right: 12%;
    height: 360px;
    margin-top: -220px;
    overflow: visible;
    vertical-align: middle;
}

#pitch_main p {
    font-size: 34px;
    font-weight: 200;
    line-height: 40px;
    font-style: italic;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pitch_companies_cell {
    display: none;
    position: absolute;
    bottom: 6%;
    left: 20%;
    right: 20%;
    height: 60px;
    margin-bottom: 100px;
    overflow: auto;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #777777;
}


#pitch_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 5px;
}


.pitch_prompt_container {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 6%;
    height: 100px;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    overflow: visible;
    cursor: pointer;
}
#pitch_prompt_button {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #5AD511;
    border-radius: 40px;
}
.pitch_prompt_num_txt {
    float: left;
    width: 66px;
    font-size: 40px;
    line-height: 60px;
    font-weight: 800;
    text-align: right;
    color: white;
}
#pitch_prompt_label {
    float: right;
    font-size: 15px;
    line-height: 60px;
    font-weight: 400;
    margin-right: 28px;
    color: white;
}
#pitch_prompt_scroll {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
#pitch_prompt_arrow {
    position: relative;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}



.pitch_content_panel {
    position: absolute;
    height: 0%;
    bottom: 0px;
    left: 12%;
    right: 12%;
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
}

.pitch_content_block {
    position: relative;
    width: 100%;
    height: 650px;
    margin-bottom: 30px;
    margin-top: 0px;
    overflow: visible;
}

#pitch_content_footer {
    position: relative;
    height: 80px;
    width: 100%;
    margin-top: 160px;
    font-size: 30px;
    font-style: italic;
    line-height: 30px;
    font-weight: 300;
    color: #999999;
    text-align: center;
}

#pitch_content_footer_sub {
    position: relative;
    height: 250px;
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
    font-style: italic;
    line-height: 20px;
    font-weight: 400;
    color: #aaaaaa;
    text-align: center;
}


.pcb_left {
    float: left;
    width: 30%;
    height: 650px;
    overflow: visible;
}
.pcb_signature {
    position: relative;
    height: 100px;
    overflow: auto;
    margin-top: 110px;
}
.pcb_name {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.pcb_title {
    position: relative;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #5AD511;
}
.pcb_bio {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}
.pcb_sep {
    float: left;
    width: 5%;
    height: 550px;
    margin-top: 100px;
    border-right-style: dotted;
    border-right-width: 2px;
    border-right-color: #dddddd;
}
.pcb_right {
    position: relative;
    float: right;
    width: 58%;
    height: 650px;
    overflow: visible;
}

.pcb_right p {
    font-size: 28px;
    font-weight: 200;
    line-height: 36px;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    position: relative;
    margin-right: 30px;
    margin-left: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: visible;
}

.pcb_start_quote {
    height: 22px;
    width: 22px;
    opacity: 0.4;
    position: absolute;
    top: -15px;
    left: -35px;
}

.pcb_end_quote {
    height: 22px;
    width: 22px;
    opacity: 0.4;
    position: absolute;
    bottom: -10px;
    right: -5px;
    transform: scale(-1, -1);
}

#pitch_scroll_prompt {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 50%;
    height: 50px;
    width: 120px;
    margin-left: -60px;
    border-radius: 25px;
    background-color: rgb(0,0,0,0.6);
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 48px;
    overflow: hidden;
}

#pitch_scroll_prompt img {
    position: absolute;
    bottom: 5px;
    left: 50%;
    height: 8px;
    width: 16px;
    margin-left: -8px;
}



.pitch_content_prompt {
    position: relative;
    width: 97%;
    height: 200px;
    margin-bottom: -30px;
    margin-top: 60px;
    overflow: visible;
}

.pcp_left {
    float: left;
    height: 200px;
    width: 74%;
    background-color: #f4f4f4;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    overflow: visible;
}

.pcp_num {
    float: left;
    margin-left: 50px;
    margin-top: 50px;
    font-size: 100px;
    font-weight: 600;
    line-height: 100px;
}

.pcp_num_text {
    float: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 16px;
    margin-top: 93px;
}

.pcp_right {
    float: right;
    height: 200px;
    width: 25.5%;
    background-color: #f4f4f4;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
    color: #999999;
    overflow: visible;
}





/* pitch panel mobile */

#pitch_scroll_hide_mobile {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 40px;
    background-color: white;
}

#pitch_main_mobile {
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    height: 700px;
    margin-top: -700px;
    overflow: visible;
    vertical-align: middle;
}

#pitch_main_mobile p {
    font-size: 68px;
    font-weight: 300;
    line-height: 90px;
    font-style: italic;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pitch_companies_cell_mobile {
    display: none;
    position: absolute;
    bottom: 10%;
    left: 2%;
    right: 2%;
    height: 250px;
    margin-bottom: 200px;
    overflow: auto;
    text-align: center;
    font-size: 44px;
    line-height: 60px;
    color: #777777;
}


#pitch_bottom_mobile {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 5px;
}


.pitch_prompt_container_mobile {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 5%;
    height: 250px;
    width: 600px;
    margin-left: -300px;
    text-align: center;
    overflow: visible;
    cursor: pointer;
}
#pitch_prompt_button_mobile {
    position: relative;
    width: 100%;
    height: 140px;
    background-color: #5AD511;
    border-radius: 90px;
}
.pitch_prompt_num_txt_mobile {
    float: left;
    width: 170px;
    font-size: 80px;
    line-height: 140px;
    font-weight: 800;
    text-align: right;
    color: white;
}
#pitch_prompt_label_mobile {
    float: right;
    font-size: 50px;
    line-height: 140px;
    font-weight: 500;
    margin-right: 60px;
    color: white;
}
#pitch_prompt_scroll_mobile {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}
#pitch_prompt_arrow_mobile {
    position: relative;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}



.pitch_content_panel_mobile {
    position: absolute;
    height: 0%;
    bottom: 0px;
    left: 0%;
    right: 0%;
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
}

.pitch_content_block_mobile {
    position: relative;
    width: 100%;
    overflow: auto;
    margin-bottom: 100px;
    margin-top: 200px;
}



.pcb_signature_mobile {
    position: relative;
    height: 300px;
    overflow: auto;
    margin-top: 200px;
}
.pcb_name_mobile {
    position: relative;
    margin-left: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
    font-weight: 400;
    line-height: 75px;
}
.pcb_title_mobile {
    position: relative;
    margin-left: 40px;
    margin-right: 250px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    color: #5AD511;
}
.pcb_bio_mobile {
    position: relative;
    margin-left: 40px;
    margin-right: 230px;
    margin-top: 80px;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    color: #666666;
}

.pcb_blurb_mobile {
    position: relative;
    font-size: 70px;
    font-weight: 300;
    line-height: 90px;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 80px;
    margin-right: 230px;
    text-indent: -19px;
    margin-left: 40px;
}



#pitch_content_footer_mobile {
    position: relative;
    height: 500px;
    width: 100%;
    margin-top: 300px;
    font-size: 60px;
    font-style: italic;
    line-height: 60px;
    font-weight: 300;
    color: #999999;
    text-align: center;
}



.pitch_content_prompt_mobile {
    position: relative;
    width: 84%;
    height: 600px;
    margin-bottom: -200px;
    margin-top: 200px;
    overflow: visible;
}

.pcp_left_mobile {
    float: left;
    height: 600px;
    width: 60%;
    background-color: #f4f4f4;
    line-height: 10px;
}

.pcp_num_mobile {
    float: left;
    width: 100%;
    margin-left: 30px;
    margin-top: 80px;
    font-size: 200px;
    font-weight: 600;
    line-height: 200px;
}

.pcp_num_text_prompt_mobile {
    float: left;
    width: 100%;
    font-size: 42px;
    font-weight: 400;
    line-height: 36px;
    margin-left: 40px;
    margin-top: 20px;
}

.pcp_num_text_readers_mobile {
    float: left;
    width: 90%;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    margin-left: 40px;
    margin-top: 20px;
}

.pcp_right_mobile {
    float: right;
    height: 600px;
    width: 39.5%;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    cursor: pointer;    }

.pcp_right_arrow_mobile {
    float: left;
    width: 100%;
    font-size: 160px;
    font-weight: 400;
    line-height: 90px;
    margin-top: 200px;
    text-align: center;
}

.pcp_right_text_mobile {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    margin-top: 64px;
    color: #999999;
}








/* attachments panel */

#attachments_panel {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
}

#attachments_main {
    position: absolute;
    top: 50%;
    left: 12%;
    right: 12%;
    height: 400px;
    margin-top: -120px;
    overflow: auto;
    text-align: center;
}

#attachments_main h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 70px;
}

.attachment_type {
    width: 45%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: right;
    color: #999999;
}

.attachment_name {
    width: 44%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: black;
}






/* attachments panel mobile */


#attachments_main_mobile {
    position: absolute;
    top: 50%;
    left: 12%;
    right: 12%;
    height: 400px;
    margin-top: -700px;
    overflow: visible;
    text-align: center;
}

#attachments_main_mobile h1 {
    margin-top: 0px;
    margin-bottom: 180px;
    font-size: 120px;
    line-height: 140px;
}

.attachment_type_mobile {
    width: 28%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 60px;
    font-weight: 300;
    line-height: 76px;
    text-align: right;
    color: #666666;
}

.attachment_name_mobile {
    width: 68%;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 60px;
    font-weight: 600;
    line-height: 76px;
    text-align: left;
    color: black;
}





/* actions panel */

#actions_panel {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
}

#actions_main {
    position: absolute;
    top: 50%;
    left: 12%;
    right: 12%;
    height: 230px;
    margin-top: -130px;
    overflow: auto;
    text-align: center;
    white-space: nowrap;
}

#actions_main a {
    display: inline-table;
    height: 150px;
    width: 150px;
    margin-left: 7px;
    margin-right: 7px;
    vertical-align: middle;
    overflow: visible;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    border-style: dotted;
    border-width: 1px;
    border-color: #666666;
}

#actions_main a:hover {
    background-color: #fcfcfc;
}


#actions_main img {
    width: 60px;
    height: 60px;
    margin-top: 40px;
    margin-left: 2px;
}

#actions_main p {
    text-align: center;
    margin-top: 38px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: black;
}

#actions_prompt {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: 240px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #999999;
    text-align: center;
}




/* actions panel mobile */

#actions_main_mobile {
    position: absolute;
    top: 50%;
    left: 12%;
    right: 12%;
    height: 230px;
    margin-top: -950px;
    overflow: visible;
    text-align: center;
    white-space: nowrap;
}

#actions_main_mobile a {
    display: inline-table;
    height: 320px;
    width: 700px;
    margin-bottom: 40px;
    vertical-align: middle;
    overflow: visible;
    border-radius: 9px;
    background-color: white;
    text-align: center;
    border-style: dotted;
    border-width: 1px;
    border-color: #333333;
}

#actions_main_mobile a:hover {
    background-color: #fcfcfc;
}


#actions_main_mobile img {
    width: 130px;
    height: 130px;
    margin-top: 60px;
    margin-left: 2px;
}

#actions_main_mobile p {
    text-align: center;
    margin-top: 50px;
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    color: black;
}


#actions_prompt_mobile {
    position: absolute;
    bottom: 60px;
    left: 10%;
    width: 80%;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #999999;
    text-align: center;
}




/* writer contact */

#writer_contact {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5); 
}

#writer_contact_panel {
    position: absolute;
    height: 300px;
    width: 550px;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -277px;
    border-radius: 12px;
    border-style: solid;
    border-color: #dddddd;
    border-width: 3px;
    background-color: white;
    overflow: visible;
}

#writer_contact_panel h1 {
    margin-top: 20px;
    margin-left: 20px;
    text-align: left;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}


#writer_contact_panel img {
    position: absolute;
    top: -24px;
    right: -24px;
    height: 48px;
    width: 48px;
    cursor: pointer;
}

#writer_contact_info {
    position: absolute;
    bottom: 15px;
    left: 20px;
    overflow: visible;
}




/* writer contact mobile */

#writer_contact_panel_mobile {
    position: absolute;
    height: 800px;
    width: 1000px;
    top: 50%;
    left: 50%;
    margin-top: -400px;
    margin-left: -600px;
    border-radius: 12px;
    border-style: solid;
    border-color: #aaaaaa;
    border-width: 3px;
    background-color: white;
    overflow: visible;
}

#writer_contact_panel_mobile h1 {
    margin-top: 40px;
    margin-left: 40px;
    text-align: left;
    font-size: 100px;
    font-weight: 800;
    line-height: 120px;
}

#writer_contact_panel_mobile p {
    font-size: 50px;
    font-weight: 300;
    line-height: 64px;
}

#writer_contact_panel_mobile img {
    position: absolute;
    top: -48px;
    right: -48px;
    height: 96px;
    width: 96px;
    cursor: pointer;
}

#writer_contact_info_mobile {
    position: absolute;
    bottom: 20px;
    left: 40px;
    overflow: visible;
}





/* share link */

#share_link {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5); 
}

#share_link_panel {
    position: absolute;
    height: 300px;
    width: 700px;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -350px;
    border-radius: 12px;
    border-style: solid;
    border-color: #dddddd;
    border-width: 3px;
    background-color: white;
    overflow: visible;
}

#share_link_panel h1 {
    margin-top: 20px;
    margin-left: 20px;
    text-align: left;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 0px;
}

#share_link_panel p {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}


#share_link_panel img {
    position: absolute;
    top: -24px;
    right: -24px;
    height: 48px;
    width: 48px;
    cursor: pointer;
}





/* share link */

#share_link_panel_mobile {
    position: absolute;
    height: 800px;
    width: 1000px;
    top: 50%;
    left: 50%;
    margin-top: -400px;
    margin-left: -600px;
    border-radius: 12px;
    border-style: solid;
    border-color: #aaaaaa;
    border-width: 3px;
    background-color: white;
    overflow: visible;
}

#share_link_panel_mobile h1 {
    margin-top: 40px;
    margin-left: 40px;
    text-align: left;
    font-size: 100px;
    font-weight: 800;
    line-height: 120px;
}

#share_link_panel_mobile p {
    font-size: 50px;
    font-weight: 300;
    line-height: 64px;
}

#share_link_panel_mobile img {
    position: absolute;
    top: -48px;
    right: -48px;
    height: 96px;
    width: 96px;
    cursor: pointer;
}

