  /* 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(/wp-content/themes/opi/css/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;
}

#hibest {
	margin-top: 15px;
	margin-bottom: 100px;
}

.hibest-tag-heading a {
	color: #888;
	font-size: 11px;
}

.hibest-tag-heading a:hover { text-decoration: underline; }

#hibest h6 { color:black; font-size:16px; }

#hibest .thumb {
	display: block;
	height: 130px;
	cursor: pointer;
}

#hibest .thumb:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#hibest .thumb img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}