#index.PageBackground {
    background-image: url("image/page-background-index-landscape.jpg");
}

#index .Panel {
    background-color: rgba(0,158,1,0.5);
    border: 1px solid rgba(249,203,75,0.5);
}

#index .Panel .Title {
    color: #47e046;
}

#index .Panel .Description {
    color: #fff;
}

@media screen and (orientation:portrait) {
    #index.PageBackground {
        background-image: url("image/page-background-index-portrait.jpg");
    }
}

#index .Panel .Description p {
    color: #f9cb4b;
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 1.1em;
}