.iframe-container-ibiqf {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
    min-height: 100%;
    height: 990px;
    overflow: hidden;
}

.iframe-container-pcf {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
    min-height: 100%;
    height: 625px;
    overflow: hidden;
}

.iframe-container-ibiqf iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.iframe-container-pcf iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}