.sqrpanorama {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  overflow: hidden;
  height: 200px;
}

.sqrpanorama img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.sqrpanorama span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}