.brand-img {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.brand-img::after {
	content: "";
	display: block;
	padding-top: calc(100% / 2);
}
.band {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 0.6rem;
	margin: 20px 0 -10px 0;
	padding: 0 20px;
}
.band .name {
}
.band .divider {
}