/*===========================Media===============================*/
@media only screen and (min-width: 320px) and (max-width : 767px) {
    .about_content_img img {
        width: 100% !important;
        height: 100% !important;
    }

    .leasing_content_img p img {
        width: 100% !important;
        height: 100% !important;
    }

    .last img {
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width : 360px) {
    .about_content_img img {
        width: 100% !important;
        height: 100% !important;
    }

    .leasing_content_img p img {
       width: 100% !important;
       height: 100% !important;
    }

    .last img {
       width: 100% !important;
       height: 100% !important;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_content_img img {
        width: 100% !important;
        height: 100% !important;
    }

    .leasing_content_img p img {
        width: 100% !important;
        height: 100% !important;
    }

    .last img {
        width: 100% !important;
        height: 100% !important;
    }
}
