html, body { 
  height: 100%;
	margin: 0;
	border: 0;
  padding: 0;
}

body {
  overflow: hidden;
  background: #ba2547;
  font-family: 'Open Sans Condensed';
}

video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

svg {
  width: 128px; height: 128px;
  position: absolute;
  right: 64px; bottom: 32px;
  fill: #000;
}