/* DEFAULT styles FOR ALL TYPES */
section.single {
	position: relative;
	width: 100%;
	height: 100%;
}
section.single .paid-content-icon {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
	height: auto
}
section.single .image {
	position: relative;
}
section.single.gallery .image,
section.single.video .image {
	position: static;
	min-height: 250px;
}
section.single a:hover {
	text-decoration: none;
}
section.single .header .headline a {
	font-size: 24px;
	line-height: 30px;
	color: #000;
}
section.single .header .kicker {
	margin-bottom: 5px;
	display: block;
}
section.single .header .kicker a {
	color: #db0b00;
	margin-bottom: 4px;
	font-size: 11.5px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .25px;
	vertical-align: text-top;
}
/* IMAGES */
section.single .image .image-bg img {
	width: 101%;
	height: auto;
}
/* override for vertical slots */
section.single.size-1x2 .image .image-bg img,
section.single.size-2x2 .image .image-bg img {
	height: 100%;
	width: auto;
}
/* set all image containers in order to vertically center image inside */
section.single .image .image-bg {
	/*position: relative;
	overflow:hidden;*/
	min-height: 250px;
	width: 100%;
}
/* vertically center images inside container */
section.single .image .image-bg img {

}
/* set specific height for sizes - necessary to vertically center image in container - done at each breakpoint */
section.single.size-1x1 .image .image-bg,
section.single.size-2x1 .image .image-bg {
	height: 154px;
}
section.single.size-1x2 .image .image-bg {
	height: 445px;
}
section.single.size-2x2 .image .image-bg {
	height: 460px;
	background-color:#DEDEDE;
}
section.single.size-2x2  .header .headline {
	font-size: 20px;
}
/* START Default */
section.single.single-story .header {
	background: #222;
	padding: 20px;
	width: 100%;
	z-index: 1;
	position: relative;
	position: absolute;
	bottom: 0px;
}
section.single.single-story.style2 .header{
	position: relative;
}
section.single.single-story .header .headline a {
	color: #fff;
}
section.single.single-story .header .kicker {
	display: none;
}
section.single.single-story .excerpt {
	display: none;
}
section.single.single-story .image .icon {
	z-index: 25;
}
section.single.single-story .headline {
	height: 71px;
	overflow: hidden;
	margin-bottom: 0px !important;
}
/* Single Story Specifics */
.single.size-1x2 .header .headline {
	height: 89px;
}
/* HEADLINES 1x1 - 3 per row  @TODO: needed?? col-lg-4 doesnt seem to be a possibility */
	.col-lg-4 section.single.size-1x1 .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	.col-lg-4 section.single.size-1x1 .header {
		padding: 15px !important;
	}
/* HEADLINES 1x1 - 4 per row */
	.col-lg-3 section.single.single-story.size-1x1 .header .headline {
		height: 68px !important;
	}
	.col-lg-3 section.single.size-1x1 .header .headline a {
		font-size: 21px !important;
		line-height: 23px !important;
	}
	.col-lg-3 section.single.size-1x1 .header {
		padding: 15px;
	}
	/* New */
	#desktop section.single.single-story.size-1x1 .header .headline {
		height: 72px !important;
	}
	#desktop section.single.size-1x1 .header .headline a {
		font-size: 21px !important;
		line-height: 23px !important;
	}
	#desktop section.single.size-1x1 .header {
		padding: 15px;
	}
/* START SINGLE NO IMAGE */
section.single.single-story-no-image .image {
	display: none;
}
section.single.single-story-no-image .header {
	padding: 0px !important;
}
section.single.single-story-no-image .header .headline {
	height: auto !important;
	margin-bottom: 5px;
}
/* START AUTHOR */
section.single.single-author {
	background: #ebebeb;
	padding: 20px;
	display: block;
	height: 100%;
}
section.single.single-author .image .image-link {
	height: 100%;
	min-height: auto;
	width: 100%;
}
section.single.single-author .image .image-bg {
	height: 100% !important;
	min-height: auto !important;
	width: 100%;
}
section.single.single-author .excerpt {
	font-family: 'Lora', Georgia, serif !important;
}
#desktop section.single.single-author .header .headline a,
#tablet-h section.single.single-author .header .headline a,
#tablet-v section.single.single-author .header .headline a,
#mobile section.single.single-author .header .headline a {
	font-size: 21px !important;
	line-height: 23px !important;
}
section.single-author .header,
#tablet-h section.single-author .header,
#tablet-v section.single-author .header,
#mobile section.single-author .header {
	padding: 0px !important;
}
section.single.single-author .header .headline {
	margin-bottom: 6px;
	min-height: 1px !important;
}
section.single.single-author .header .headline .image {
	float: left;
	margin-right: 10px;
	width: 68px;
	height: 68px;
}
section.single.single-author .header .kicker {
	display: block !important;
	background-color: transparent !important; 
}
section.single.single-author .header .headline a {
	font-style: italic;
}
section.single.single-author .image a img {
	max-width: 68px;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}
