body {

}


.embed-container { position: relative; padding-bottom: 56.25%; height: auto; overflow: hidden; max-width: 100%; } 

.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1 {
font-size:24px;
}

.wrapper {
    padding-top: 20px;
    text-align: center;
    max-width:740px;
    margin:0 auto;
}

.rethink-logo {
  text-align:center;
  max-width:70px;
}

.center-video {
    display: inline-block;
    position: relative;
    width:100%;
    max-width:640px;
    height: auto;
    margin: 0 auto;
}

.vjs-poster {
    background-color: #FFFFFF;
}

p {
margin-bottom:60px;
}

p, h2, h3 , h1 {
color:#666;

font-family: Tahoma, Geneva, sans-serif;
}

a:link, a:visited {
color:#0d90c0;

a:hover, a:active {
color:#0d90c0;
}