/*.section-hero {
	background-image: url(../images/bg-hero-technology.webp);
	background-repeat: no-repeat;
	background-position: center;
}*/

.section-hero h2 {
	font-size: clamp(1rem,1.25vw,1.25rem)!important;
	font-weight: 700;
}

.section-hero .video {
  position: absolute;
  right: 0;
  top: -380px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1030;
  filter: brightness(0.5);
}

@media only screen and (max-width: 960px){ 
	.section-hero {
		background-position: left;
	}
}
