//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .cms-block-image-with-overlay {
        font-size: 0;
        .figure {
            font-size: 0;
            position: relative;
            text-align: center;
        }
        .overlay {
            .lib-font-size(18);
            background-color: rgba(0, 0, 0, .35);
            bottom: 0;
            color: #fff;
            left: 0;
            line-height: 1.15;
            padding: 10px 5px;
            position: absolute;
            right: 0;
        }
    }
}
