@media all {
    .lightbox {
        display: none;
    }

        .lightbox > h1 {
            color: #444;
            display: inline-block;
            font-size: 22px;
            line-height: 22px;
            font-weight: lighter;
            text-align: center;
            padding: 15px 0;
            width: 100%;
        }

        .lightbox > .date {
            color: #888;
            display: inline-block;
            font-size: 16px;
            font-weight: lighter;
            text-align: right;
            padding: 15px 0 10px 0;
            width: 100%;
        }

        .lightbox > .content {
            color: #333;
/*            font-size: 14px;*/
            font-family: 'Microsoft JhengHei';
            line-height: 30px;
            /*text-align: justify;*/
            padding: 0;
            padding-top: 15px;
        }

        .lightbox > .line {
            background-color: #999;
            display: inline-block;
            height: 1px;
            width: 100%;
        }

        .lightbox img {
            max-width: 100% !important;
            height: auto !important;
            /*float:left;*/
            /*display:inline-block;*/
        }

        .lightbox iframe {
            width:100% !important;
        }

        /* override default feather style... */
        .fixwidth {
            background: rgba(256,256,256, 0.8);
        }

        .fixwidth .featherlight-content {
            width: 50%;
            padding: 50px;
            /*background: rgba(255, 255, 255, 0.85);*/
            /*background-image: url(/img/background/lightbox-bg.png);*/
            background-position: center top;
            background-repeat: repeat-x;
        }

            .fixwidth .featherlight-close {
                color: #fff;
                padding: 20px;
                background-color: #3A4F41;
            }

            .fixwidth .featherlight-close:hover {
                background-color: rgba(58, 79, 65, 0.8);
            }
}

@media (max-width: 1200px) {
    .fixwidth .featherlight-content {
        width: 65%;
    }
}

@media(max-width: 768px) {
    .lightbox {
        padding: 0 15px 30px 15px;
    }

        .lightbox > h1 {
            font-size: 18px;
            font-weight: bold;
            line-height: 26px;
            padding: 0 0 26px 0;
        }

        .lightbox > .date {
            font-size: 14px;
            padding: 0 0 10px 0;
        }

        .lightbox > .content {
            font-size: 14px;
            padding-top: 10px;
            margin: 0;
        }

    .fixwidth {
        width: 100%;
        padding: 0;
    }

        .fixwidth .featherlight-close {
            padding: 5px;
        }

    .featherlight .featherlight-content {
        margin: 0;
        padding: 35px 0 0 0;
        width: 100%;
    }
}
