@charset "utf-8";
/* CSS Document */

main {
	background: linear-gradient(#EEEEEF,#D2D8CD);
}

.blog_4 > article {
	width: 21%;
	padding-bottom: 30px;
}

.luminous {
	cursor: zoom-in;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.luminous:hover {
	opacity: 0.6;
}
.lum-gallery-button {
  display: none !important;
}

@media screen and (max-width: 650px) {
	
.blog_4 > article {
	width: 45%;
	padding-bottom: 20px;
}	
	
}