.tour-thumb-xs {display: none;}
.ptt-categories-content .anchor {
    display: block;
    position: relative;
    height: 1px;
    width: 1px;
    transform: translateY(-40px);
}
@media (max-width: 768px) {
    .tour-thumb-xs {
        display: block;
        border-radius: 0;
        position: relative;
    }
    .tour-desc {
        display: none;
    }
    .ptt-tour-item-wrap .ptt-tour-item .tour-radius-top,
    .ptt-tour-item-wrap .ptt-tour-item .tour-bottom {
        display: none;
    }
    .ptt-tour-item-wrap .ptt-tour-item .tour-thumb-xs .tour-radius-top{
        display: block;
    }
    .tour-thumb-xs img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    .tour-thumb-xs .tour-radius-top .stars {
        left: 5px;
        bottom: 5px;
        transform: scale(0.8);
        transform-origin: left;
    }
    .ptt-tour-item-wrap .ptt-tour-item {
        box-shadow: none;
    }
    .tour-thumb-xs .col-xs-7 {
        padding-left: 0;
    }
    .tour-thumb-xs .title {
        font-weight: bold;
    }
    .tour-thumb-xs .price {
        margin-top: 5px;
    }
    .tour-thumb-xs .price-block {
        color: #ff6600;
        font-weight: bold;
        font-size: 16px;
    }
    .ptt-tour-item a {
        display: inline-block;
    }
    .ptt-tour-item-wrap {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .tour-item-grid .ptt-tour-item-wrap:nth-child(2n) {
        background-color: #eeeded;
    }
}