/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .card-property-lease{
        display: block;
    }
    .card-property-lease .card-img-top{
        width: 100px;
        height: 100px;
        margin-top: 8px;
    }
    .card-property-lease .card-img-top .check-input{
        right: 4px;
        top: 4px;
    }
    #units_list .card-property-lease .card-img-top{
        width: 90px;
        height: 90px;
    }
    .card-new {
        margin: 16px 0;
    }
    #kt_app_toolbar_container{
        margin: 16px 0;
    }
}

@media only screen and (min-width: 768px) {
    .card-property-lease{
        display: block;
    }
    .card-property-lease .card-img-top{
        width: 100px;
        height: 100px;
        margin-top: 8px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .card-property-lease{
        display: block;
    }
    .card-property-lease .card-img-top{
        width: 100px;
        height: 100px;
        margin-top: 8px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
    .card-property-lease .card-img-top {
        width: 100px;
        height: 100px;
        margin-top: 8px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .card-property-lease{
        display: flex;
    }
    .card-property-lease .card-img-top{
        width: 100px;
        height: 100px;
        margin-top: 8px;
    }
}
