.efly-popover {
  @include box();
  @include flex-center();
  position: relative;
  cursor: pointer;

  .efly-popover-layer {
    z-index: 100;
    position: absolute;
    background: white;
    box-shadow: 0 0 4px #cfcfcf;
  }
}
