.dsb-card__media img,
.dsb-card__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #111;
}

.dsb-card__avatar {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	overflow: hidden;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
}

.dsb-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
