.o-post__title {
	margin-bottom: .5em;
}

.mobile-share {
	top: 0;
	right: 0;
}

.o-post__media {
	margin: 1em 0;
}

.c-byline {
	margin-bottom: 1em;
}

.c-byline--large {
	background: #f1f1f1;
	padding: 2%;
	font-size: .875em;
}

.o-media__byline {
	margin-right: 1em;
}

.o-post__caption {
	border: 1px solid #eee;
	border-top: none;
    font-size: .813em;
    padding: 0.5em 0.25em;
}

.o-post__content {
	margin-top: 1em;
	margin-bottom: 0;
}

.o-post .dfp-ad.alignleft {
	margin: 0;
}

.o-post .dfp-ad.alignleft > div {
	margin: 5px 20px 20px 0;
}

@media only screen and (min-width: 38.375em) {
	.pw-hide-behind-paywall {
		float: left;
		width: 80%;
	}

	.c-byline--fixed {
		position: fixed;
		top: 0;
		padding: .857em;
		width: 104px;
		margin-top: 2.286em;
	}

	.c-byline--bottom {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

.c-byline__image {
	margin-bottom: 1em;
}

.o-tags {
	margin-bottom: 1em;
}

.o-tags__title {
	margin-right: .75em;
}

.o-tags__list {
	line-height: 1.714;
}

.o-tags__item {
	margin-right: .75em;
}

.o-related {
	margin-bottom: 1.5em;
}

.o-related__time {
	color: #b5b4b4;
}

@media only screen and (max-width: 45em) {

	.o-related__item {
		margin-bottom: .5em;
		padding-bottom: .5em;
		border-bottom: 1px solid #d0d0d0;
	}

	.o-related__image {
		float: left;
		width: 40%;
		margin-right: 5%;
	}
}

@media only screen and (min-width: 45.001em) {

	.o-related__item {
		width: 30%;
		float: left;
		margin-right: 5%;
	}

	.o-related__item:nth-child(3n) {
		margin-right: 0;
	}

}

@media only screen and (min-width: 45.5em) {

	.c-byline {
		float: right;
		width: 16%;
		max-width: 7.429em;
	}
	
	.c-byline__time {
		display: block;
	}

	.c-byline .c-byline__author {
		display: block;
		margin: 0 0 .5em 0;
	}
}

.webcam-image {
	margin-bottom: 1em;
}

.pw-paywall-prompt {
	margin: 0 0 1em 0;
	padding: 1em 3em;
	color: #fff;
	display: block;
	border-radius: 4px;
}

.pw-paywall-prompt:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    display: block;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pw-paywall-prompt__title {
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding-bottom: .25em;
	margin-bottom: .5em;
}

.button--pwprompt {
	border: none;
}

@media only screen and (min-width: 45.5em) {
	.pw-paywall-prompt {
		width: 80%;
	}
}

.o-post__media--video { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
}

.o-post__media--video iframe, .o-post__media--video object, .o-post__media--video embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
