/*--------------------------------------------------
    ## All responsive style
---------------------------------------------------*/
@media all and (min-width: 1600px) {

	.sidebar-area .widget-post .single-widget-post .thumb img,
	.top-post-wrap .thumb img,
	.single-post-wrap .thumb img {
		width: 100%;
	}

	.video-area .top-post-wrap-2 .thumb,
	.video-area .top-post-wrap-2 {
		height: 100%;
	}

	.top-news-area .recent-news-area {
		margin-bottom: 43px;
	}
}

@media all and (max-width: 1599px) {
	.widget-title {
		font-size: 22px;
	}
}