#background_image {
    height: 100vh;
    width: 100vw;
    float: left;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#background_gradient {
    height: 100vh;
    width: 100vw;
    float: left;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, rgb(74, 0, 220) 0%, #4733ff00 100%);
}

#logo {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 60px;
    top: 60px;
    filter: grayscale(100%) invert(100%) brightness(100);
}

#hotbox_title {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
    margin: 100px 10% 10px 10%;
    font-size: 30px;
    color: #FFF;
    max-height: 999999px;
}

#hotbox_signal {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
    margin: 0px 10% 10px 10%;
    font-size: 15px;
    color: #FFF;
    max-height: 99999px;
    opacity: 0.8;
    font-weight: 600;
}

#hotbox_subtitle {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
    width: 700px;
    margin: 25px auto;
    font-size: 19px;
    color: #FFF;
    max-height: 99999px;
    font-weight: 400;
}

#toggle_player_button {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    padding: 20px;
    margin: 60px auto;
    cursor: pointer;
    border-radius: 120px;
}

#toggle_player_button:hover {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 120px;
}

#convert_box
{
    position: fixed;
    bottom: 0;
    width: 100vw;
    background: rgba(255, 255, 255, 0.69);
    padding-top: 20px;
}

#convert_box table
{
    width: 340px;
    margin: 10px auto;
}

#convert_box #call_to_action
{
    position: relative;
    display: block;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    margin: 0px 50px;
}

#convert_box table tr td #android_download
{
    width: 160px;
    display: block;
    margin: 0 auto;
}

#convert_box table tr td #ios_download
{
    width: 150px;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-device-width: 500px) {
    #background_image {
        height: 100vh;
        width: 100vw;
        float: left;
        position: absolute;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #background_gradient {
        height: 100vh;
        width: 100vw;
        float: left;
        position: absolute;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background: linear-gradient(180deg, rgb(74, 0, 220) 0%, #4733ff00 100%);
    }

    #logo {
        position: relative;
        margin: 0 auto;
        display: block;
        width: 115px;
        top: 60px;
        filter: grayscale(100%) invert(100%) brightness(100);
    }

    #hotbox_title {
        position: relative;
        font-family: 'Open Sans', sans-serif;
        display: block;
        text-align: center;
        margin: 130px 10% 10px 10%;
        font-size: 65px;
        color: #FFF;
        max-height: 999999px;
    }

    #hotbox_signal {
        position: relative;
        font-family: 'Open Sans', sans-serif;
        display: block;
        text-align: center;
        margin: 15px 10% 10px 10%;
        font-size: 34px;
        color: #FFF;
        max-height: 99999px;
        opacity: 0.8;
        font-weight: 600;
    }

    #hotbox_subtitle {
        position: relative;
        font-family: 'Open Sans', sans-serif;
        display: block;
        text-align: center;
        width: inherit;
        margin: 45px 10% 10px 10%;
        font-size: 40px;
        color: #FFF;
        max-height: 99999px;
        font-weight: 400;
    }

    #toggle_player_button {
        position: relative;
        width: 135px;
        height: 135px;
        display: block;
        margin: 100px auto;
    }

    #convert_box {
        position: fixed;
        bottom: 0;
        width: 100vw;
        background: rgba(255, 255, 255, 0.69);
        padding-top: 35px;
    }

    #convert_box #call_to_action {
        position: relative;
        display: block;
        color: #000;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 42px;
        margin: 0px 50px;
    }

    #convert_box table {
        width: 100vw;
        margin: 30px 0px;
    }

    #convert_box table tr td {
        width: 50vw;
        vertical-align: middle;
    }

    #convert_box table tr td #android_download {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    #convert_box table tr td #ios_download {
        width: 75%;
        display: block;
        margin: 0 auto;
    }
}