.image-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: auto;
}

.img-blur-background {
    filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.img-clear-foreground {
    position: relative;
    width: 100%;
    z-index: 2;
}
