#TT-instagram-feed {
	float: left;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0 0 80px;
}
#TT-instagram-feed h5 {
	display: none;
}
#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;
	border-radius: 5px;
}
#TT-instagram-feed .insta-feed .item {
	float: left;
	position: relative;
	overflow: hidden;
	padding-left: 7.5px;
	border-radius: 5px;
	padding-right: 7.5px;
	margin-bottom: 15px;
}
#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%;
	transition: transform 3.525s .01s ease-out,background-color 0.725s ease-in-out,opacity 3.525s ease-out;
	-webkit-transition: transform 3.525s .01s ease-out,background-color 0.725s ease-in-out,opacity 3.525s ease-out;
	-moz-transition: transform 3.525s .01s ease-out,background-color 0.725s ease-in-out,opacity 3.525s ease-out;
	-o-transition: transform 3.525s .01s ease-out,background-color 0.725s ease-in-out,opacity 3.525s ease-out;
	-ms-transition: transform 3.525s .01s ease-out,background-color 0.725s ease-in-out,opacity 3.525s ease-out;
	width: 100%;
}
#TT-instagram-feed .image-wrapper:hover img {
	transform: scaleX(1.15) scaleY(1.15) translateZ(0);
	-webkit-transform: scaleX(1.15) scaleY(1.15) translateZ(0);
	-moz-transform: scaleX(1.15) scaleY(1.15) translateZ(0);
	-o-transform: scaleX(1.15) scaleY(1.15) translateZ(0);
	-ms-transform: scaleX(1.15) scaleY(1.15) translateZ(0);
}
#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
	bottom: 0;
	height: 17%;
	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.4);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	display: inline-block;
	height: 60px;
	padding: 0;
	width: 60px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color,background-color;
	transition-property: color,background-color;
}
.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: 26px;
	line-height: 60px;
	transition: all 400ms ease-in-out;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover {
	background: #ffba00;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover i {
	color: #000;
}

@media (max-width: 1199px) {
	#TT-instagram-feed {
		margin: 0 0 60px;
	}
	.insta-feed .item .image-wrapper .ttview {
		height: 50px;
		width: 50px;
	}
	#TT-instagram-feed .insta-feed .image-wrapper a .ttview i {
		font-size: 22px;
		line-height: 50px;
	}
}
@media (max-width: 991px) {
	#TT-instagram-feed .box-heading h5 {
		display: block;
		float: left;
		width: 100%;
		text-align: left;
	}
	#TT-instagram-feed .insta-feed ul {
		padding: 0;
	}
	#TT-instagram-feed .insta-feed .image-wrapper .tticon-zoom {
		height: 20%;
	}
	#TT-instagram-feed {
		margin: 0 0 40px;
	}
	.insta-feed .item .image-wrapper .ttview {
		height: 40px;
		width: 40px;
	}
	#TT-instagram-feed .insta-feed .image-wrapper a .ttview i {
		font-size: 20px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.insta-feed .item .image-wrapper .ttview {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	.insta-feed .item .image-wrapper .ttview {
		height: 30px;
		padding: 3px;
		width: 30px;
	}
	#TT-instagram-feed .insta-feed .image-wrapper a .ttview i {
		font-size: 16px;
		line-height: 24px;
		padding: 0px;
	}
	#TT-instagram-feed {
		margin: 0 0 30px;
	}
	#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);
	}
}
@media (max-width: 543px) {
	#TT-instagram-feed {
		padding-left: 2.5px;
		padding-right: 2.5px;
	}
}
@media (max-width: 480px) {
	#TT-instagram-feed {
		margin: 0 0 20px;
	}
}
@media (max-width: 360px) {
	#TT-instagram-feed, #TT-instagram-feed .insta-feed .item{
		padding-left: 5px;
		padding-right: 5px;
	}
}