/* Always show the full show description in single show page */
#show-content .show-description {
    max-height: none !important;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
}

/* Hide Show More/Less and the overlay in single show page */
#show-content #show-desc-buttons,
#show-content #show-more-overlay {
    display: none !important;
}