/* These styles are for JWPlayer DBN videos on Star-Advertiser. */

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000000001;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(16, 16, 16, 0.78);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

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

.play-button-overlay {
    position: absolute;
    width: 300px;
    height: 168px;
    margin: -84px 0 0 -150px;
    top: 50%;
    left: 50%;
    /*height: 100%;
    background: url(images/fv-play-btn-1.png) no-repeat;
    background-position: 50% 50%;
    background-size: 100%;*/
    /*background-color: rgba(0,0,0,0.1);*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
    display: none;
}
