#TT-instagram-feed {
	float: left;
	text-align: center;
	position: relative;
	margin: 0 0 100px;
	width: 100%;
}
#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;
	padding: 0 25px;
	overflow: hidden;
	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%;
	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: 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 {
	border: 2px solid #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
	display: inline-block;
	height: 45px;
	padding: 8px;
	width: 45px;
	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;
}
.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: 25px;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover {
	background: #e83735;
	border-color: #e83735;
}
#TT-instagram-feed .insta-feed .image-wrapper a .ttview:hover i {
	color: #ffffff;
}
@media (max-width: 1300px) {
	#TT-instagram-feed {
		margin: 0 0 50px;
	}
}
@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);
	}
	#TT-instagram-feed {
		margin: 0 0 40px;
	}
}
@media (max-width: 480px) {
	#TT-instagram-feed .insta-feed .item {
		padding: 0 15px;
	}
	#TT-instagram-feed {
		margin: 0 0 30px;
	}
}