@media screen and (min-width: 1745px) and (max-width:1919px) {
    .wp {
        zoom: 0.9 !important;
        -moz-transform: scale(0.9);
        -moz-transform-origin: center center;
    }

    .top-blank {
        zoom: 0.9 !important;
    }

    .into-park-more {
        zoom: 0.9 !important;
    }

    .artic_con .rich_con video {
        zoom: 1.12 !important;
    }

    .more_main {
        -moz-transform: scale(0.9);
        -moz-transform-origin: center 0;
    }
}

@media screen and (min-width: 1367px) and (max-width:1536px) {
    .wp {
        zoom: 0.83 !important;
        -moz-transform: scale(0.83);
        -moz-transform-origin: center center;
    }

    .top-blank {
        zoom: 0.83 !important;
    }

    .into-park-more {
        zoom: 0.83 !important;
    }

    .artic_con .rich_con video {
        zoom: 1.0 !important;
    }

    .artic_con .rich_con {
        zoom: 1.22 !important;
    }

    .more_main {
        -moz-transform: scale(0.83);
        -moz-transform-origin: center 0;
    }
}

@media screen and (max-width: 1366px) {
    .wp {
        zoom: 0.73 !important;
        -moz-transform: scale(0.73);
        -moz-transform-origin: center center;

    }

    .top-blank {
        zoom: 0.73 !important;
    }

    .into-park-more {
        zoom: 0.73 !important;
    }

    .artic_con .rich_con video {
        zoom: 1.4 !important;
    }

    .more_main {
        -moz-transform: scale(0.73);
        -moz-transform-origin: center 0;
    }
}