/*
Theme Name:   Magazine point Pro
Description:  Magazine point Child theme
Author:       SEO4.net
Template:     magazine-point
Version:      1.0.0
Text Domain:  magazine-point-pro
*/

#featured-news .featured-news-thumb a {
	position: relative;
	padding-top: 56.25%;
	display: block;
}
#featured-news .featured-news-item.main-featured-news-item  .featured-news-thumb a{
	padding-top: calc(56.25% + 10px);
}
#featured-news .featured-news-wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#featured-news .featured-news-text-content{
	padding: 10px 15px;
}
#featured-news .featured-news-title{
	font-size: 15px;
	font-weight: normal;
}