.thumbnail .img-frame {
	width: 100%;
	height: 300px;
}

.thumbnail .img-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumbnail .img-frame img.public {
	border-left: 5px solid green;
}

.thumbnail .img-frame img.internal {
	border-left: 5px solid orange;
}

.thumbnail .img-frame img.private {
	border-left: 5px solid red;
}

.calendar-event .thumbnail .img-frame,
.img-column .thumbnail .img-frame {
	height: 150px;
}

.gallery .thumbnail .img-frame {
	height: 200px;
}

.fa.public {
	color: green;
}

.fa.internal {
	color: orange;
}

.fa.private {
	color: red;
}

.gallery .controls {
	text-align: center;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
