.recently-watched {
}

.recently-watched__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.recently-watched__title {
}

.recently-watched__btn {
}

.recently-watched__list-unit {
  overflow: hidden;
  overflow-x: scroll;
}

.recently-watched__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}

@media (max-width: 1616px) {
  .recently-watched__list {
    width: 1616px;
  }
}
