.newshome .header{
	padding-bottom: 30px;
}
.newshome .header h1{
	color: #f3870d;
}
.newshome .header p{
	font-size: 20px;
}
#MagazineBox{
	background: #e8eae9;
	padding: 50px 0;
}
.rowmagazine{
	height: 470px;
}
.rowmagazine .subject{
	padding: 15px 0;
}
.magazinedata .col-xs-3{
	width: 25%;
}
.rowmagazine .img{
	height: 350px;
	overflow: hidden;
}
.rowmagazine .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.rowmagazine .img:hover > img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
@media (max-width: 1299px) {
	.rowmagazine .img{
		height: 340px;
	}
}
@media (max-width: 1199px) {
	.rowmagazine .img{
		height: 300px;
	}
}
@media (max-width: 991px) {
	.magazinedata .col-xs-3{
		width: 33.33%;
	}
	.rowmagazine{
		height : 380px;
	}
	.rowmagazine .img{
		height: 280px;
	}
}
@media (max-width: 767px) {
	#MagazineBox{
		padding: 20px 0;
	}
	.rowmagazine{
		height: 55vw;
	}
	.rowmagazine .img{
		height: 40vw;
	}
	.magazinedata .col-xs-3{
		width: 33.33%;
	}
	.newshome .header h1{
		font-size: 30px;
		margin-top: 0;
	}
	.newshome .header p{
		font-size: 16px;
	}
}
@media (max-width: 550px) {
	.rowmagazine{
		height: 80vw;
	}
	.rowmagazine .img{
		height: 60vw;
	}
	.magazinedata .col-xs-3{
		width: 50%;
	}
}