.instagram {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}
.sns_photo {
    width: 100% !important;
    padding: 5px !important;
}
.sns_photo img {
    width: 141px;
    height: 141px !important;
    object-fit: cover;
}
.sns_list {
    border: none !important;
    display: flex;
    flex-direction: row !important;
    vertical-align: center;
}
.sns_list >div {
    border-bottom: none !important;
    width: 16.6% !important;
}
.sns_text {
	display: none !important;
}
@media screen and (max-width:1000px) {
    .sns_photo img {
        width: 100%;
        height: 15vw !important;
    }
    /* .sns_list >div  {
        width: 33% !important;
    } */
    /* .sns_list {
        flex-wrap: wrap !important;
    } */
}
@media screen and (max-width:640px) {
    .instagram {
        margin-bottom: 60px;
    }
    .sns_photo img {
        width: 100%;
        height: 28vw !important;
    }
    .sns_list >div  {
        width: 33.333% !important;
    } 
     .sns_list {
        flex-wrap: wrap !important;
    }
}