.design-image {
    position: relative;
}

.design-image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.03);
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.design-image__img {
    border-radius: 8px;
}