section.single.single-author .image .icon {
	display: none;
}
section.single.single-author .excerpt p .paid-content-icon,
section.single-story-no-image .excerpt p .paid-content-icon {
	position: relative;
    top: 0;
    left: 5px;
}
/* START VIDEO/GALLERY */
section.single.size-1x2.single.gallery .image .image-bg,
section.single.size-1x2.single.video .image .image-bg {
	height: 460px;
}

section.single.size-1x1.single.gallery .image .image-bg,
section.single.size-1x1.single.video .image .image-bg {
	height: 175px;
	/*overflow: hidden;*/
}

section.single.single-story.size-1x1.video img {
	position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
section.single.single-story.size-1x1.video img.paid-content-icon {
	float: right;
    top: 10px;
    margin-right: 10px;
}
section.single.size-1x1.gallery .image .image-bg img {
	position: static;
}

section.single.gallery .header,
section.single.video .header {
	background: #e5e2d0 !important;
	padding: 15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
section.single.gallery .header .headline,
section.single.video .header .headline {
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 0px;
}
section.single.gallery .header .headline a,
section.single.video .header .headline a {
	color: #222;
	font-size: 21px;
	line-height: 24px;
}
section.single.single-gallery .header .kicker,
section.single.single-video .header .kicker {
	display: none;
}
section.single.video .image .image-bg .time-length {
	background: #222;
	color: #fff;
	font-size: 15px;
	padding: 3px 7px;
	position: absolute;
	bottom: 56px;
	right: 0;
}
section.single .time-length {
	display: none;
}

section.single .video .time-length {
	display: block;
}


/* START BUFFALO MAGAZINE */
section.single.single-story.size-1x1.buff-mag .image .image-bg {
    min-height: 160px;
}
section.single.size-1x1.single.gallery.buff-mag .image .image-bg {
    min-height: 185px;
}
section.single.single-story.buff-mag {
	border-right: 1px solid #d3d3d3;
	border-bottom: 6px solid #3A4549;
}
section.single.single-story.buff-mag .header {
	background: #fff;
}
section.single.single-story.buff-mag .header .headline a {
    color: #000;
	font-family: 'Catamaran', san-serif;
    font-weight: 700;
}
section.single.single-story.buff-mag .header .kicker {
	font-size: 11px;
    text-transform: uppercase;
    padding: 3px 8px 0px 8px;
    display: inline-block;
	background-color: #3A4549;
}
section.single.single-story.buff-mag .header .kicker a {
	color: #fff;
	margin-bottom: 0;
	font-family: 'Catamaran', sans-serif;
    font-weight: 400;
}
section.single.single-story.buff-mag .icon.style-circle i {
	color: #F87531;
}
section.single.single-story.buff-mag .image {
	background: #ccc;
	z-index: 0;
}
section.single.size-1x1.buff-mag .header .headline {
    max-height: 40px;
    overflow: hidden;
}

#tablet-h section.single.gallery.buff-mag .header .headline a {
    font-size: 17px !important;
    line-height: 17px !important;
}


#mobile section.single.single-story.buff-mag .header .headline a {
	font-size: 21px !important;
    line-height: 24px !important;
}
#mobile section.single.single-story.buff-mag .header .headline {
    height: auto !important;
    min-height: 25px;
}
#mobile section.single.single-story.buff-mag .header .kicker {
    padding: 3px 8px 3px 8px;
}
#mobile section.single.single-story.buff-mag .header .kicker {
	font-size: 11px;
}
#mobile section.single.single-story.buff-mag .image {
	z-index: 0;
}
#mobile section.single.single-story.size-1x1.buff-mag .image .image-bg {
    min-height: 375px;
}
#mobile section.single.size-1x1.buff-mag .header .headline {
    max-height: 100%;
}

