/***** INSTAGRAM *****/
#INSTAGRAM {
    width: 650px;
}
.ig-list {
    padding-bottom: 5px;
}
.ig-list li {
    position: relative;
    /*width: 215px;*/
    width: 33%;
    margin-bottom: 0.462%;
}
.ig-list li:nth-last-child(-n + 3) {
    margin-bottom: 0;
}
.ig-list li::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ig-list li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.insta_more_read {
    display: none;
}
.instaArea:hover{
  cursor: pointer;
}
.insta_img{
  width: 100%;
  height: 100%;
  background-size: cover;
}
/***** INSTAGRAM END *****/
@media screen and (max-width: 414px) {
    #INSTAGRAM {
        width: 100%;
        margin-bottom: 55px;
    }
}

