body{ 
    background: #000000; 
}


/*
        button{ border:none; cursor:pointer; outline:none; }
        button#playpausebtn{
            background:url(images/pause.png) no-repeat;
            width:80px;
            height:80px;
            height:80px;        }
         button#mutebtn{
            background:url(images/mute.png) no-repeat;
            width:80px;
            height:80px;
*/

#myCanvas {
  width: 100%;
  }
img{ 
    width: 100%;
    float:left;
}
.thumbnail {
    width: 50%;
    margin-left: 20%;
    display:block;
}
.container1{
     width: 32%;
    display:inline-block;
}

.introContainer{
    width: 100%;
    height:100%;
    margin-bottom:10%;
    height:auto;
    display: inline-block;
}

#intro{
    float:right;
    margin-right: 5%;
    width:20%;
}