@media (min-width: 762px) {
  .custom-video-link {
    color: #000 !important;
    border: 1px solid #000 !important;
  }

  .custom-video-link::after {
    filter: invert(1);
  }


}

@media (max-width: 761px) {
  .aspot-video-fullscreen {
    margin-bottom: 56px;
  }

  .custom-video-link {
    background-color: #F91A27 !important;
    color: #fff !important;
  }

}