.sqrstream {
  box-sizing: border-box;
  display: block;
  margin: 0;
  float: left;
}

.sqrstream2 {
  width: 50%;
}
.sqrstream3 {
  width: 33.3333333%;
}
.sqrstream4 {
  width: 25%;
}
.sqrstream5 {
  width: 20%;
}

.sqrstream img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.sqrstream figcaption {
  display: block;
  padding: 10px 20px;
  margin: 0;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .sqrstream figcaption {
    display: none;
  }
}
