#fpages {
  min-height: 400px;
  .fpage-container {
    padding-top: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    .fpage-content {
      position: relative;
      .wrapper {
        border-radius: 50%;
        background: #efefef;
        padding: 40px;
        height: 250px;
        width: auto;
        position: relative;
        overflow: auto;
        h1.title {
          position: absolute;
          top: 50px;
          color: lighten(@content, 10%);
          left: 0;
          right: 0;
          bottom: 130px;
          font-size: 32px;
        }
      }
      padding: 15px;
    }
  }
}