body {
  margin: 0;
}
h1, h2 {
  font-family: 'Lora', serif;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}

h1, h2, p {
  margin: 1rem;
}
iframe{
      display: block;       /* iframes are inline by default */
     position: fixed;
    background: #000;
    border: none;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 100%;
    height: 100%;
}
p.caption {
  font-size: 0.7rem
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Lora', serif;
}

iframe { border: 0; }


/* DESKTOP */
