Overlay on a section with background Video

PHOTO EMBED

Mon May 03 2021 11:08:52 GMT+0000 (Coordinated Universal Time)

Saved by @Abhi #html

//Background overlay on the main video section
[data-section-id="6080dec30539ac45c06a07fa"]
.section-background:after{
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  background-image: linear-gradient(29deg, rgba(126,37,35,1) 0%, rgba(84,152,112,1) 53%);
}
content_copyCOPY