.video-list-update {
  box-sizing: border-box;

  .video-list-update__heading-container {
    text-align: center;
    margin-bottom: 24px;
  }

  .video-list-update__container {
    max-width: 1280px;
    padding: 0 40px;
    margin: auto;
  }

  .video-list-update__grid {
    display: grid;
  }

  .video-list-update__item {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .video-list-update {
    .video-list-update__container {
      padding: 0 20px;
    }
  }
}
