QLICK rendszer
Adatvédelmi képernyő
Alépítmény
VARIO rendszer
Összeszerelési videók
/* Responsive 16:9 YouTube iframes */
.video-container {
position: relative;
width: 100%;
max-width: 100%;
aspect-ratio: 16 / 9;
}
.video-container iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
/* Fallback for older browsers without aspect-ratio support */
@supports not (aspect-ratio: 16 / 9) {
.video-container {
height: 0;
padding-bottom: 56.25%;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}