/*************MOBILE********************/
.container
{
    width: 100%;
    max-width: 350px;
}

.box-pic, .box-text
{
    width: 100%;
}

h5
{
    width: 80%;
}

.box-pic
{
    min-height: inherit;
    min-width: inherit;
}

.box
{
    margin-bottom: 490px;
}

.orange-box-text
{
    text-align: left;
}

.s-button
{
    width: 47px;
    height: 47px;
    margin-right: 1px;
}

.s-image
{
    max-width: 90%;
    max-height: 90%;
}

.button-set
{
    margin-bottom: 30px;
}

h3
{
    font-size: 9.5vw;
    margin-bottom: 40px;
}

.media-box
{
    width: 100%;
    min-height: 350px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 420px;
}

.empty-div
{
    display: none;
}

#yt-video
{
    width: 100%;
    min-height: inherit;
    height: auto; 
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
}

.twitter-box
{
    width: 100%;
    float: right;
    min-height: inherit;
}

/*************SMALL SCREENS********************/
@media (min-width: 450px)
{
    .container
    {
        width: 80%;
        max-width: 80%;
    }
    
    .box-pic, .box-text
    {
        width: 100%;
    }

    .box-pic
    {
        min-height: inherit;
    }

    .box
    {
        margin-bottom: 480px;
    }

    h5
    {
        width: 80%;
    }

    .orange-box-text
    {
        text-align: left;
    }

    .s-button
    {
        width: 45px;
        height: 45px;
        margin-right: 4px;
    }

    .s-image
    {
        max-width: 90%;
        max-height: 90%;
    }

    .button-set
    {
        margin-bottom: 30px;
    }

    h3
    {
        font-size: 8.5vw;
        margin-bottom: 40px;
    }

    .media-box
    {
        width: 100%;
        min-height: 350px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 400px;
    }

    .empty-div
    {
        display: none;
    }
    
    #yt-video
    {
        width: 100%;
        min-height: inherit;
        height: auto; 
        float: left;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    
    .twitter-box
    {
        width: 100%;
        float: right;
        min-height: inherit;
    }
}

/*************MEDIUM SCREENS*******************/
@media (min-width: 768px) 
{
    .container
    {
        width: 75%;
        max-width: 75%;
    }
    
    .box-pic, .box-text
    {
        width: 100%;
    }

    h5
    {
        width: 75%;
    }

    .box-pic
    {
        height: 500px;
        background-position-y: -1px;
    }

    .box
    {
        margin-bottom: 545px;
    }

    .orange-box-text
    {
        text-align: left;
    }

    .s-button
    {
        width: 80px;
        height: 80px;
        margin-right: 4px;
    }

    .s-image
    {
        max-width: 70%;
        max-height: 70%;
    }

    .button-set
    {
        margin-bottom: 10px;
        padding-bottom: 3vh;
    }

    h3
    {
        font-size: 4.20vw;
    }

    .media-box
    {
        width: 100%;
        min-height: 350px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 410px;
    }

    .empty-div
    {
        display: none;
    }
    
    #yt-video
    {
        width: 100%;
        min-height: inherit;
        height: auto; 
        float: left;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    
    .twitter-box
    {
        width: 100%;
        float: right;
        min-height: inherit;
    }
}

/*************LARGE SCREENS*******************/
@media (min-width: 992px) 
{
    .container
    {
        width: 70%;
        max-width: 70%;
    }
    
    .box-pic
    {
        width: 35%;
        min-height: inherit;
        height: 100%;
    }

    .box-text
    {
        width: 65%;
    }

    .box
    {
        margin-bottom: 0px;
    }

    h5
    {
        width: 75%;
    }

    .orange-box-text
    {
        text-align: center;
    }

    .s-button
    {
        width: 70px;
        height: 70px;
        margin-right: 2px;
    }

    .s-image
    {
        max-width: 70%;
        max-height: 70%;
    }

    .button-set
    {
        margin-bottom: 0px;
    }

    h3
    {
        font-size: 2.75vw;
        margin-bottom: 40px;
    }

    .media-box
    {
        width: 100%;
        min-height: 350px;
        margin: auto;
        margin-top: 30px;
    }

    .empty-div
    {
        display: block;
    }
    
    #yt-video
    {
        width: 57%;
        min-height: inherit;
        height: auto; 
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .twitter-box
    {
        width: 40%;
        float: right;
        min-height: inherit;
    }
}