.my-image-style{
    max-height: 640px;
    object-fit: cover;
}

.instagram-image{
    width: 270px !important;
    height: 270px !important;
    object-fit: cover !important;
}

.instagram-text{
    text-overflow: ellipsis;
    background-color: white;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.2em;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: start;
}
