/* The Modal (background) */
#from-videootv-modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  #from-videootv-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 550px;
    border: 2px solid var(--wp--preset--color--accent-1);
    border-radius: 8px;
    position: relative;
  }
  
  /* The Close Button */
  #from-videootv-modal .close {
    color: #aaa;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0 10px;
    border: 1px solid #aaa;
    border-radius: 16px;
  }
  
  #from-videootv-modal .close:hover,
  #from-videootv-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #from-videootv-modal .modal-content h2 {
    color: var(--wp--preset--color--accent-1);
    align-items: center;
    text-align: center;
    padding: 0 24px;
  }

  #from-videootv-modal .modal-content p {
    align-items: center;
    text-align: center;
    padding: 0 24px;
  }

  #from-videootv-modal .modal-content img {
    display: block;
    margin: 0 auto;
  }