/*BOOTSRAP OVERRIDES*/
*:focus {
	outline: none
}

/*drop the .container*/
.row.expanded {
	max-width: 100%;
}

.row:not(.expanded) .row {
	max-width: none;
}

.row.col,
.col.row {
	display: block;
}

.col-block {
	margin-bottom: 30px;
}

.cbfix {
	margin-bottom: -30px;
}

img {
	max-width: 100%;
	height: auto;
}

.onevideo,
.onephoto {
	display: block;
	position: relative;
}

.onevideo img {
	position: relative;
	z-index: 1;
}

.onevideo::before {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(0, 0, 0, 0.5);
	width: 64px;
	height: 64px;
	color: #fff;
	border-radius: 64px;
	line-height: 64px;
	text-align: center;
	content: "\f04b";
	z-index: 2;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 24px;
	transform: translate(-50%, -50%)
}

.files img {
	vertical-align: middle;
	margin-top: -4px;
}

.text-sm {
	font-size: 14px;
}

.text-xsmall {
	font-size: 12px;
}