Using Sitecore mvc field render
@Html.Sitecore().Field("FieldName", ContentItem)
I would like to add class to image tag like below,
<img src="/images/Sample.jpg" class="hidden-xs">
So, How can I add the css class in Site core MVC image field.
Thanks in advance.