/* Instagram */
.instagram-carousel .row {
	opacity: 0;
	max-height: 220px;
}
.instagram-carousel .row.slick-initialized {
	opacity: 1;
}
.instagram-feed-container .heading {
	margin-bottom: 50px;
}
.instagram-feed-container .heading .fa {
	font-size: 19px;
	margin-right: 24px;
	display: none;
}
.instagram-feed-container .row {
	margin-right: -12px;
	margin-left: -12px;
}
.instagram-feed-container .col {
	width: 20%;
	position: relative;
	min-height: 1px;
	padding-right: 14px;
	padding-left: 14px;
}
.instagram-feed .col a{
	position: relative;
	background-size: 100%;
	transition: all 0.5s ease;
}
.instagram-feed .col a:hover{
	background-size: 105%;
}
.instagram-feed .col a:after{
	content: '';
	background-color: transparent;
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.8s ease;
}
.instagram-feed .col a:hover:after{
	background-color: rgba(000,000,000,0.1);
}
.instagram-feed .item {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-position: center;
	background-size: cover!important;
	background-repeat: no-repeat;
}
.instagram-feed.v2 .item{
	background-size: cover;
    background-repeat: no-repeat;
}

/* With Excerpt feed */
/*.instagram-feed .content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background:rgba(0,0,0,0.3);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease;
}

.instagram-feed .content .text {
    max-height: 130px;
    overflow: hidden;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

.instagram-feed .item:hover .content{
	opacity: 1; 
}*/