<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.promoListView, .promoListView .promoThumbnail {
	width: 100%;
}

.promoListView .promoCaption {
	width: 100%;
	padding: .1rem;
	background-color: rgba(10, 10, 10, 0.5);
	color: #fefefe;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	bottom: 0;
	position: absolute;
	max-height: 1.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.promoListView .thumbnail {
	width: 100%;
	position: relative;
}

@media screen and (max-width: 39.9375em) {
	
	.promoListView	.orbit-bullets {
		position: absolute;
		top: 0;
	    right: .5rem;
	    margin: 0;
	}
	
	.promoListView{
		position: relative;
	}
}</pre></body></html>