.zoom-view{
    position:  fixed;
    z-index:  9999;
    width:  100%;
    height:  100%;
    padding:  10px;
    background-color:  rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: none;
}
.zoom-view.show{
    display:  block;
}
#frameAdminWebinar{
    background-color: #fff;
    width: 100%;
    height: 100%;
    border: none;
}
#close-webinar{
    position: absolute;
    background-color: red;
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
}