.video-part{
	/*padding-top: 25px;*/
	margin-bottom: 25px;
}
.vid-txt{
	padding: 15px 0;
}
.vid-txt span{
	display: block;
	font-size: 16px;
}
.vid-wrapper {
    margin-top: 25px;    
}
.link-img {
	position: relative;
	display: table;
}
.News-cnt .link-img{width:100%;}
.link-img a{
	display: table-cell;
}
.link-img span img{   
    position: absolute;
    top: 40%;
    left:40%; 
    opacity: .8;   
}
.link-img span img:hover{opacity: .5;}
.News-cnt{width:70%;margin-top:1%;margin-bottom:2%;}
.news-img { /*height:250px;*/
    margin-top: 2%;
    width: 100%;
}
.link-img span .news-play-btn{top:46%;left:47%;}

@media (min-width:768px) and (max-width:1024px) { 
 .news-title p{font-size:24px !important;line-height:1.1;}
.vid-txt span {font-size: 12px;}
.vid-txt {padding: 5px 0;}
.News-cnt {width:80%;}
/*.news-img{height:200px;}*/
article p{font-size:16px !important;}
}
@media (min-width:320px) and (max-width:767px) {
    .vid-txt {text-align:center;}
   .News-cnt {width:90%;}
    .link-img span .news-play-btn{top:42%;left:42%;}
    /*.news-img{height:180px;}*/
}    
