@charset "UTF-8";

@media screen and (max-width: 769px) {

    .installation_equipment,
    .divisions nav ul,
    .director_row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .installation_img {
        width: 92%;
    }
    .installation_text {
        width: 92%;
    }
    .department_row nav {
        text-align: center;
    }
    .department_contents h3 {
        width: 80%;
    }
    .department_row p.discription {
        padding: 5%;
        margin: 0px;
        margin-top: -30px;
    }
    .installation_text {
        margin: 0;
        padding: 2%;
        width: 96%;
    }
    .department_row .member_row {
        margin-right: 0;
        width: 100%;
    }
    .director_row {
        margin-left: 0;
    }
    .director_row img {
        width: 100%;
        top: -10%;

    }

    .doctor_row .img {
        width: 100%;
        margin: 0px;
    }

        .doctor_row .img img{
        margin-bottom: 15px;
    }


    .department_row .director_row {
        margin-left: 0;
    }

    .department_row .director_row .img {
        text-align: center;
        margin-left: 0;
    }

    .department_row .director_row img {
        width: 60%;
    }
    .doctor_row2 {
        padding: 0;
    }

    .director_row h5 {
        padding-left: 10%;
    }
    .doctor_button {
        font-size: 15px;
        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .button_wrapper .bnr_img{
        margin: 0;
    }


    .department_row .doctor_row img {
        width: 100%;
    }
    .director_row h5 {
        padding-left: 1%;
    }

    img.about_map {
        width: 96%;
        padding: 2%;
    }
    .director_contents nav ul {

        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0 auto;
        margin-top: 20px;
    }
    .doctor_row {
        text-align: center;
    }
    .doctor_row h5 {
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .doctor_row h6 {
        font-size: 16px;
        margin-top: 5px;

    }
    .doctor_row p {
        text-align: center;
        padding-top: 2px;
        padding-bottom: 5px;

    }
    .doctor h4.parttime {
        margin-top: 50px;
    }
    .doctor .text {
        margin-left: 0;
    }

}
