		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}