/*
Theme Name:  Conditions We Treat Main
Author: Jigz | Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Phone CSS for Conditions We Treat
*/

@media (max-width: 767px) {

    .conditions-content img {
        width: 100%
    }

    .conditions-feat-img {
        position: relative;
        height: 250px !important;
        overflow: hidden;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .conditions-feat-img img {
        position: absolute;
        top: -50%;
        left: 0;
        padding: 15px;
    }
}

/* END of @media 767*/