.banner.template-1 > .glow-in {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-66deg);
  width: 260px;
  height: 1600px;
}

*:has(+ .banner.template-1) {
  margin-bottom: 0 !important;
}

.banner.template-1 + * {
  margin-top: 0 !important;
}

.banner.template-2 .bg-overlay {
  background: linear-gradient(180deg,rgba(56, 56, 56, 1) 0%, rgba(56, 56, 56, 1) 5%, rgba(56, 56, 56, 0) 100%);

  @media all and (min-width: 768px) {
    background: linear-gradient(270deg,rgba(56, 56, 56, 1) 0%, rgba(56, 56, 56, 1) 5%, rgba(56, 56, 56, 0) 100%);
  }
}

.banner .glow-in {
	height: 1600px;
	right: -15%;
	top: 50%;
	transform: translateY(-50%) rotate(64deg);
	width: 300px;
}
