.image {
    position: relative;
}

.img {
    width: 100%;
}

.placeholder,
.fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.content {
    position: absolute;
}