@media all and (max-width: 1000px) {
    .demo_item{
        width: 12vw;
        height: 6vw;
    }

    .demo_wrap{
        top: 12vw;
    }
}