@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1350px) {}

@media only screen and (max-width:1230px) {
    .aboutBox {
        padding: 40px;
    }

    .aboutText {
        padding-right: 40px;
    }
}

@media only screen and (max-width:991px) {
    section.aboutSection {
        padding: 60px 0;
    }

    section.establishSection {
        padding: 60px 0;
    }

    .establishCard h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .establishCard p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }

    .establishCard {
        padding: 30px 15px 50px;
        min-height: unset;
        min-height: 242px;
    }

    section.videoSection {
        padding: 10px 0 40px;
    }

    .aboutText {
        width: 100%;
        padding-right: 0;
    }

    .aboutImage {
        margin-top: 30px;
    }
}

@media only screen and (max-width:767px) {
    .siteLogo img {
        max-width: 100px;
    }

    section.heroBanner h1 {
        font-size: 40px;
        line-height: 53px;
    }

    section.heroBanner {
        height: 190px;
        padding: 0;
        background-size: contain;
        margin-top: 120px;
        background-image: url(../images/mobile-banner.png)!important;
    }

    .aboutBox {
        border: solid 5px #F2CA86;
        padding: 30px 20px;
    }

    .aboutText h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .aboutText h2 {
        font-size: 32px;
        margin: 12px 0;
    }

    .aboutText {
        text-align: center;
    }

    .aboutImage {
        text-align: center;
        width: 100%;
    }

    .establishCol {
        width: 50%;
    }

    section.imageSection {
        padding: 40px 0;
    }

    .videoBox a.productionFactory {
        font-size: 22px;
    }

    .popup-youtube img {
        width: 80px;
    }
    
    .videoContainer {
        max-width: 540px;
        height: 310px;
    }
}

@media only screen and (max-width:600px) {
    .establishCol {
        width: 100%;
    }

    .videoContainer {
        max-width: 325px;
        height: 190px;
    }
}