.seealso {
	font-family: Roboto, sans-serif;
	font-size: 14px;
}

.seealso > div > h2 {
	border-bottom: 1px solid #b6b6b0;
	padding-bottom: 7px;
	color: #999;
	margin-top: 25px;
}

.seealso > div > div.row {
	margin-bottom: 10px;
}

.seealso .seealso-content a {
	display: block;
	display: -webkit-box;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	margin-top: 10px;
}

.seealso .seealso-picture {
	position: relative;
	/* display: inline-block; */
}

.seealso .seealso-picture > .video-duration {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 4px;
	padding: 2px 4px;
	opacity: .8;
	color: #fff;
	background-color: #111;
	font-weight: 500;
	border-radius: 2px;
	font-size: .9em;
}

/* .seealso .seealso-picture > a > img {
	background: url(loader.gif) no-repeat center;
} */


.seealso  .embed-responsive-340by226{
	padding-bottom: 66.47%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.seealso .seealso-picture .img-responsive {
		width: 100%;
	}
}

.seealso .seealso-content > .seealso-title {
	margin-bottom: 2px;
}

.seealso .seealso-content > .publishing-info {
	display: block;
	border: 0 none;
	margin-bottom: 15px;
	padding-top: 4px;
	color: #999;
	font: .9em Roboto, Arial, serif;
	text-align: left;
	word-spacing: -4px;
}

.seealso .seealso-content > .publishing-info > span {
	word-spacing: normal;
}

.seealso .seealso-content > .publishing-info > span:not(:last-of-type)::after {
	content: "•";
	margin: 0 10px;
}