
.message .my_post img{
    object-fit: cover;
    flex: 0 0 16.666667%;
    /* max-width: 16.666667%; */
    /* width: 150px; */
    /* height: 90px; */
    border-radius: 0.25rem !important;
}

.theme-post-pic{
    width: 150px !important;
    max-height: 90px;

}