#mvn-content-show-party {
  overflow: hidden;
  transition: max-height 0.35s ease;
}
#mvn-content-show-party.collapsed {
  max-height: 220px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  position: relative;
}
#mvn-content-show-party.collapsed::after {
  content: "…";
  position: absolute;
  right: .25rem;
  bottom: .25rem;
  padding: 0 .25rem;
  background: inherit;
}
#mvn-content-show-party-button {
  cursor: pointer;
}
