@charset "utf-8";
.excerpt-cropped { max-height: 265px; overflow-y: hidden; }
.piano-container { position: relative; }
.piano-container--show::before { content: ""; position: absolute; bottom: 100%; left: 0px; right: 0px; width: 100%; height: 100px; background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%); }