/*!
 * game-style.css | Dinosaur Game WordPress Plugin | https://wordpress.org/plugins/dinosaur-game
 * This plugin is free to use under the GPLv2 license. | https://www.gnu.org/licenses/gpl-2.0.html
 *
 * This file contains CSS forked from the 'T-Rex runner' game in Chromium.
 * Chromium is under Copyright 2015 by The Chromium Authors. All rights reserved. 
 * See also: https://cs.chromium.org/chromium/src/LICENSE
 *
 */

.dino-outer:first-of-type {
  display: block;
  border: 1px solid #fff;
  margin: 1em auto 0;
  background: none;
}

.dino-icon {
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}

.jump-game-row {
  max-width: 1000px !important;
  width: 100% !important;
  margin: auto;
}

.dino-outer .dino-inner {
  color: #2b2b2b;
  line-height: 0;
  font-size: 0;
  margin: 16px auto 0;
  max-width: 100%;
  width: 100%;
  position: relative;
}
/*.dino-outer .dino-inner .deadscreenimage {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 350px;
  z-index: -1;
}*/
.dino-outer .dino-inner .deadscreenimage {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 1;
}

.dino-outer .dino-container {

  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.dino-outer .dino-canvas {
  max-width: 100%;
  opacity: 1;
  overflow: hidden;
  z-index: 2;
  position: static;
}

.dino-outer .controller {
  background: rgba(247, 247, 247, .1);
  left: 0;
  width: 100vw;
  z-index: 1;
}

#dinosaur-game,
[id^=dino-game-sprites] {
  display: none;
}
