.right-buttons-tryon {
  position: absolute;
  right: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  padding: 8px;

  display: flex;
  flex-direction: column;
  gap: 8px;
}

.right-buttons-tryon > button {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;

  outline: none;
  border: none;
  cursor: pointer;

  background-position: center;
}
