Set any custom text for close button:
hermitage.closeButton.text = 'Close'
And apply some custom styles:
hermitage.closeButton.styles = { top: '20px', right: '20px', backgroundColor: '#FAFAFA', color: '#111', padding: '7px' }