/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background: url(/public/images/background.png) repeat 50% top; }

header h1 a {
  margin: 0 auto;
  margin-top: 69px;
  display: block;
  width: 199px;
  height: 63px;
  overflow: hidden;
  text-indent: 99999px;
  text-decoration: none;
  background: url(/public/images/jamel.png) no-repeat; }

#main {
  text-align: center;
  padding: 0 20px; }
  #main p.yt {
    margin: 0;
    padding: 0; }
    #main p.yt img {
      display: inline-block;
      margin: 0 auto;
      margin-top: 78px;
      height: calc(100vh - 210px - 120px);
      min-height: 200px;
      max-height: 460px; }
      @media (max-width: 900px) {
        #main p.yt img {
          height: auto;
          width: 500px; } }
      @media (max-width: 550px) {
        #main p.yt img {
          width: 100%;
          max-width: 800px; } }
    #main p.yt a {
      text-decoration: none; }
  #main a.yt-link {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 4px;
    background: #f00;
    padding: 28px 82px 30px 82px; }
    @media (max-width: 550px) {
      #main a.yt-link {
        padding: 20px 40px 20px 40px; } }
    #main a.yt-link:after {
      content: ' ';
      width: 6px;
      height: 6px;
      border: 1px solid #fff;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      position: absolute;
      right: 45px;
      top: 33px; }
      @media (max-width: 550px) {
        #main a.yt-link:after {
          position: relative;
          right: auto;
          top: -1px;
          margin-left: 4px;
          display: inline-block; } }
