.no-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #eee;
}
.no-image-placeholder.small {
    min-height: 100px;
}
