

.small-demo {
	background: #fff;
	box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-moz-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-webkit-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	width: 60%;
	float: right;
}

.small-demo .caption {
	padding: 10px;
	color: #212121;
	font-size: 0.875rem;
}

.small-demo a {
	/*max-width: 33.3333333333333333333%;*/
	float: left;
	overflow: hidden;
}
.small-demo img {
	max-width: 100%;
	/*width: 100%;
	height: auto;*/
	display: block;
	-webkit-transition: -webkit-transform .35s ease;
	-moz-transition: -moz-transform .35s ease;
	-o-transition: -o-transform .35s ease;
	-ms-transition: -ms-transform .35s ease;
	transition: transform .35s ease;
}

.small-demo a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


	.small-demo {
		width: 100%;
		float: none;
	}
}
