body {
    background-color: white !important;
}

.section-post .video {
    height: 460px;
}

.section-post .user-profile,
.section-post .user-profile-sub {
    object-fit: cover;
    height: 2.8rem;
    width: 2.8rem;
}

.section-post #comment {
    border: 1px solid #888888;
}

.section-post .card-comments .icon {
    height: 1rem;
}

.section-related-posts .card.item {}

.section-related-posts .card.item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.section-related-posts .card.item .intro {
    height: 3.3rem;
}


/* @media (min-width: 770px) {
    .section-post .comment-actions {
        opacity: 0;
    }
    .section-post li .item:hover>div>.comment-actions {
        opacity: 1;
    }
} */

@media (max-width: 769px) {
    .section-post .video {
        height: 300px;
    }
}

@media (max-width: 400px) {
    .section-post .video {
        height: 200px;
    }
}