#promo-box {
    background-image: url("/view/index/promo/i/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
}
#promo-text {
    color : #ffffff;
    text-align: center;
    width: 100%;
    position: relative;
    top: 350px;
    padding: 30px;
}
#promo-name {
    font-weight: bold;
    font-size: 48px;
}
#promo-description {
    font-size: 24px;
}
