#TT-instagram-feed {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
}
#TT-instagram-feed .insta-feed {
  float: left;
  width: 100%;
}
#TT-instagram-feed h2 {
	margin: 40px 0 24px 0;
}
#TT-instagram-feed .image-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#TT-instagram-feed .insta-feed .item {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 5px;
	width: auto;
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
}
#TT-instagram-feed .image-wrapper::before {
	
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 400ms ease-in-out 0s;
	  -webkit-transition: all 400ms ease-in-out 0s;
	  -moz-transition: all 400ms ease-in-out 0s;
	  -o-transition: all 400ms ease-in-out 0s;
	  -ms-transition: all 400ms ease-in-out 0s;
	width: 100%;
	z-index: 1;
}
#TT-instagram-feed .image-wrapper:hover::before {
	background: rgba(0,0,0,0.5) none repeat scroll 0 0;
}
#TT-instagram-feed .insta-feed .owl-carousel {
  margin: 0;
}
#TT-instagram-feed .image-wrapper img {
	max-width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
#TT-instagram-feed .image-wrapper:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
	bottom: auto;
	height: 15%;
	left: 0;
	margin: auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 30px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	z-index: 1;
}
#TT-instagram-feed .insta-feed .image-wrapper:hover .tticon-zoom {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.insta-feed .item .image-wrapper .ttview {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.insta-feed .item .image-wrapper:hover .ttview {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview i {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover i {
	color: #ffffff;
}
@media (max-width: 1501px) {
	.insta-feed .item .image-wrapper .ttview {
		top: -10px;
	}
}
@media (max-width: 991px) {
	#TT-instagram-feed .box-heading h5 {
		display: block;
		float: left;
		width: 100%;
		text-align: left;
	}
	.insta-feed .item .image-wrapper .ttview {
		top: 0;
	}
	footer .footer-column #TT-instagram-feed h5 {
		display: block;
	}
	#TT-instagram-feed .insta-feed {
		padding: 0 10px;
	}
	#TT-instagram-feed .insta-feed ul {
		padding: 0;
	}
	#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
		bottom: 0;
		top: 0;
	}
}
@media (max-width: 767px) {
	#TT-instagram-feed .image-wrapper::before {
		background: rgba(0, 0, 0, 0.4);
	}
}
@media (max-width: 480px) {
	#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
		bottom: auto;
		top: 35%;
	}
}