#applicationFrame
{
    width:100%;
    height:55em;
    border-radius:.5em;
}

@media only screen and (orientation:landscape), (min-width:1024px)
{
    #applicationFrame
    {
        width:60%;
        height:60em;
        margin-left:20%;
    }
}