clock-display {
  display: flex; }

body {
  position: relative;
  padding: 0;
  margin: 0; }

html, body {
  height: 100%; }

#display {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%); }

#feed {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  background: orange; }
  #feed feed-display {
    height: 40px;
    width: 200%;
    display: block;
    overflow: hidden; }
    #feed feed-display feed-item {
      float: left;
      width: 50%;
      transition: margin 3s;
      padding: 10px 20px;
      height: 20px;
      font-family: Helvetica, Arial; }
      #feed feed-display feed-item.hidden {
        margin-left: -100%; }

/*# sourceMappingURL=fullscreen.css.map */