/*gallery and video*/
section.single.single-story.buff-mag.gallery .header .kicker,
section.single.single-story.buff-mag.video .header .kicker {
	display: none;
}
section.single.single-story.buff-mag.gallery,
section.single.single-story.buff-mag.video {
    border-bottom: 0;
}
section.single.single-story.buff-mag.gallery .header,
section.single.single-story.buff-mag.video .header {
    background: #fff !important;
	/*border-bottom: 6px solid #F87531;*/
}
section.single.single-story.buff-mag.gallery .header .headline a,
section.single.single-story.buff-mag.video .header .headline a {
    color: #000;
}
#mobile section.single.single-story.buff-mag.gallery,
#mobile section.single.single-story.buff-mag.video {
    padding-bottom: 40px;
}
#mobile section.single.single-story.gallery .image .image-link .image-bg,
#mobile section.single.single-story.video .image .image-link .image-bg {
    height: 445px !important;
}
#desktop section.single.single-story.buff-mag.gallery .header .headline a,
#desktop section.single.single-story.buff-mag.video .header .headline a {
    font-size: 18px !important;
    line-height: 22px !important;
}
#desktop section.single.size-1x1.buff-mag .header .headline a,
#tablet-h section.single.size-1x1.buff-mag .header .headline a,
#tablet-v section.single.size-1x1.buff-mag .header .headline a  {
    font-size: 17px !important;
    line-height: 19px !important;
}
/* end galleries and videos */
/* END BUFFALO MAGAZINE */


/* START @media QUERIES */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	/* IMAGES set specific height for sizes - necessary to vertically center image in container */
	section.single.size-1x1 .image .image-bg {
		height: 156px;
	}
	section.single.size-1x1 .image .image-bg img{
		width: 108% !important;
	}
	.col-md-4 section.single.size-1x1 .image .image-bg {
		height: 180px;
	}
	/* New */
	#tablet-v section.single.size-1x1 .image .image-bg {
		height: 180px;
	}
	.col-md-4 section.single.size-1x2 .image .image-bg {
		height: 425px;
	}
	/* New */
	#tablet-v section.single.size-1x2 .image .image-bg {
		height: 445px;
	}
	section.single.size-2x1 .image .image-bg {
		height: 165px;
	}
	.col-md-4 section.single.size-2x1 .image .image-bg {
		height: 180px;
	}
	/* New */
	#tablet-v section.single.size-2x1 .image .image-bg {
		height: 180px;
	}
	section.single.size-2x2 .image .image-bg {
		height: 465px;
	}
/* video and galleries */
	section.single.size-1x1.gallery .image .image-bg img,
	section.single.size-1x1.video .image .image-bg img {
		height: 100%;
		width: auto !important;
	}
/* HEADLINES */
	.single.size-1x2 .header .headline,
	.col-md-4 .single.size-2x2 .header .headline {
		height: 78px !important;
	}
	/* New */
	#tablet-v .single.size-2x2 .header .headline {
		height: 78px !important;
	}
	section.single.single-story .headline {
		height: 56px !important;
	}
	section.single .header .headline a {
		font-size: 23px !important;
		line-height: 26px !important;
	}
	section.single.gallery .header .headline a {
		font-size: 18px !important;
    	line-height: 21px !important;
	}
/* HEADLINES 1x1, 2x1 - 3 per row */
	.col-md-4 section.single.single-story.size-1x1 .header .headline,
	.col-md-4 section.single.single-story.size-2x1 .header .headline {
		height: 46px !important;
	}
	.col-md-4 section.single.size-1x1 .header .headline a,
	.col-md-4 section.single.size-2x1 .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	.col-md-4 section.single.size-1x1 .header,
	.col-md-4 section.single.size-2x1 .header {
		padding: 15px !important;
	}
	/* New */
	#tablet-v .s-30 section.single.single-story .header .headline,
	#tablet-v .s-40 section.single.single-story .header .headline {
		height: 46px !important;
	}
	#tablet-v .s-30 section.single .header .headline a,
	#tablet-v .s-40 section.single .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	#tablet-v .s-30 section.single .header,
	#tablet-v .s-40 section.single .header {
		padding: 15px !important;
	}

