html,
    body {
        background: url(../images/transparentBG.png) left bottom no-repeat;
        background-size: cover;
        background-color: #FECC00;
        width: 100%;
        height: 100%;
        position: relative;
        font-family: "Arial", "Heiti TC", "Microsoft JhengHei", sans-serif;
        background-attachment:fixed;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #685F56;
    }

    #wrapper {
        position: relative;
    }

    #page-content-wrapper h2 {
        border-bottom: 1px solid #685F56;
        ;
        display: block;
        /*background-color: #ccc;*/
        line-height: 88px;
        background: url(/images/lo.jpg?_=1) top right no-repeat;
        background-size: 280px;
        padding: 0 0 10px 10px;
        color: #685F56;
    }

    .pic {
        padding-top: 10px;
    }

    .pic {
        display: inline-block;
        padding: 20px;
        /*background-color:#ccc;*/
    }
    @media(min-width: 768px ){
        /*.pic:first-child{
        padding-left:0;
    }
    .pic:last-child{
        padding-right:0;

    }
*/
}
    .main {
        border-left: 2px solid #EDB033;
        /*height:474px;*/
        overflow:auto;
    }

    @media (max-width:768px) {
        #page-content-wrapper h2 {
            background: none;
            padding-top: 40px;
        }
    }



    .item {
        padding: 20px 0 0 50px;
    }

    .item h3 {
        margin-bottom: 0;
    }

    .item h4 {
        font-weight: bold;
    }
    footer {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-left: 0;
    }
    .image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.item .video{
    background:url(../images/tv.png) center center no-repeat;
    background-size:100%;
    padding: 5% 8% 12% 8%;
    /*margin-top:30px;*/

}
.video-con h4{
    border-top:2px solid #EDB033;
    line-height: 48px;
    width:95%;

}
