.elementor-1756 .elementor-element.elementor-element-b4c000c{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* 1. The wrapper hides anything that overflows its height */
.iframe-wrapper {
    width: 100%;
    height: 940px; /* Adjust this to hide exactly what you need */
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

/* 2. The iframe is made slightly taller than the wrapper */
.iframe-wrapper iframe {
    width: 100%;
    height: 1000px; /* Make this larger than the wrapper height */
    border: none;
}/* End custom CSS */