#TT-instagram-feed {
	float: left;
	text-align: center;
	position: relative;
	margin: 0 0 10px;
	width: 100%;
}
#TT-instagram-feed .box-heading {
  display: none;
}
#TT-instagram-feed .insta-feed {
  float: left;
  padding: 0 5px;
  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: 0 5px;
	width: 100%;
}
#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.4);
}
#TT-instagram-feed .insta-feed .owl-carousel {
  margin: 0;
}
#TT-instagram-feed .image-wrapper img {
	max-width: 100%;
}
#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
    bottom: 0;
	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: 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;
	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 {
    background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	display: inline-block;
	height: 40px;
	padding: 10px;
	width: 40px;
}
.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: 16px;
	line-height: 18px;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover {
	background: #000000;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover i {
	color: #ffffff;
}
@media (max-width: 767px) {
	.insta-feed .item .image-wrapper .ttview {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
	#TT-instagram-feed .image-wrapper::before {
		background: rgba(0, 0, 0, 0.4);
	}
}