@media(max-width:767px){.elementor-1005 .elementor-element.elementor-element-e863f75 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-e863f75 */.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 66.25%; /* Default aspect ratio for widescreen (16:9) */
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Adjustments for tablets */
@media (max-width: 768px) {
    .iframe-container {
        padding-top: 75%; /* Adjust for tablet screens */
    }
}

/* Adjustments for mobile devices */
@media (max-width: 480px) {
    .iframe-container {
        padding-top: 100%; /* Adjust for mobile screens */
    }
}/* End custom CSS */