<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sqrband {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.sqrband ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sqrband li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.sqrband img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
  border: 0;
  touch-action: pan-y;
}

.sqrband .sqrbandnext {
  background: rgba(31,34,40,0.8) url(sqwplugintouchpscrollnext.svg) center right no-repeat;
  width: 52px;
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.sqrband .sqrbandprev {
  background: rgba(31,34,40,0.8) url(sqwplugintouchpscrollprev.svg) center left no-repeat;
  width: 52px;
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.sqrband p {
  display: block;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 5px 10%;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sqrband p {
    display: none;
  }
}</pre></body></html>