.paragraph--type--component-hero-video-new .hero-video-text-overlay {
	font-family: DopisBold, sans-serif;
}
@media screen and (min-width: 768px) {
.paragraph--type--component-hero-video-new .hero-video-text-overlay {
  margin-left: 5%;
  position: relative;
  padding-bottom: 125px;
  font-size: var(--fs-3-75rem);
}
.paragraph--type--component-hero-video-new .controls .hero-video-link {
	margin-left: 24px;
}
}
@media screen and (max-width: 767px) {
.paragraph--type--component-hero-video-new .hero-video-text-overlay {
  padding-left: 5%;
  padding-bottom: 100px;
  font-size: var(--fs-2rem);
  word-spacing: 100vw;
}
}