#instagramImages {
	min-width: 100px;
}

.instaImgBgr {
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.instaWrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
    padding:4px;
}

.instaOverlay { 
	opacity: 0;
	position: absolute; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.instaLikes {font-size: calc(1vw + 1vh + 1vmin);}
.instaComment {font-size: calc(1vw + 1vh + 1vmin);}
.instaDi {display: inline-block; }
instagramImages .fa {color: #fff; }

.instaInfo {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.instaNumL { float: right; padding-top: 1px;}
.instaNumR { float: right; padding-top: 1px;}

.insta_load_more, .load-more-btn {
	margin: 20px auto 20px auto;
	text-align: center;
	clear: both;
	border: 1px solid #000;
	width: 40%;
	font-weight: 600;
	padding: 15px 10px;
	background: #000;
	color: #fff;
	padding: 11px 30px;
	font-size: 15px;
}
	.insta_load_more, .load-more-btn:hover {
		margin: 20px auto 20px auto;
		text-align: center;
		clear: both;
		border: 1px solid #000;
		width: 40%;
		font-weight: 600;
		padding: 15px 10px;
		background: #d8d8d8;
		color: #fff;
		padding: 11px 30px;
		font-size: 15px;
		background-color:rgba(0, 0, 0, 0.70)
	}
.instaGapI {
	height: 5px;
	width: 7%;
	display: inline-block;
}