body {
    margin: 0;            /* Reset default margin */
}

iframe {
    display: block;       /* i
	frames are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}

.side{
	width: 10%;
}

.middle{
	width: 68%;
}