.dr-integrations-v3_video-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dr-integrations-v3_video-hero__overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2;
}

.dr-integrations-v3_video-hero__content {
  position: absolute;
  top: 50%;
  z-index: 3;
  {#transform: translateY(-50%);#}
  width: 100%;
}

.dr-integrations-v3_video-hero__content > div {
  margin: 0 auto;
}

.dr-integrations-v3_video-hero video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  position: relative;
  height: 100%;
  width: 100%;  
}

.dr-integrations-v3_video-hero__mobile-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
