
@media screen and (min-width: 992px) {
.blog-news-wrapper{
	height: 250px;
    margin-bottom: 10px;
}
.blog-news-wrapper-img-block{
	overflow: hidden;
    height: 250px;
    padding: 0;
}
.blog-news-wrapper-img{
	background-size: cover;
	height: 250px;
	background-repeat: no-repeat;
	background-position:50%;
	transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-news-wrapper-img:hover{
	background-size: cover 110%;
	background-repeat: no-repeat;
	height:250px;
	background-position:50%;
	transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.blog-news-wrapper-text{
	height:250px;
	
}

.blog-news-wrapper-text-header{
	font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
	height: 55px;
}
.blog-news-wrapper-text-neck{
	color: #ef7e21;
    font-size: 13px;
}
.blog-news-wrapper-text-content{
	overflow: hidden;
    text-overflow: ellipsis;
    max-height: 135px;
    white-space: normal;
}
}
@media screen and (max-width: 992px) and (min-width: 768px) {
.blog-news-wrapper-img-block{
	overflow: hidden;
    height: 250px;
    padding: 0;
}
.blog-news-wrapper{
	height: 250px;
	margin-bottom: 10px;
}
.blog-news-wrapper-text{
	height:250px;
	
}
.blog-news-wrapper-img{
	background-size: cover;
	height: 250px;
	background-repeat: no-repeat;
	background-position:50%;
	transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-news-wrapper-img:hover{
	background-size: cover 110%;
	background-repeat: no-repeat;
	height:250px;
	background-position:50%;
	transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.blog-news-wrapper-text-header{
	font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
	max-height: 70px;
}
.blog-news-wrapper-text-content{
	overflow: hidden;
    text-overflow: ellipsis;
    max-height: 180px;
    white-space: normal;
}
}
@media screen and (max-width: 768px){
.blog-news-wrapper-img-block{
	overflow: hidden;
    height: 250px;
    padding: 0;
}
.blog-news-wrapper{
	height: 500px;
	margin-bottom: 10px;
}
.blog-news-wrapper-text{
	height:250px;
	
}
.blog-news-wrapper-img:hover{
	background-size: cover 110%;
	background-repeat: no-repeat;
	height:250px;
	background-position:50%;
	transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.blog-news-wrapper-img{
	background-size: cover;
	background-repeat: no-repeat;
	height:250px;
	background-position:50%;
	transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-news-wrapper-text-header{
	font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
	max-height: 100px;
}
.blog-news-wrapper-text-content{
	overflow: hidden;
    text-overflow: ellipsis;
    max-height: 150px;
    white-space: normal;
}
}