
.header-section {
	min-height:100px!important;
	height:100px!important;
}
.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);
}
 
 
.row:before,
.row:after {
	display: table;
  content: " ";
}

.row:after {
	clear: both;
}

.col-left {
	float: left;
	width: 25%;
	padding: 0 15px;
}

.col-right {
	float: left;
	width: 75%;
	padding: 0 15px;
}
 