.AppBanner {
    position: relative;
}
.AppBanner img {
    vertical-align: bottom;
}
.banner .label {
    display: none;
}
.AppBanner .box {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    margin-right: 40px;
    margin-bottom: 40px;
}

.AppBanner .box .title {
    background: #D61317;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 10px 2px 10px;
    font-style: italic;
}

.AppBanner .box .description {
    background: #104592;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 10px 2px 10px;
    font-style: italic;
}


