
@media screen and (min-width: 992px) {
.news-small-div{
	padding: 0px;
	padding-bottom:5px;
	overflow:hidden;
	height: 245px;
	margin-bottom: 10px;
	width: calc(41.66666667% - 15px);
}
.image-block-text-info{
	color: white;
    font-size: 17px;
    font-weight: 500;
}
.image-block-big-block{
	height: 500px;
	overflow:hidden;
	width: 58.33333333%;
    margin-right: 15px;
	padding:0px;
}
.image-block-text-header{
	color: white;
    font-weight: 900;
    font-size: 20px;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	width: 100%;
	line-height:24px;
}
.image-block-text{
	bottom: 0%;
    height: auto;
	position: absolute;
	width:100%;
	text-align:center;
}
.image-block-big{
	background-size: cover;
	background-position-x: 50%;
	height: 500px;
	background-repeat: no-repeat;
	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;
}
/*.image-block-big:hover{
	background-size: cover 110%;
	background-repeat: no-repeat;
	height:500px;
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* 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 */ 
/*}*/
.image-block-small{
	background-size: cover;
	height: 245px;
	background-repeat: no-repeat;
	padding:20px;
	background-size: cover;
	background-position-x: 50%;
	background-repeat: no-repeat;
	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;
}
/*.image-block-small:hover{
	background-repeat: no-repeat;
	height:245px;
	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 */ 
/*}*/
.image-block-small-text{
	color: white;
    top: 125px;
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
}
@media screen and (max-width: 992px) and (min-width: 768px) {

.image-block-big-block{
	height: 500px;
	overflow:hidden;
	padding:0px;
}
.image-block-text-info{
	color: white;
    font-size: 17px;
    font-weight: 500;
}
.image-block-text-header{
	color: white;
    font-weight: 900;
    font-size: 20px;
	background: rgba(0,0,0,0.5);
	display: inline-block;
    width: 100%;
	line-height:24px;
}
.image-block-text{
	bottom: 0%;
    height: auto;
	position: absolute;
	width:100%;
	text-align:center;
}
.image-block-big{
	background-position-x: 50%;
	background-size: cover;
	height: 500px;
	background-repeat: no-repeat;
	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;
}
/*.image-block-big:hover{
	background-size: cover 110%;
	background-repeat: no-repeat;
	height:500px;
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* 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 */ 
/*}*/
.image-block-small{
	background-size: cover;
	height: 245px;
	background-repeat: no-repeat;
	padding:20px;
	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;
}
/*.image-block-small:hover{
	background-repeat: no-repeat;
	height:245px;
	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 */ 
/*}*/
.image-block-small-text{
	color: white;
    top: 125px;
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
	width: 85%;
}
.news-small-div{
	padding: 0px;
	padding-bottom:5px;
	overflow:hidden;
	height: 245px;
	margin-top: 10px;
    width: calc(50% - 15px);
    margin-right: 7.5px;
    margin-left: 7.5px;
}
}
@media screen and (max-width: 768px){
.image-block-big-block{
	height: 500px;
	overflow:hidden;
	padding:0px;
}
.news-small-div{
	margin-top: 30px;
}
.image-block-text-info{
	color: white;
    font-size: 17px;
    font-weight: 500;
}
.image-block-text-header{
	color: white;
    font-weight: 900;
    font-size: 20px;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	width:100%;
	line-height:24px;
}
.image-block-text{
	bottom: 0%;
    height: auto;
	position: absolute;
	width:100%;
	text-align:center;
}
.image-block-big{
	background-size: cover;
	background-position-x: 50%;
	height: 500px;
	background-repeat: no-repeat;
	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;
}
/*image-block-big:hover{
	background-size: cover 110%;
	background-repeat: no-repeat;
	height:500px;
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* 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 */ 
/*}*/
.image-block-small{
	background-size: cover;
	background-position-x: 50%;
	height: 500px;
	background-repeat: no-repeat;
	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;
}
/*.image-block-small:hover{
	background-size: cover 110%;
	background-repeat: no-repeat;
	height:500px;
	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 */ 
/*}*/
.news-small-div{
	height: 500px;
	overflow:hidden;
	padding:0px;
}
.image-block-small-text{
	color: white;
    top: 125px;
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
}