﻿.htmleaf-container {
    min-width:1200px;
}

.rowcon {
    width: 1200px;
    margin: 0px auto 60px auto;
}

    .rowcon label {
        width: 1200px;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        margin: 40px 0px;
        color: #333;
    }

    .rowcon p {
        text-indent: 2em;
        font-size: 16px;
        color: #333;
        line-height: 28px;
        letter-spacing: 1px;
    }

.paralasic {
    background-image: url(/Images/About/Synopsis/syjz-main-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-size: 100%;
    min-width:1200px;
    background-position: center top;
    background-repeat: no-repeat;
}

h1.title {
    padding: 300px 100px;
    margin: 0px;
    text-align: center;
}

.paralasic-demo {
    width:1200px;
    height: 300px;
    background-image: url(/Images/About/Synopsis/photo-1422393462206-207b0fbd8d6b.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;  
}

@media only screen and (max-width: 1024px) {
    .htmleaf-container {
        min-width: 1000px;
    }

    .rowcon {
        width: 960px;
        margin: 0px auto 60px auto;
        padding:0 20px;
    }

        .rowcon label {
            width: 960px;
            font-size: 4em;
            font-weight: normal;
            text-align: center;
            margin: 40px 0px;
            color: #333;
        }

        .rowcon p {
            text-indent: 2em;
            font-size: 2.8em;
            color: #333;
            line-height: 1.5em;
            letter-spacing: 1px;
        }

    .paralasic {
        background-image: url(/Images/About/Synopsis/syjz-main-1.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-size: 100%;
        min-width: 960px;
        background-position: center top;
        background-repeat: no-repeat;
    }

    h1.title {
        padding: 220px 100px;
        margin: 0px;
        text-align: center;
    }

    .paralasic-demo {
        width: 900px !important;
        height: 270px !important;
        background-image: url(/Images/About/Synopsis/photo-1422393462206-207b0fbd8d6b.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}
