.instagram-card {
    width: 294px;
    min-height: 589px;
    border-radius: 10px;
    border: 1px solid #EEE; 
    background: #FBFBFB;
}

.instacard-head{
    padding: 6px 4px;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 3px 3px 0px 0px;
}

.avatar{
    overflow: hidden;
}

.usernames{
    display: flex;
    flex-direction: column;
    max-width: 60%;
}

.UsernameText{
    font-weight: 600;
    text-overflow: ellipsis;
    font-size: 14px;
}

.HeaderSecondaryContent{
    color: rgb(115, 115, 115);
    font-size: 11px;
    line-height: 14px;
}

.likes{
    width: 95%;
    padding: 5px 5px;
    margin: 5px 10px;
    border-top: 1px solid #c5c5c5;
}

.video-js{
    background-color: white !important;
    width: 264px;
    height: 445px;
}

@media (min-width:1850px) {
    #insta-reels {
        max-width: 80%;
    }
}

@media (max-width:768px) {
    .instagram-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }       
}