@charset "UTF-8";
/* CSS Document */

html,body,h1,p,ul,li {
  margin: 0;
  padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
/*color: #222;*/
}
img {
vertical-align: bottom;
}


#instagram ul li img:hover{
transform: scale(1.1);
transition-duration: 0.6s;
}

h1 {
text-align: center;
padding: 20px 0;
}

.instagram {
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
	.instagram {display: flex; flex-wrap: wrap; justify-content: space-between;}
}
.instagram li {
margin: 5px 1% 5px 0;
  float: left;
  width: 32%;
  height: 32%;
  overflow: hidden;
  position: relative;
}

.instagram li:nth-child(3n){
	margin: 5px 0;
}


p.ins_like {
display: none;

position: absolute;
width: 100%;
height: 40px;
bottom: 0;
left: 0;
background: rgba(255,255,255,0.70);
padding: 10px 20px 10px 0;
box-sizing: border-box;
text-align: right;
}
.instagram li img {
max-width: 100%;
}
.fa-heart {
margin-right: 10px;
color: #EA4E50;
}