  .lazyframe {
    margin-bottom: 15px;
    background-color: white !important;
  }

  .lazyframe--custom {
    background: #bada55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lazyframe--custom .lazyframe__title {
    position: relative;
    width: 100%;
    display: block;
    font-size: 32px;
    font-family: Arial;
    color: #fff;
  }

  .lazyframe--custom::before {
    width: auto;
  }