
.ipcamlive {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.ipcamlive__iframe {
    --color-border: var(--root-color-border);
}

.ipcamlive__iframe {
    width: 100%;
    aspect-ratio: 9/5;
    border-style: solid;
    border-width: 0.063rem;
    margin-top: 1rem;

}

.ipcamlive {
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.ipcamlive__iframe {
    border-color: var(--color-border, lightgrey);
}
