﻿@charset "utf-8";

/*
=======================================
    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(../img/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(../img/slidebg2.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    width: 90%;
    padding: 7px;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    /*height: 200px;*/
    top: 13%;
    left: 3%;
    margin: 0% auto 0px auto;
}

.movieMain2 {
    background: url(../img/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;*/
    top: 13%;
    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: 12%;
    top: 28%;
}
.people2{
    position: absolute;
    width: 26%;
    right: 22%;
    top: 45%;
}
.people3{
position: absolute;
    width: 20%;
    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(../img/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(../img/slidebg2.png) top center no-repeat;
        background-size: contain;
        position: absolute;
        width: 36%;
        padding: .6%;
        /*background-color: rgba(0, 0, 0, 0.7);*/
        /*height: 200px;*/
        top: 10%;
        left: 32%;
    }
     .movieMain2 {
        background: url(../img/slidebg3.png) top center no-repeat;
        background-size: contain;
        position: absolute;
        width: 36%;
        padding: .6%;
        /*background-color: rgba(0, 0, 0, 0.7);*/
        /*height: 200px;*/
        top: 10%;
        left: 32%;
        overflow: hidden;
    }
}
}