.Idea.vignette .Avatar {
	width: 100%;
    height: 220px;
}

.Idea.vignette .Avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 220px;
    min-height: unset !important;
    width: auto !important;
    padding: 10px;
}