/* These styles are for JWPlayer video widgets 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;
}

.jwplayer-container .col-12 {
	cursor: pointer;
}

.jwplayer-container .thumbnail:before {
	content: "\f144";
	font-family: 'icomoon';
	font-size: 72px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	opacity: 0.9;
	filter: alpha(opacity=80);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.jwplayer-container .story-title {
    font-family: 'Source Serif Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    line-height: 1em;
}