
.topic-image {
    width: 96px;
    border-radius: 9px;
    float: left;
    margin-top: 16px;
    margin-right: 8px;
}


.topic-image img {
	width: 96px;
	height: 96px;
	border-radius: 2px;
	object-fit: cover;
	object-position: 50% 50%;
}