/* The Modal (background) */
a {
    cursor: pointer;
}

.modal {
    display: none;    /* Hidden by default */
    position: fixed;    /* Stay in place */
    z-index: 999;    /* Sit on top */
    padding-top: 100px;    /* Location of the box */
    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.6);    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #888;
    width: 980px;
}

.modal-content > iframe{
  border: 1px solid #eaeaea;
    background-image: url('https://www.lexisnexis.com.au/__data/assets/image/0009/309195/ModalDefaultFrame.jpg');
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 40%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.vidTitle {
    font-size: 12px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px 5px 0px;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}



