.contentBanner{
    height:100%;
    width:100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
}
.contentBanner a.linkArea{
    display: block;
    width: 100%;
    height: 100%;
}
.contentBanner span.textarea{
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contentBanner span.textarea h2{
    margin: 0;
    line-height: 1;
}
.contentBanner span.textarea h3{
    margin: 0;
    line-height: 1;
}
.contentBanner span.textarea p{
    margin: 0;
}