﻿/* RWD CASCADING STYLE SHEET */
/* Menu 01 Company Video */
/* 2016 04 14 CREATED BY RTISTECH */

#CompanyVideo {
    background: url(../images/BrandStory/BrandVideo.png) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;

    background-color: #F0F0F0;
    text-align: center;
}

.CompanyVideo-responsive {
    width: 100%;
}

#CompanyVideo p {
    padding: 60px; 
    font-size: 1.4em;
}

/* Screen Width < 480px */
#CompanyVideo .Header {
    padding: 10px 0;
    font-size: 2.0em;
    text-align: center;
}

/* Screen Width 480px ~ 768px */
@media only screen and (min-width: 480px) and (max-width: 768px) {
    #CompanyVideo .Header { 
        padding: 10px 0;
        font-size: 2.2em; }
}

/* Screen Width > 768px */
@media only screen and (min-width: 769px) {
    #CompanyVideo .Header { 
        padding: 10px 0;
        font-size: 2.4em; }
}
