.compassBox {
  background-color: rgba(0, 0, 0, .5);
  padding: 6px;
  top: 60px;
  right: 10px;
  z-index: 1;
  position: fixed;
}

.compass {
    height: 100%;
    height: 40px;
    content: url(../c.png);
    transition-duration: 1s;
  }
