.placeholder {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #E0EFC8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.placeholder-svg {
    display: block;
    max-width: 100%;
    position: absolute;
}

.placeholder-wrapper {
    overflow: hidden;
}