/* BAND */
.item.band .header {
	height: 400px;
	background-repeat: no-repeat;
	background-size: contain;
}

.item.band>.header>.info {
	right: 20px;
	width: auto;
	bottom: 20px;
}

.band .logo {
	width: 100%;
}

.band .name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}