.elementor-1571 .elementor-element.elementor-element-55bbda6d{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1571 .elementor-element.elementor-element-eb28aa6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bf9f0fd *//* Wrapper */
.iframe-crop-videoage {
  width: 100%;
  max-width: 900px;        /* visible article width */
  height: 1200px;          /* adjust based on article length */
  margin: 0 auto;          /* center it */
  overflow: hidden;        /* hides right sidebar */
  position: relative;
}

/* Iframe inside */
.iframe-crop-videoage iframe {
  width: 1300px;           /* full page width */
  height: 1200px;
  border: none;
  position: absolute;
  top: 0;
  left: -120px;            /* shift left to hide right banners */
}

/* Optional: smoother scaling on smaller screens */
@media (max-width: 1024px) {
  .iframe-crop-videoage {
    max-width: 100%;
    height: 1000px;
  }

  .iframe-crop-videoage iframe {
    width: 1200px;
    left: -100px;
  }
}

@media (max-width: 767px) {
  .iframe-crop-videoage {
    height: 900px;
  }

  .iframe-crop-videoage iframe {
    width: 1100px;
    left: -90px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-eb28aa6 *//* Wrapper */
.iframe-crop-videoage {
  width: 100%;
  max-width: 900px;        /* visible article width */
  height: 1200px;          /* adjust based on article length */
  margin: 0 auto;          /* center it */
  overflow: hidden;        /* hides right sidebar */
  position: relative;
}

/* Iframe inside */
.iframe-crop-videoage iframe {
  width: 1300px;           /* full page width */
  height: 1200px;
  border: none;
  position: absolute;
  top: 0;
  left: -120px;            /* shift left to hide right banners */
}

/* Optional: smoother scaling on smaller screens */
@media (max-width: 1024px) {
  .iframe-crop-videoage {
    max-width: 100%;
    height: 1000px;
  }

  .iframe-crop-videoage iframe {
    width: 1200px;
    left: -100px;
  }
}

@media (max-width: 767px) {
  .iframe-crop-videoage {
    height: 900px;
  }

  .iframe-crop-videoage iframe {
    width: 1100px;
    left: -90px;
  }
}/* End custom CSS */