.galleries-line {
	margin-bottom: 6px;
}
.covers-3 .gallery-square {
	width: calc(33.3333333333% - 6px);
}
.covers-3 .gallery-square:nth-child(2) {
	margin: 0 9px;
}
.gallery-square > a {
	background-color: rgba(0, 0, 0, 0.4);
}
.gallery-square > a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
@keyframes darken {
	from {background-color: rgba(0, 0, 0, 0.4);}
	to {background-color: rgba(0, 0, 0, 0.3);}
}
.gallery-datetime {
	display: none;
}
