.modal-video-block-image {
    height: max-content;
  }
  
  .modalvidany_video_modal .modal-body {
      position: relative;
      background-color: var(--bs-dark);
  }
  
  .modalvidany_video_modal .modal-content {
      background: transparent;
      border: none;
  }
  
  .modalvidany_video_modal .modal-footer {
      border-top: none;
    justify-content: center;
  }
  
  .modalvidany_video_modal .modal-footer p {
      text-shadow: 0 0 4px black;
  }
  
  .modalvidany_video_modal .btn-close {
      position: absolute;
      right: 0rem;
      top: 0rem;
      z-index: 1;
      width: 2rem;
      height: 2rem;
      border-radius: 0 0 0 0.8rem;
      background-color: var(--bs-light);
      filter: none !important;
      opacity: 0.8;
  }
  
  .modalvidany_video_modal .btn-close:hover {
      opacity: 1;
  }
  