.custom-video-hero {
  position: relative;  

  .button--primary {
    background-color: #CEFF60;
    color: #323232;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    text-transform: uppercase;
    width: max-content;
    z-index: 1;
  }

  video {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}