.movie-flex-container {
  width: 770px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.movie-container {
  width: 243px;
  /* padding-left: 6px; */
  /* border: black solid 1px; */
  margin-bottom: 20px;
  margin-right: 13px;
  box-shadow: 0 2px 5px #ccc;
}

.movie-thumbnail-container {
  width: 100%;
}

.movie-thumbnail {
  width: 100%;
}

.text-container {
  padding: 0 14px;
  color: #003399;
}

.movie-title {
  margin: 0;
  border: none;
  text-decoration: none;
}

.btn-movie-play {
  cursor: pointer;
}

.video-container {
  display: flex;
  justify-content: center;
  /* padding: 0 20px; */
  margin-bottom: 30px;
  /* box-shadow: 0 2px 5px #ccc; */
  /* border-radius: 5px; */
}

.new-video {
  width: 0;
  height: 0;
}

.video-playing {
  width: 100%;
}

.cbt{
  margin-bottom: 100px;
}

.movieForTeacher-notification__wrap {
  width: 770px;
  margin: 10px auto;
  padding: 10px auto;
}

.movieForTeacher-notification__wrap #notification-for-teacher{
  padding: 5px;
}