/* HEADLINES 1x1 AND 1x2 - 4 per row */
	.col-md-3 section.single.single-story.size-1x1 .header .headline,
	.col-md-3 section.single.single-story.size-1x2 .header .headline {
		height: 68px !important;
	}
	.col-md-3 section.single.size-1x1 .header .headline a,
	.col-md-3 section.single.single-story.size-1x2 .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	.col-md-3 section.single.size-1x1 .header,
	.col-md-3 section.single.size-1x2 .header {
		padding: 15px;
	}
	/* New */
	#tablet-v .s-25 section.single.single-story.size1x1 .header .headline
	#tablet-v .s-25 section.single.single-story.size1x2 .header .headline {
		height: 46px !important;
	}
	#tablet-v .s-25 section.single.size1x1 .header .headline a,
	#tablet-v .s-25 section.single.size1x2 .header .headline a {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	#tablet-v .s-25 section.single.size1x1 .header,
	#tablet-v .s-25 section.single.size1x2 .header {
		padding: 15px !important;
	}
/* HEADLINES video and gallery */
	section.single.single-story.video .header .headline,
	section.single.single-story.gallery .header .headline {
		max-height: 69px !important;
	}
}

/*  bootstrap small - tablet portrait*/
@media screen and (min-width: 768px) and (max-width: 991px) {
/* IMAGES set specific height for sizes - necessary to vertically center image in container */
	section.single.size-1x1 .image .image-bg {
		height: 160px;
	}
	section.single.size-1x2 .image .image-bg {
		height: 475px;
	}
	section.single.size-2x1 .image .image-bg {
		height: 165px;
	}
	.col-sm-4 section.single.size-2x1 .image .image-bg {
		height: 156px;
	}

	/* New */
	#tablet-v section.single.size-2x1 .image .image-bg {
		height: 156px;
	}
	section.single.size-2x2 .image .image-bg {
		height: 475px;
	}
	.col-sm-12 section.single.size-2x2 .image .image-bg img {
		width: 100% !important;
		height: auto !important;
	}
	section.single.video .image .image-bg img,
	section.single.gallery .image .image-bg img {
		width: 100%;
		height: auto !important;
	}
	section.single.video.size-2x2 .image .image-bg img,
	section.single.gallery.size-2x2 .image .image-bg img {
		height: 100% !important;
		width: auto !important;
	}
