.examination-wrapper{
    display: none;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0px;
    top: 0px;
}
.examination-wrapper iframe{
    width: 100%;
    height: 100%;
    border:none;
}