.artifact audio {
	width: 100%;
}

.artifact.image img {
	margin: 0 auto;
}

.artifact.link a.btn {
	margin: 0 auto;
}

.artifact {
	position: relative;
}

.options {
	display: none;
	position: absolute;
	cursor: move;
	left: -15px;
	z-index: 10;
}

.options i {
	color: #aaa;
}

.options a {
	display: block;
}

.artifact:hover .options {
	display: block;
}

.carousel-item .image-wrapper {
	width: 100%;
	background-color: #333;
}

.carousel-item img {
	margin: auto;
}