<div class=“modal fade” id=“link-modal” tabindex=“-1” role=“dialog” aria-labelledby=“link-modal-label” aria-hidden=“true”>

<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
  <div class="modal-content">
    <div class="modal-header">
      <div class="modal-title" id="link-modal-label">
        <h3 class="mb-2 font-weight-light"></h3>
        <h5 class="mb-0 font-weight-light"></h5>
      </div>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">&times;</span>
      </button>
    </div>
    <div class="modal-body embed-responsive embed-responsive-16by9">
      <iframe class="embed-responsive-item" src="" allowfullscreen></iframe>
    </div>
    <div class="modal-footer justify-content-start">
      <p></p>
    </div>
  </div>
</div>

</div>