#elementor-popup-modal-16699{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-16699 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-16699 .dialog-close-button{display:flex;}#elementor-popup-modal-16699 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-b0e3d67 */.ig-reel {
  --w: 440px;      /* iframe width */
  --top: 54px;     /* header height to hide */
  --media: 525px;  /* height of the video area only */

  position: relative;
  width: var(--w);
  height: var(--media);
  overflow: hidden;
  border-radius: 8px;
}

.ig-reel iframe {
  position: absolute;
  top: calc(var(--top) * -1);
  left: 0;
  width: var(--w);
  height: 900px;   /* anything taller than the whole embed */
  border: 0;
}/* End custom CSS */