If you need finer control over the dismissing of banners/callouts, for example you have banners/callouts that are dynamically rendered, then you can also dismiss banners/callouts individualy.

```javascript
//'Element' is the 'Vlt-callout' element
Volta.callout.dismiss(Element);
```

# Reference table

<div class="Vlt-table Vlt-table--data">
|Class |	Behaviour|
|---|---|
|`.Vlt-callout--banner`	| Modifier that removes margins and corners from normal callouts to style them as banners |
|`.Vlt-callout__link` | Styles correctly a text link in banners |
</div>

Additionally, you can refer to all the **Default Callout** classes for styling and dismissable behaviour

