#source-module-bannerbox{
    display: none;
}
.module-bannerbox {
    width: 100%;
    margin: 0 auto;
}

.module-bannerbox .module-wrapper {
    display: block;
    margin: 1.7rem auto;
    width: 100%;
    max-width: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-color: #fcf0f1;
    border: 4px solid #eba2a9;
}

.module-bannerbox .module-wrapper .module-pic img,
.module-bannerbox .module-wrapper .module-btn img{
    max-width: 100%;
}
.module-bannerbox .module-wrapper .module-text{
    padding: 12px 10%;
    font-size: 16px !important;
    line-height: 1.6;
    color: #e06f7a;
}
.module-bannerbox .module-wrapper .module-btn{
    margin-bottom: 20px;
}