.dashboard-block {
    display: inline-block;
    width: 800px;
    background-color: #fff;
    border: 1px solid #006b08;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.dashboard-block h3 {
    margin: 0;
    padding: 10px;
    line-height: 1;
    background-color: #006b08;
    color: #fff;
}
.dashboard-block .block-container {
    padding: 30px;
}
.promotion-list {

}
.promotion-list .promotion {
    position: relative;
    height: 540px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.promotion-list .promotion .promotion-name {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #006b08;
}
.promotion-list .promotion:hover .promotion-name {
    background-color: rgba(255, 255, 255, 1);
}
.promotion-list .promotion .promotion-name span.large {
    font-size: 32px;
}
.promotion-list .promotion .promotion-name span.small {
    font-size: 16px;
}


