.view-f-sponsor .view-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.view-f-sponsor .view-content:before, .view-f-sponsor .view-content:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 64.375%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 33%, rgba(0, 0, 0, 0) 0%);
  background-position: bottom;
  background-size: 5px 5px;
  background-repeat: repeat-x;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #000 33%, rgba(0, 0, 0, 0) 0%);
  max-width: 100%;
}
.view-f-sponsor .view-content:after {
  top: auto;
  bottom: 0;
}
.view-f-sponsor .view-content .views-row {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 144px;
  font-size: 0;
  margin: 24px 72px;
}