@media only screen and (max-width: 1200px) {
    .lbarrow {
        display: none;
    }
    .peslider {
        width: 100%;
        height: 150px;
        overflow: auto;
    }
    .peitem {
        height: 150px;
    }
}
