
.m-0{
    margin: 0px;
}

.mr-5{
    margin-right: 5px;
}
.video-description-view {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    min-height: 90px;
    max-height: 250px;
    overflow-y: auto;
    line-height: 1.6;
    font-size: 0.95rem;
}