@media all and (max-width: 1919px){
 .page_no_data {
	margin-left: 3%;
	margin-top: 2%;
	width: 90%;
}
}
@media all and (max-width: 1279px){
 .page_no_data {
	margin-left: 3%;
	margin-top: 2%;
	width: 100%;
}
	.slide_file_thumb_block{
	width:40%;
	float: left;
	margin-right:2%;
	margin-bottom:2%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height:400px;
	background-size: cover;
}
}

@media all and (max-width:979px){
.slide_file_thumb_block {
	width: 44%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 318px;
	background-size: cover;
}
.a_into_block{
	font-size:0.9em;
}
.a_into_icon .fa{
	font-size:2em;
}

}