
.multiVideoStream { max-width: 520px; } /* restrict width to that of the default layout mode, even if the page is in another layout mode */

:not(.sliderTitle) + .multiVideoStreamContainer { margin-top: 1.5em; }

.multiVideoStreamContainer:empty { padding-top: 56.25%; }

.multiVideoStream .metadata {
	background: #f2f2f2;
	padding: 1em;
}

.dateAsSimpleText { color: #515151; }
li .dateAsSimpleText { padding: 0 3px; }

.thumbs {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.thumbs > li {
	float: left;
	margin-right: 11px;
	width: 166px;
}

.thumbs > li:nth-child(3n+3) { margin-right: 10px; }

/* if there is no pagination */
.multiVideoStream > .thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.multiVideoStream > .thumbs > li {
	align-self: flex-start;
	margin: 0;
}

@media (max-width: 508px) {
	.multiVideoStream > .thumbs { justify-content: space-around; }
}

.thumbs h3 {
	background: 50% 3px no-repeat;
	background-size: 160px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.286;
	margin: 0;
	padding: 3px;
}
.thumbs h3 > a {
	background: 50% 10px no-repeat;
	background-size: auto 70px;
	display: block;
	padding-top: 93px;
	transition: .2s linear;
}
.thumbs h3 > a:hover,
.thumbs h3 > a:focus { background-image: url("/templates/4/assets/img/chalkwork/control_play.svg"); }


/* bxSlider customization requires namespacing */

.multiVideoStream .bx-wrapper {
	border: 0;
	margin: .214em 0 0;
}

.multiVideoStream .bx-controls { position: relative; }

.multiVideoStream .bx-wrapper .bx-pager-item:nth-child(n+2) { margin-left: 4px; }

.multiVideoStream .bx-pager .bx-pager-item:only-child { display: none; }

.multiVideoStream .bx-controls-direction .bx-next { right: 0; }
.multiVideoStream .bx-controls-direction .bx-prev { left: 0; }
