.feed-instagram{
    display: flex;
	padding: 10px;
    gap: 33px;
}

.feed-logo{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 90%;
    margin: 10px 5px 0px 10px;
}

.feed-instagram-logo{
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
    padding-right: 20px;
    margin-top: -10px;
    margin-bottom: 10px;
}



.feed-post-image{
    display: flex;
    justify-content: center;
    margin: 10px;
}

.feed-post-image img{
    width: 262px;
    height: 247px;
	object-fit: cover;
}

.feed-post-image video{
    width: 262px;
    height: 247px;
}

.feed-post-card{
    width: 294px;
    height: 420px;
    background-color: white;
}

.feed-caption{
    margin-left: 15px;
    margin-right: 15px;
	margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.text-limit {
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
 }

@media screen and (max-width: 1400px) {

}
 @media screen and (max-width: 600px) {

}