Panel - About

File: index.html
<div class="element-about">
  <div class="animation-helper">
    <!-- you can here set different classes for the mask of your image -->
    <!-- possible are: "mask-bat", "mask-coffin", "mask-grave", "mask-pumpkin", "mask-none" -->
    <!-- rounded border is the default setting, if you past no mask-class at all -->
    <div class="image-wrap  mask-ghost">
      <img src="img/panels/about/about-1.jpg">
    </div>

    <div class="text-wrap">
      ...
    </div>
  </div>
</div>