.mk-flickr-feeds {
	margin-bottom: 20px;
}

.flickr-item {
	display: inline-block !important;
	padding: 0 4px 4px 0;
	float: left;
	box-sizing: border-box;

	img {
		position: relative;
		width: 100%;
		border-radius: 3px;
	}

	&:hover {
		opacity: .8;
	}

	@media handheld, only screen and (max-width: 960px) {
		width: 33% !important;
	}

	@media handheld, only screen and (max-width: 600px) {
		width: 49% !important;
	}
}
