.border-hr-black-1{
    border-top: 1px solid black;
    padding-top:0.5rem!important;
}

/*****redesign**find**lists************/
@media only screen and (max-width: 576px) {
    .p-0-c, .cmax {
        padding: 0 !important;
    }

    div[id^='cover-image-']{
        max-width: 100% !important;
        border-top:1px solid black;
        aspect-ratio : 1 / 1;
        height:auto!important;
        background-size: contain!important;
    }

    div[id^='cover-imageG-']{
        max-width: 100% !important;
        border-top:0px solid black;
        aspect-ratio : 1 / 1;
        height:auto!important;
        background-size: contain!important;
    }

    .btn-h1-div, .main_filter_form, .div-x-card-body, #bcn, #page_buttons, .x_filters, .div-info-x{
        padding: 0 0.5rem !important;
    }

    .x_filters_buttons{
        padding: 0 1.25rem !important;
    }

    .position-absolute-remove1 {
        margin-bottom: 0.25rem !important;
    }

    #kml_title {
        margin-top: 0 !important;
    }
    .hr-dv{
        display: none;
    }
    .position-mobile{
        width:calc(100% - 10px)!important;
        left:5px!important;
    }

    .border-hr-black-1{
        border-top: 1px solid black;
        padding-top:0.5rem!important;
    }
}