/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
/* 移除 jeg_thumb 外層遮罩 */
.jeg_thumb {
    background: none !important;
    opacity: 1 !important;
}

/* 禁用 jeg_thumb 的 ::before 或 ::after 遮罩 */
.jeg_thumb::before,
.jeg_thumb::after {
    content: none !important;
    display: none !important;
}

/* 確保嵌入影片 iframe 正常顯示 */
.jeg_thumb iframe {
    position: relative !important;
    z-index: 1 !important;
}

