#TT-instagram-feed {
	text-align: center;
	float: left;
	width: 100%;
	padding: 30px 15px;
	position: relative;
}
#TT-instagram-feed h2 {
	text-align: center;
	text-transform: capitalize;
	background: rgba(24, 24, 24, 0.9) none repeat scroll 0 0;
	margin: auto;
	color: #fff;
	float: none;
	height: 50px;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 24px;
	vertical-align: top;
	width: 260px;
	font-size: 26px;
	font-weight: 600;
	z-index: 2;
	line-height: 48px;
	bottom: 0;
	display: none;
}
#insta-feed .ttinstafeed-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
	float: left;
}
#TT-instagram-feed .item {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
}
#TT-instagram-feed .image-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
#TT-instagram-feed #insta-feed .owl-carousel {
  margin: 0;
}
#TT-instagram-feed .item .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 .item:hover .image-wrapper 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;
	z-index: 1;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#TT-instagram-feed #insta-feed .image-wrapper:hover .tticon-zoom {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#TT-instagram-feed .item .image-wrapper::after {
	background: rgba(0,0,0,.4) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition-duration: 0.3s;
	z-index: all 400ms ease-in-out 0s;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
}
#TT-instagram-feed .item:hover .image-wrapper::after {
  opacity: 1;
  -moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}

#TT-instagram-feed #insta-feed .image-wrapper a .ttview {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	display: inline-block;
	float: none;
	height: 40px;
	width: 40px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	background: rgba(255,255,255,.2) none repeat scroll 0 0;
}
#TT-instagram-feed #insta-feed .image-wrapper a .ttview:hover {
	background: #333;
	color: #fff;
}
#TT-instagram-feed #insta-feed .image-wrapper a .ttview i {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
#TT-instagram-feed #insta-feed .image-wrapper a .ttview:hover i {
	color: #fff;
}
@media (max-width: 991px){
	#TT-instagram-feed .image-wrapper img {
		width: 100%;
	}
}
@media (max-width: 480px){
	#TT-instagram-feed {
		padding: 20px 5px;
	}
	#TT-instagram-feed .item {
		padding: 0 5px;
	}
}
