/*
 *  package: Custom Fields - QR Code plugin - FREE Version
 *  copyright: Copyright (c) 2025. Jeroen Moolenschot | Joomill
 *  license: GNU General Public License version 3 or later
 *  link: https://www.joomill-extensions.com
 */

.responsive-container {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.aspectratio16-9 {
    padding-bottom: 56.25%;
}

.aspectratio4-3 {
    padding-bottom: 75%;
}

.responsive-container iframe {
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}