* {
margin: 0;
padding: 0;
border: none;
outline: none;
}

/*General Mosaic Styles*/
.mosaic-block {
float: left;
position: relative;
overflow: hidden;
width: 351px;
height: 249px;
margin-right:33px;
margin-bottom:50px;
border: 1px solid #fff;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.mosaic-backdrop {
display: none;
position: absolute;
top: 0;
height: 100%;
width: 100%;
background: #111;
}
.mosaic-overlay {
display: none;
z-index: 5;
position: absolute;
width: 100%;
height: 100%;
background: #111;
}
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.bar2 .mosaic-overlay {
bottom: -150px;
height: 200px;
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}
.bar2 .mosaic-overlay:hover {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}
/*** End Animation Styles ***/


@media screen and (max-width:1199px) and (min-width:992px){
.mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 262px;
	height: 200px;
	margin-bottom:40px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.mosaic-block img{
	width:100%;
	height:auto;
}

}


@media screen and (max-width:991px) and (min-width:768px){
.mosaic-block {
float: none;
position: relative;
overflow: hidden;
width: 350px;
height: 250px;
margin:0 auto;
margin-bottom:40px;
border: 1px solid #fff;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

}


@media screen and (max-width:479px) and (min-width:320px){
.mosaic-block {
float: none;
position: relative;
overflow: hidden;
width: 350px;
height: 250px;
margin:0 auto;
margin-bottom:40px;
border: 1px solid #fff;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

}