#instagram #images .image_wrap {
	width: 25%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 5px;
    text-decoration: none;
    vertical-align: top;
}
#instagram #images .photo_wrap {
    overflow: hidden;
    position: relative;
}
#instagram #images .photo_wrap a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    line-height: 1.1;
    padding: 0;
    text-decoration: none;
    vertical-align: top;
}
#instagram #images .photo_wrap a.link_area {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#instagram #images .photo_wrap a.photo {
    transition: all 0.5s ease 0s;
    display: block;
    text-decoration: none
}
#instagram #images .meta_info {
    clear: both;
    color: #666;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#instagram #images .meta_info span {
	margin: 0 5px;
}
.lightbox-panel {
	display: none;
	text-align: center;
}
.lightbox-panel .image {
	position: relative;
	display: inline;
}
.lightbox-panel .image .insta_link {
    display: block;
    font-size: 49px;
    font-style: normal;
    padding: 0;
    position: absolute;
    margin: 0 5px 5px 0;
    z-index: 2;
    bottom: 0;
    right: 0;
	color: #fff;
	line-height: 1;
}
.lightbox-panel p {
	margin: 2em 10%;
	text-align: left;
}
@media screen and (max-width:768px){
	#instagram #images .image_wrap {
		width: 50%;
		}
}