Import link matterport in fullscreen

Hello everyone,

I am looking to integrate a link matterport on my site in full screen.
example: Rue Colompré 123, 4020 Liège - Virtual Tour

On the matterport forum here is the code to integrate:

or: .matterport-showcase { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; } .matterport-showcase iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

Thank you in advance for your help.

or :

.matterport-showcase iframe{ min-height: 240px; margin: 16px 0; width: 100%; }

@media screen and (min-width: 768px) {
.matterport-showcase iframe {
min-height: 360px; }}

@media screen and (min-width: 992px) {
.matterport-showcase iframe {
height: 600px;
max-width: 1068px;
margin: 0 auto 15px; }}

.matterport-showcase {
text-align: center;
}