html {
    overflow: auto;
}

body {
    margin: 0px;
    padding: 0px;
    overflow: hidden
}

html, body, iframe {
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: none;
}

.webinar-iframe {
    padding-top: 106px;
}

.webinar-iframe iframe {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    padding: 0;
    padding-top: 95px;
    border: none;
    background-color: transparent;
}