/* demo styles */
body {
  padding: 20px;
  margin: 0;
  text-align: left;
  font: normal 12px sans-serif;
  background: #000;
  color: #FFF;
}

.animatedimage{
  display: inline-block;
  margin-right:20px;
   margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 636px;
  height: 360px;
}

.animatedimage{
  display:table;
  height: auto;
}

p{
  margin: 10px;
  padding: 0px;
}