.orsay-thumbnail-stories {
  display: flex;
  gap: 16px;
}

.orsay-thumbnail-story {
  width: 104px;
  height: 104px;
  background-color: #e8bd1c;
  padding: 1px;
  border-radius: 50%;
  cursor: pointer;
}

.orsay-thumbnail-story__video {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.orsay-thumbnail-story video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
