#newsheadline {
	width:100%;
	background: #fff; 
	margin-top: 10px;
	overflow: hidden;
}

#newsheadline .news-title {
	width: 100%;
	height: 110px;
}

#newsheadline .news-title .left {
	float: left;
	background: #000;
	height: 100%;
	transform: skew(79deg,0);
	position: relative;
	left: -25%;
}

#newsheadline .news-title .center {
	position: relative;
	text-align: center;
	color: #000;
	font-size: 25px;
	margin-top: 50px;
}

#newsheadline .news-title .right {
	float: right;
	background: #000;
	height: 100%;
	transform: skew(-79deg,0);
	position: relative;
	right: -25%;
}

#newsheadline .news-container{
	margin: -16px 20px 16px 20px;
	position: relative;
	background: #fff;
	box-shadow: 5px 5px 22px #0009;
	display: block;
}

#newsheadline .post-info {
	position: relative;
	float: right;
}

#newsheadline .post-info .post-date {
	padding: 12px 20px;
}

#newsheadline .post-info .post-date >span {
	padding-right: 5px;
}

#newsheadline .post-info .post-date .post-type{
	margin-left: 40px;
	background: #000;
	color: #fff;
	padding: 1px 4px;
}

#newsheadline .subject {
	width: 100%;
	position: relative;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

#newsheadline .subject .post-media {
	height: 100%;
	min-height: 1px;
	text-align: center;
	margin-top: 15px;
	float: right;
}

#newsheadline .subject .post-text{
	height: 100%;
	padding: 15px 5%;
	float: right;
}

#newsheadline .subject .post-text .title{
	font-size: 19px;
	margin-bottom: 1.5rem;
}

#newsheadline .subject .post-text .text{
	font-size: 14px;
}

#newsheadline .subject .post-media .post-photo{
	width: 100%;
	height: 100%;
	padding: 0px 5px 1rem 5px;
	overflow: hidden;
	padding: 26px;
}

#newsheadline .subject .post-media .post-photo iframe {
	width: 100%;
	height: 250px;
}

#newsheadline .subject .post-media .post-photo:first-child{
	width: 100%;
	height: 100%;
	padding: 0px 5px 1rem 5px;
	overflow: hidden;
	padding: 0px 26px 26px 26px;
}


#newsheadline .subject .post-media .post-photo > img{
	width: 100%;
	height: auto;
	box-shadow: 5px 5px 20px #00000080;
}

#newsheadline .post-text .post-photo.article{
	display: none;
}

@media only screen and (max-width: 600px) {
	#newsheadline .subject .post-text .text{
		padding-top: 5%;
	}
	
  	#newsheadline .post-text .post-photo.article{
		display: block;
	}

	#newsheadline .post-media .post-photo.article{
		display: none;
	}

}










