

.demo-gallery::before, .demo-gallery::after{
content:' ';
display:block;
clear:both;
}

.demo-pic {
	float: left;
	width: 33.33%;
	padding: 15px;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 25px;
}
	.demo-pic img {
		width: 100%;
		border-radius: 25px;
		height: 260px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.demo-title, .demo-description{
	display:none;
}



@keyframes blinker{
	0%{
		opacity:0.01;
	},
	100%{
		opacity:0.99;
	}
}