/* HEADLINES */
	section.single .header .headline {
			height: 58px !important;
		}
		section.single .header .headline a {
			font-size: 22px !important;
			line-height: 29px !important;
		}
	/* Video and Galleries*/
	section.single.gallery .header .headline a,
	section.single.video .header .headline a {
		font-size: 20px !important;
		line-height: 22px !important;
	}
	section.single.gallery .header .headline,
	section.single.video .header .headline {
		max-height: 56px !important;
	}
	/* HEADER tablet no image single */
		#tablet-v section.single.single-story-no-image .header {
			padding: 0px !important;
		}
	/* HEADLINES  3 items per row*/
		.col-sm-4 section.single .header {
			padding: 15px !important;
		}
		.col-sm-4 section.single .header .headline {
			height: 50px !important;
		}
		.col-sm-4 section.single .header .headline a {
			font-size: 17px !important;
			line-height: 24px !important;
		}
	/* HEADLINES  3 items per row - NEW */
		#tablet-v section.single .header {
			padding: 15px; /*!important*/
		}
		#tablet-v section.single.single-story .header {
			padding: 0px !important;
		}
		#tablet-v section.single .header .headline {
			height: 50px !important;
		}
		#tablet-v section.single .header .headline a {
			font-size: 17px !important;
			line-height: 24px !important;
		}
	/* HEADLINES 2x2 and 1x2 - 3 per row */
		.col-sm-4 section.single.single-story.size-1x2 .header,
		.col-sm-4 section.single.single-story.size-2x2 .header {
			padding: 15px !important;
		}
		.col-sm-4 section.single.single-story.size-1x2 .header .headline,
		.col-sm-4 section.single.single-story.size-2x2 .header .headline {
			height: 73px !important;
		}
		.col-sm-4 section.single.single-story.size-1x2 .header .headline a,
		.col-sm-4 section.single.single-story.size-2x2 .header .headline a {
			font-size: 18px !important;
			line-height: 25px !important;
		}
	/* HEADLINES 2x2 and 1x2 - 3 per row - NEW */
		#tablet-v section.single.single-story.size-1x2 .header,
		#tablet-v section.single.single-story.size-2x2 .header {
			padding: 15px !important;
		}
		#tablet-v section.single.single-story.size-1x2 .header .headline {
			height: 73px !important;
		}
		#tablet-v section.single.single-story.size-2x2 .header .headline {
			height: 55px !important;
		}
		#tablet-v section.single.single-story.size-1x2 .header .headline a,
		#tablet-v section.single.single-story.size-2x2 .header .headline a {
			font-size: 23px !important;
			line-height: 27px !important;
		}
	/* HEADLINES 2x1 and 1x1 - 3 per row */
		.col-sm-4 section.single.single-story.size-1x1 .header,
		.col-sm-4 section.single.single-story.size-2x1 .header {
			padding: 15px !important;
		}
		.col-sm-4 section.single.single-story.size-1x1 .header .headline,
		.col-sm-4 section.single.single-story.size-2x1 .header .headline {
			height: 73px !important;
		}
		.col-sm-4 section.single.single-story.size-1x1 .header .headline a,
		.col-sm-4 section.single.single-story.size-2x1 .header .headline a {
			font-size: 18px !important;
			line-height: 25px !important;
		}
	/* HEADLINES 2x1 and 1x1 - 3 per row - NEW */
		#tablet-v section.single.single-story.size-1x1 .header,
		#tablet-v section.single.single-story.size-2x1 .header {
			padding: 15px !important;
		}
		#tablet-v section.single.single-story.size-1x1 .header .headline,
		#tablet-v section.single.single-story.size-2x1 .header .headline {
			height: 73px !important;
		}
		#tablet-v section.single.single-story.size-1x1 .header .headline a,
		#tablet-v section.single.single-story.size-2x1 .header .headline a {
			font-size: 18px !important;
			line-height: 25px !important;
		}
	/* HEADLINES 1x1 and 1x2 - 2 per row */
		.col-sm-6 section.single.single-story.size-1x1 .header,
		.col-sm-6 section.single.single-story.size-1x2 .header {
			padding: 15px !important;
		}
		.col-sm-6 section.single.single-story.size-1x1 .header .headline,
		.col-sm-6 section.single.single-story.size-1x2 .header .headline {
			height: 54px !important;
		}
		.col-sm-6 section.single.single-story.size-1x1.video .header .headline,
		.col-sm-6 section.single.single-story.size-1x1.gallery .header .headline {
			max-height: 56px;
		}
		.col-sm-6 section.single.single-story.size-1x1 .header .headline a,
		.col-sm-6 section.single.single-story.size-1x2 .header .headline a {
			font-size: 23px !important;
			line-height: 27px !important;
		}
		.col-lg-3 section.single.size-1x1 .header .headline a {
			font-size: 23px !important;
			line-height: 23px !important;
		}
	/* HEADLINES 1x1 and 1x2 - 2 per row - NEW */
		#tablet-v section.single.single-story.size-1x1 .header,
		#tablet-v section.single.single-story.size-1x2 .header {
			padding: 15px !important;
		}
		#tablet-v section.single.single-story.size-1x1 .header .headline,
		#tablet-v section.single.single-story.size-1x2 .header .headline {
			height: 56px !important;
		}
		#tablet-v section.single.single-story.size-1x1.video .header .headline,
		#tablet-v section.single.single-story.size-1x1.gallery .header .headline {
			max-height: 56px;
		}
		#tablet-v section.single.single-story.size-1x1 .header .headline a,
		#tablet-v section.single.single-story.size-1x2 .header .headline a {
			font-size: 23px !important;
			line-height: 27px !important;
		}
		#tablet-v section.single.size-1x1.buff-mag .header .headline a  {
		    font-size: 17px !important;
		    line-height: 19px !important;
		}
		#tablet-v section.single.size-1x1 .header .headline a {
			font-size: 23px !important;
			line-height: 23px !important;
		}
		#tablet-v section.single.single-author .header .headline {
			display: inline;
			overflow: auto;
			margin-bottom: 6px;
		}
	/* 2x2 12-col */
		.col-sm-12 section.single.size-2x2 .header .headline a {
			font-size: 22px !important;
			line-height: 30px !important;
		}
	/* 2x2 12-col - NEW */
		#tablet-v section.single.size-2x2 .header .headline a {
			font-size: 22px !important;
			line-height: 30px !important;
		}

}

