.pt_promotions {

}

.pt_promotions .promotion {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14),
    0 3px 14px 2px rgba(0,0,0,0.12),
    0 5px 5px -3px rgba(0,0,0,0.2) !important;
    transition: all .3s;
    position: relative;
}

.pt_promotions .promotion:hover {
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),
    0 9px 46px 8px rgba(0,0,0,0.12),
    0 11px 15px -7px rgba(0,0,0,0.2) !important;
}

.pt_promotions .promotion img {
    width: 100%;
    height: auto;
}

.pt_promotions .promotion .promotion-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8));
    color: #fff;
    text-align: center;
    transition: all .3s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
}
