.ce_image {


  figure{
    position: relative;

    figcaption{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: .5rem 0;
      background-color: rgba(255,255,255,.8);
      text-align: center;
    }
  }

}