.image {
	border:5px solid rgba(0,0,0,0);
	border-radius: 10px;
	box-shadow: var(--shadow-w-l);
}
.image.dark {
	box-shadow: var(--shadow-b-l);
}