/* X-SMALL MOBILE - use #mobile instead of media query in order to target admin curate page as well */
/* IMAGES */
#mobile section.single.size-1x1.single.gallery .image .image-bg,
#mobile section.single.size-1x1.single.video .image .image-bg {
	position: relative;
	top: 0;
    left: 0;
}
#mobile section.single .image .image-bg img {
	height: auto !important;
	width: 100% !important;
}
#mobile section.single .image .image-bg img {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#mobile section.single .image .image-bg {
	/*height: 100%;*/
}
/* HEADLINES */

#mobile section.single {
	padding-bottom: 70px; /*make room for headline*/
}
#mobile section.single.single-story .header {
	bottom: 0px; /* position headline absolutely below photo*/
}

#mobile section.single .header .headline {
	height: auto !important;
	min-height: 60px;
}
#mobile section.single .header .headline a {
	font-size: 22px !important;
	line-height: 27px !important;
}
#mobile section.single.single-story .header {
	padding: 15px;
}
#mobile section.single.single-story-no-image,
#mobile section.single.single-author {
	margin-bottom: 0px !important; /*override making room for title*/
}
#mobile section.single.single-story-no-image .header .headline {
	height: auto !important;
}
/* no image */
#mobile section.single.single-story-no-image {
	padding: 16px 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#mobile section.single.single-story-no-image .excerpt {
    display: none !important;
}
/* galleries/video */
#mobile .single.video.size-1x1 .image .image-bg img {
	width: 100% !important;
	height: auto !important;
}
/*
#mobile section.single.gallery,
#mobile section.single.video {
  margin-bottom: -20px !important;
}
*/
#mobile section.single.gallery .header,
#mobile section.single.video .header {
	bottom: 0px;
}

#mobile section.single.gallery .header .headline,
#mobile section.single.video .header .headline{
	bottom: 0px;
	max-height:none;
}

/* curator front-end */
#mobile .curator-front-end .curated-page#mobile .row {
	margin: 0px;
	margin-bottom: 0px;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}
/* END x-small mobile   use #mobile instead of media query */

/* IMAGES SPECIFIC STYLES FOR MOBILE MEDIA QUERIES */
@media only screen and (min-width: 600px) and (max-width: 767px) {
	#mobile section.single .image .image-link .image-bg,
	#mobile section.single.gallery .image, #mobile section.single.video .image {
		max-height: 500px !important;
	}
	#mobile section.single.gallery .image .image-link .image-bg,
	#mobile section.single.video .image .image-link .image-bg {
	    height: 100% !important;
	}
}
@media only screen and (min-width: 451px) and (max-width: 599px) {
	#mobile section.single .image .image-link .image-bg {
		max-height: 450px !important;
	}
	#mobile section.single.gallery .image .image-link .image-bg,
	#mobile section.single.video .image .image-link .image-bg {
	    height: 100% !important;
	}
}
@media only screen and (max-width: 450px) {
	#mobile section.single .image .image-link .image-bg {
		max-height: 300px !important;
	}
	#mobile section.single.gallery .image .image-link .image-bg,
	#mobile section.single.video .image .image-link .image-bg {
	    height: 100% !important;
	}
}

/**
 * Article Page Style
 */
.article-page-widget-wrapper section.single {
	width: 283px;
	height: 250px;
}
.article-page-widget-wrapper section.single p {
	margin: 0;
	padding: 0;
}
/* photo galleries */
@media only screen and (max-width: 500px) {
	.article-page-widget-wrapper section.single {
		width: 100%;
		height: auto;
	}
	.article-page-widget-wrapper section.single.single-story .headline {
	    height: auto;
	}
}
/**
 * END Article Page Style
 */
