#bannerMain {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.28);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.28);
    box-shadow: 0 0 5px rgba(0,0,0,0.28);
    overflow: hidden;
    margin-bottom: 25px;
}
#bannerMainImage {
    width: 100%;
    overflow: hidden;
}
.banner-main-text {
    margin: 27px 30px;
    font-size: 20px;
    line-height: 24px;
}