.edit-figure-options-photoset-container {
  position: relative;

  display: block;

  margin: 0;
  padding: 0;

  background-color: #FAFAFA;
}

.edit-figure-options-photoset {
  display: block;
  overflow: hidden;

  height: 130px;

  padding: 15px;
}

.edit-figure-photoset-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;

  width: 100%;
  height: auto;

  margin: 0;
  padding: 0;

  list-style: none;
}

.edit-figure-photoset-list-item {
  margin-right: 15px;
}

.edit-figure-photoset-list-item:last-of-type {
  margin-right: 0;
}

.edit-figure-photoset-add-image {
  position: relative;

  width: 100px;
  height: 100px;

  background-color: #ABB1CF;

  transition: background-color .8s ease;
}

.edit-figure-photoset-add-image .icon-fg-publish-70 {
  position: absolute;
  top: 50%;
  left: 50%;

  color: #FFFFFF;
  font-size: 30px;

  transform: translate(-50%, -50%);
}

.edit-figure-photoset-add-image:hover {
  background-color: #5c68a4;
}

.edit-figure-options-photoset .crm-side-scroller .left {
  background-image: linear-gradient(to right, rgba(242,242,242,.8) 25%,rgba(250,250,250,0) 100%);
}

.edit-figure-options-photoset .crm-side-scroller .right {
  background-image: linear-gradient(to left, rgba(242,242,242,.8) 25%,rgba(250,250,250,0) 100%);
}
