.speasyimagegallery-album > div > a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%) !important;
    background: linear-gradient(to bottom,rgb(0 0 0 / 59%) 21%,rgb(0 0 0) 100%) !important;
    opacity: .5;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

span.speasyimagegallery-album-title {
    position: relative;
    -webkit-line-clamp: 2 !important;
    height: 50px;
    font-weight: 600;
    font-size: 13px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0 16px;
    line-height: 1.76;
}
span.speasyimagegallery-album-title:before {
    position: absolute;
    content: '';
    BACKGROUND: #fff0df;
    height: 5px;
    width: 60%;
    bottom: -3px;
    left: 0px;
}

@media(max-width:991px){
span.speasyimagegallery-album-title {
    -webkit-line-clamp: 2 !important;
    height: 30px;
    font-weight: 600;
    font-size: 12px;
}}


.promo-001 {
    border: 2px solid #e0bd73d1;
    background: #373737;
    box-shadow: 2px 6px 9px #000 !important;
}
.white-popup-block ul {
    margin-top: 10px;
    padding-left: 20px;
}

.white-popup-block {
    border: 2px solid #BD9861;
    border-radius: 0px;
    background: #002346;
    color: #fff;
    font-family: 'gothamlight';
    letter-spacing: 0;
}
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
    color: #fff;
}
.promo-001 h5.sppb-addon-title {
    line-height: 1.5;
}