@media (max-width: 1600px) {
  .contents {
    grid-template-columns: repeat(3, 1fr);
  }
  .right-playing-video-info .video-download-btn {
    display: none;
  }
  .following-page {
    grid-template-columns: 275px 4fr;
  }
  .following-page .following-channel-contents {
    grid-template-columns: repeat(3, 1fr);
  }
  .following-page .following-channel-bannar-profile {
    grid-area: 1/1/3/4;
  }
  .your-channel-page .your-channel-contents {
    grid-template-columns: repeat(3, 1fr);
  }
  .your-channel-page .your-channel-bannar-profile {
    grid-area: 1/1/3/4;
  }
  .short-video-like-dislike-share i {
    padding: 10px;
    font-size: 2.5rem;
  }
  .videos-and-watch-dates .watched-videos{
    grid-template-columns: repeat(3 ,1fr);
  }
  
}
