#create_new_promotion_form .image {
    height: 121px;
}

.box.promotion .desc p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 50px;
}

.box.promotion .desc .button,
.widget.promotion .desc .button {
    padding-left: 10px;
    margin-top: 10px;
}

.box.promotion .desc .button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
}

.box.promotion {
    padding: 0px !important;
    position: relative;
    overflow: hidden;
}

.widget.promotion {
    position: relative;
}

.box.promotion .adminOptions {
    position: absolute;
    top: 23px;
    right: 10px;
}

.box.promotion .promotionHeader {
    width: 100%;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    padding-right: 40px;
    box-sizing: border-box;
    color: #333;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    z-index: 1000;
}

.box.promotion .image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.box.promotion .image:after {
    content: "";
    display: block;
    padding-top: 45%;
}

.box.promotion .desc {
    padding: 15px;
}

.box.promotion .info {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.box.promotion .info span {
    font-weight: 600;
}

.box.promotion .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
}

.box.promotion .overlay .table {
    display: table;
    width: 100%;
    height: 100%;
}

.box.promotion .overlay .table div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    font-size: 22px;
    font-weight: 400;
    opacity: .7;
}