@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    #search span{
        position: relative;
        top:0px;
    }

    .red_button span{
        top:0 !important;
    }

    button.red_button span{
        top: 1px !important;
    }

    div.best_places_ratting{
        padding-top: 3px;
        overflow: hidden;
    }

    .category_arrow_forward{
        right: -19px !important;
    }

    div.best_places_userpic_box_img{
        height: 79px !important;
        width: 80px !important;
        position: relative;
        top: 1px !important;
        left: 1px !important;
    }

    div.best_places_review_userpic{
        width: 39px !important;
    }
}