a.song {
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: 0.3fr 0.7fr;
	grid-template-rows: 1fr;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a.song::before {
	content: '';
	width: 0;
	padding-bottom: 100%;
	grid-row: 1 / 1;
	grid-column: 1 / 1;
}

.song div:first-child {
	grid-row: 1 / 1;
	grid-column: 1 / 1;
	background: #222;
}
.song div {
	padding: 10px;
	background: #f5f5f5;
}

.song p {
	margin: 5px;
}