.itj-instagram-feed-wrap{
	position: relative;
	padding: 15px 0;
}

.itj-instagram-feed-wrap:before,
.itj-instagram-feed-wrap:after{
	content: "";
	position: absolute;
	z-index: 50;
	top: 0;
	bottom: 0;
	background: #FFF;
	width: 15px;
}

.itj-instagram-feed-wrap:before{
	left: 0;
}

.itj-instagram-feed-wrap:after{
	right: 0;
}

.itj-instagram-feed{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.itj-instagram-feed .flickity-prev-next-button.previous{
	left: 5px !important;
}

.itj-instagram-feed .flickity-prev-next-button.next{
	right: 5px !important;
}

.itj-instagram-feed-item{
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0 10px;
}

.itj-instagram-feed-item-image-wrap{
	overflow: hidden;
}

.itj-instagram-feed-item-image{
	height: 0;
	padding-bottom: 100%;
}

.itj-instagram-feed-item-image,
.itj-instagram-feed-item-image:after{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.itj-instagram-feed-item-image:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0 , 0.2);

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.itj-instagram-feed-item:hover .itj-instagram-feed-item-image,
.itj-instagram-feed-item:focus .itj-instagram-feed-item-image{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.itj-instagram-feed-item:hover .itj-instagram-feed-item-image:after,
.itj-instagram-feed-item:focus .itj-instagram-feed-item-image:after{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}