
.imagebox {margin-bottom: 15px;
position: relative;
}
.imagebox .imagebox-img {
    position: relative;
    z-index: 1;
}
.imagebox .imagebox-mark {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}
.imagebox .imagebox-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    opacity: 0;
    width: 100%;
}
.imagebox .imagebox-heading a{
    color: #fff;
}

.probox {margin-bottom: 15px;
overflow: hidden;
position: relative;
}
.probox .probox-heading {
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #EF4A43;
    padding: 15px 20px;
    width: 100%;
}
.probox .probox-heading, .probox .probox-heading a {
    color: #fff;
}
.probox .probox-desc {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgb(233, 105, 92);
    opacity: 0;
}