@media screen and (max-width: 1680px) {
    .kiwc-title {
        font-size: 40px;
        line-height: 50px;

    }

    .kiwc-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .kiwc-number {
        font-size: 20px;
    }
}

@media screen and (max-width: 1440px) {

    .kiwc-title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .kcwl-info {
        padding: 30px 0 30px 30px;
    }

    .kiwc-content {
        padding-right: 60px;
    }

    .kiwc-content p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .kiwc-number {
        font-size: 15px;
    }

    .share-fb, .download {
        width: 30px;
        height: 30px;
    }

    .share-fb:before {
        -webkit-background-size: 20%;
        background-size: 20%;
    }

    .download:before {
        background-size: 35%;
    }

    .control-button {
        position: absolute;
        bottom: 30px;
        right: 15px;
        width: 30px;

    }


}

@media screen and (max-width: 1000px) {
    .kcw-left {
        width: 60%;
    }

    .kcw-right {
        width: 40%;
    }

    .story-cover .klwli-content {
        display: table;
        width: 100%;
    }

    .story-cover .klwlic-bg {
        display: table-cell;
        vertical-align: middle;

        background-position: center center;
    }
}

@media only screen and (orientation: landscape) {
    .spdcig-content {
        width: 980px !important;
        margin-left: -160px;
    }

    .spdcig-content.w660 {
        margin: 0 auto;
    }
}