/* Default styles for the iframe container */
                                            .iframe-container {
                                                position: relative;
                                                overflow: hidden;

                                            }

                                            /* Media query for iframe */
                                            @media (max-width: 768px) {
                                                .iframe-container iframe {
                                                    width: 40vh;
                                                    height: 20vh;
                                                }
                                            }