.spans {
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition:0.5s;
  background:rgba(0, 0, 0, 0.3);
}

.spans .s {
	float: left;
	margin:0 10px;
}

.spans .s .h,
.spans .s .c {
	width: 20px;
	height: 18px;
	float: left;
	margin-right:5px;
	margin-top: 4px;
}


.spans .s .h{
	background: url(/img/ig-icon-heart.png) no-repeat center / cover;
}

.spans .s .c{
	background: url(/img/ig-icon-comment.png) no-repeat center / cover;
}
.spans .s p{
	float:left;
	margin: 0;
	width: auto;
	color: #fff;
	font-size:14px;
}


#instagram{
	float: left;
	width: 100%;
	margin-top: 30px;
	background: #fafafa;
}
#instagram .foto{
	float:left;
	width: 290px;
	display:block;
	margin:10px;
	height: 290px;
	position:relative;
	overflow: hidden;
}
#instagram .foto img{
	float:left;
	display:block;
	height: 100%;
	max-width: unset;
	width: auto;
	min-width: 100%;
}
#instagram .foto:hover .spans{
opacity:1;
}


@media (max-width: 960px) {
 #instagram .foto {/* width: calc(50% - 20px); */}

  #instagram {
    width: 620px;
    margin: 0 auto;
    float: none;
  }

  #instagram a:nth-child(9) {
    display: none;
  }
  .insta p{
  	margin-bottom:30px;
  }
}

@media (max-width: 680px) {
	#instagram {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}




@media (max-width: 550px) {
  #instagram a:nth-child(9) {
    display: block;
  }
}
/*

@media (max-width: 1300px) {
	#instagram{
		width:960px;
	}
}



@media (max-width: 960px) {
	#instagram{
		width:670px;
	}
}


@media (max-width: 670px) {
	#instagram{
		width:360px;
	}
}

*/