Use the following css on the page:
<!-- since this is NOT a component but an integration. -->
<div class="embed-responsive" id="use-your-unique-id-and-style-it">
<iframe class="embed-responsive-item border-0" src="/assets/images/test/gwd_interactive_model/"></iframe>
</div>
<!-- and add this to the head of the page: -->
<style>
#use-your-unique-id-and-style-it {
aspect-ratio: 600/1024
}
@media (min-width: 768px) {
#use-your-unique-id-and-style-it {
aspect-ratio: 1024/600
}
}
</style>
<!-- Pleas tweak the aspect-ratio to your needs. -->
<!-- (because the creator of the iframe content should determine this) -->
© 2023 - Teva Pharmaceutical Industries Ltd