.trend-year {
  position: relative
}
.trend-year::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  max-height: 29.5rem;
  background-color: rgba(0,0,0,.0901960784);
  width: 73.33vw;
  pointer-events: none;
  position: absolute
}
.trend-year__left {
  padding-top: 0
}
.trend-year .canvasWrapper video {
    mix-blend-mode: screen;
  	pointer-events: none;
}
@media (min-width:992px) {
  .trend-year::before {
    height: 100%;
    max-height: 60.7rem;
    background-color: rgba(0,0,0,.0901960784);
    width: 30.35vw
  }
  .trend-year__left {
    padding-top: 32.8rem
  }
}