.main
{
    display: flex;
    flex-direction: column;
}
.filter
{
    height: 55px;
    width:1205px;
    padding: 10px;
  
    display: flex;
    flex-direction: row;
}
.filter-button-styling
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px;
    height: 33px;
    margin: 5px;
    border-radius: 10px;
    border: none;
    background-color: #cfd6d8a5;
}
.filter-button-styling:hover
{
    background-color: #cfd6d8dc;
    cursor: pointer;
}
.main-content
{
    flex: 1;
    display: flex;
    flex-direction: row;
    padding-right: 40px;
    padding-top: 15px;
    

}
.content-box
{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 15px;
    height: 305px;
}
.video
{
    height: 67%;
}
.video-image-sizing
{
    height: 100%;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.video-text
{
    flex: 1;
    display: flex;
    flex-direction: row;
}
.video-profile-icon
{
    width: 12%;
    padding: 5px;
    border-bottom-left-radius: 10p;
}
.video-profile-icon-styling
{
    border-radius: 20px;
    height: 40px;
}
.text
{
   
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    padding-top: 8px;
}
.main-heading
{
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #0f0f0f;
    font-weight: 500;
}
.channel-name
{
    font-size: 13px;
    margin-bottom: 2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #606060;
    font-weight: 400;
}
.views
{
    font-size: 13px;
    color: #606060;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}
