<style>
  .banner_video {
    display: flex;!important
    justify-content: bottom; /* Center horizontally */!important
    align-items: bottom; /* Center vertically */!important
    padding-top: 5x/* Add 20px top padding */ !important
    padding-bottom: 5px; /* Add 5px bottom padding */!important
    height: calc(100vh - 25px); /* Full viewport height minus the padding */!important
    overflow: hidden;!important
    position: relative;!important
  }
body .video_banner.v2 .banner_text_cta {
    padding: 0px 0 160px;
}