/* Start custom CSS for html, class: .elementor-element-69b96bf *//* General iframe styles */
.gfiframe {
    width: 100%;
    height: 1400px;
    border: none;
}

@media screen and (max-width: 1024px) {
    .gfiframe {
        height: 1800px; /* Use the full viewport height */
   
    }
}


@media screen and (max-width: 727px) {
    .gfiframe {
        height: 2500px; 
}
}/* End custom CSS */