﻿

/*
=======================================
    news CSS
=======================================
------------------*/
#movie {
    width: 100%;
    /*background: url(../img/bg-4.jpg) center center no-repeat;*/
    background-size: cover;
    text-align: center;
}

#movieArea {
    position: absolute;
    background: url(../image/videobg.png) top center no-repeat;
    background-size: contain;
    top: 40%;
    left: 25%;
    width: 48%;
    height: 160px;
    display: none;
    background-size: 100% 120px;
}

.movieMain {
background: url(../image/slidebg2.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 9rem;
    padding: 9px;
    height: 6.75rem;
    top: 39%;
    left: 3%;
    margin: 0% auto 0px auto;
}

.movieMain2 {
    background: url(../image/slidebg3.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    width: 90%;
    padding: 7px;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    /*height: 200px;*/
    bottom: 22%;
    left: 3%;
    margin: 0% auto 0px auto;
}

.msgvideo {
    position: relative;
    padding-bottom: 55.25%;
    /*padding-top: 30px;*/
    height: 0;
    /*overflow: hidden;*/

}

.msgvideo iframe,
.msgvideo object,
.msgvideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.people1 {
    position: absolute;
    width: 90%;
    left: -22%;
    top: 45%;
}

.people2 {
    position: absolute;
    width: 70%;
    right: -12%;
    top: 50%;
}

.people3 {
    position: absolute;
    width: 60%;
    right: 10%;
    top: 48%;
}

@media screen and (min-width: 640px) {
    .people1 {
        position: absolute;
        width: 36%;
        left: 18%;
        top: 45%;
    }

    .people2 {
        position: absolute;
        width: 26%;
        right: 28%;
        top: 50%;
    }

    .people3 {
        position: absolute;
        width: 18%;
        right: 41%;
        top: 58%;
    }

    .msgvideo {
        position: relative;
        padding-bottom: 35.25%;
        padding-top: 30px;
        height: 0;
        /*overflow: hidden;*/

    }

    .msgvideo iframe,
    .msgvideo object,
    .msgvideo embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #movie {
        width: 100%;

    }

    #movieArea {
        position: absolute;
        background: url(../image/videobg.png) top center no-repeat;
        background-size: contain;
        top: 40%;
        left: 25%;
        width: 48%;
        height: 160px;
        display: none;
        background-size: 100% 120px;
    }

    .movieMain {
background: url(../image/slidebg2.png) center center no-repeat;
    background-size: contain;
    width: 30%;
    height: 43%;
    padding: 1%;
    top: 14%;
    left: 33%;
    }

    .movieMain2 {
    background: url(../image/slidebg3.png) top center no-repeat;
    background-size: contain;
    width: 30%;
    max-width: 43%;
    padding: .4%;
    /* background-color: rgba(0, 0, 0, 0.7); */
    bottom: 5%;
    left: 34%;
    overflow: hidden;
    }
}
}