.imgplay {
  background: #555;
  height: 100%;
  min-height: 240px;
  position: relative;
  padding-bottom: 32px;
  width: 100%; }
  .imgplay img {
    max-width: 100%; }
  .imgplay canvas {
    left: 0;
    position: absolute;
    top: 0; }
  .imgplay .imgplay-controls {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    height: 36px;
    position: absolute;
    width: 100%; }
    .imgplay .imgplay-controls .imgplay-progress, .imgplay .imgplay-controls .imgplay-load-bar {
      height: 4px; }
    .imgplay .imgplay-controls .imgplay-load-bar {
      background: #AAA;
      width: 0%; }
    .imgplay .imgplay-controls .imgplay-play-bar {
      background: #FFF;
      height: 4px;
      width: 0%; }
    .imgplay .imgplay-controls .imgplay-button {
      color: #AAA;
      cursor: pointer;
      display: inline-block;
      height: 24px;
      margin: 4px;
      width: 24px; }
      .imgplay .imgplay-controls .imgplay-button:hover, .imgplay .imgplay-controls .imgplay-button:focus {
        background: rgba(100, 100, 100, 0.5);
        color: #FFF; }
