.fixed-panorama.fixed {
  position: fixed;
  transform: translateY(-3px) translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  left: 50%;
  transition: top 0.3s, opacity 0.3s;
  padding: 16px;
}