  .custom-video-title {
    margin: 0;
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    font-family: var(--font-medium, "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif);
    font-size: 4.63vw;
    font-weight: normal;
    pointer-events: none;
    text-align: center;
  }

  .custom-video-title__spacer {
    height: 0px;
  }

  .custom-video-title div {
    text-align: center;
  }

  .custom-video-title span {
    position: relative;
    display: inline-block;
    opacity: 0;
    padding: 0 0.25em 0 0;
  }
  .custom-video-title span:last-child {
    padding-right:0 ;
  }

  @media(max-width:761px) {
    .custom-video-link {
      background-color: #01173A !important;
    }

    .custom-video-title {
      font-size: 14vw;
       flex-direction: column;
    }

    .custom-video-title span {
      display: block;
      padding: 0;
    }

  }



@media (max-width: 761px) {
  .aspot-video-fullscreen {
    padding-top: calc( 100% + 56px );
  }

  .custom-video-link {
    margin: 0;
  }

}
