.counter_transition {
  /*
          -webkit-transition: all 500ms linear;
          -moz-transition:    all 500ms linear;
          -ms-transition:     all 500ms linear;
          transition:         all 500ms linear;*/ }

#display {
  width: 100%;
  height: 100%;
  cursor: pointer; }
  #display .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #display .counter {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    #display .counter canvas {
      position: absolute;
      top: 50%;
      left: 50%; }
  #display .display-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #display .display-video .hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #display.format_300x250 .counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #display.format_300x250 .counter canvas {
    top: 69px;
    left: 100px; }
  #display.format_300x250 .content .display-video {
    background: black;
    position: absolute;
    width: 300px;
    height: 180px;
    top: 0;
    left: 0; }
  #display.format_300x250 .content .footer {
    position: absolute;
    top: 180px;
    left: 0; }
  #display.format_300x250 .content .copy {
    position: absolute;
    top: 14px;
    left: 12px; }
  #display.format_750x200 .counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #display.format_750x200 .counter canvas {
    top: 19px;
    left: 630px; }
  #display.format_750x200 .content .display-video {
    background: black;
    position: absolute;
    width: 750px;
    height: 140px;
    top: 0;
    left: 0; }
  #display.format_750x200 .content .footer {
    position: absolute;
    top: 140px;
    left: 0; }
  #display.format_750x200 .content .copy {
    position: absolute;
    top: 21px;
    left: 20px; }
  #display.format_750x200 .content .sketch,
  #display.format_750x200 .content .sketch-glow {
    position: absolute;
    top: 82px;
    left: 230px;
    opacity: 0; }
  #display.format_750x200 .content .samochod {
    position: absolute;
    top: 0;
    left: -750px; }
    #display.format_750x200 .content .samochod img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      #display.format_750x200 .content .samochod img:first-child {
        opacity: 1; }
  #display.format_750x300 .counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #display.format_750x300 .counter canvas {
    top: 50px;
    left: 581px; }
  #display.format_750x300 .content .display-video {
    background: black;
    position: absolute;
    width: 750px;
    height: 220px;
    top: 0;
    left: 0; }
  #display.format_750x300 .content .footer {
    position: absolute;
    top: 220px;
    left: 0; }
  #display.format_750x300 .content .copy {
    position: absolute;
    top: 22px;
    left: 22px; }
  #display.format_750x300 .content .sketch,
  #display.format_750x300 .content .sketch-glow {
    position: absolute;
    top: 152px;
    left: 203px;
    opacity: 0; }
  #display.format_750x300 .content .samochod {
    position: absolute;
    top: 0;
    left: -750px; }
    #display.format_750x300 .content .samochod img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      #display.format_750x300 .content .samochod img:first-child {
        opacity: 1; }

/*# sourceMappingURL=display.css.map */
