   
				.instagram{
					overflow:auto;
					display: block;
					margin: auto;
					position: absolute;
				    top: 0;
				    width: 100%;
				    height: auto;
				}

				.insta_head {
					font-weight: 600;
					height: auto;
				    position: absolute;
				    top: 0;
				    width: 100%;
				}

				.insta_middle {
					height: 60%;
				    width: 100%;
				 	position: absolute;
		  			bottom: 0;
		  			display: block;
				}

				.insta_foot {
					height: 10%;
				    position: absolute;
				    bottom: 0;
				    width: 100%;
				    background-color: rgba(0, 0, 0, 0.6);
				    padding-top: 3%;
				}


			  	.image-container {
			  	position: relative;
			  	vertical-align: middle;
		 		float: left;
		 		text-align: center;
		 		display: block;
		 		width: 200px;
			    height: 200px;
			    margin: 1em;
				}

				.image-container .after {
			    position: absolute;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			    display: none;
			    text-align: center;
				vertical-align:middle;
			    color: #FFF;
				}

				.image-container:hover .after {
			    display: block;
			    background: rgba(0, 0, 0, .6);
				}