    .thumbnail {
      width: 100%;
      height: 180px;
      cursor: pointer;
      }


  .video_title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    }

   .video-info-grid {
    display: grid;
    grid-template-columns: 50px 1fr;
    }

   .profile-picture {
      width: 40px;
      border-radius: 50px;
        }


  .video-author,
  .video-stats {
      font-size: 12px;
      color: rgb(96, 96, 96);
      }

  .video-author {
      margin-bottom: 4px;
      }


   .thumbnail-row {
      margin-bottom: 8px;
      position: relative;

      }

   .video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 16px;
    row-gap: 40px;
   }

    .video-time {
        position: absolute;
        background-color: black;
        font-size: 12px;
        font-weight: 700;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-right: 4px;
        color: white;
        right: 8px;
        bottom: 15px;
        z-index: 100;
        border-radius: 2px;
        z-index: 0
        }