/*Teachers*/
.teachers {
    padding-top: 100px;
}

/*Teacher*/

.teacher_image div {
    width: 120px;
    height: 120px;
    border-radius: 0;
    border: solid 2px #f9f4f4;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.teacher_content {
    padding-left: 10px;
}

.teacher_image div img {
    height: 100%;
    width: 100%;
    vertical-align: central;
}

.instructor_image_container {
    width: 250px;
    height: 250px;
    border: solid 5px #FFFFFF;
    border-radius: 0%;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    margin-left: auto;
    margin-right: auto;
}

.instructor_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 250px;
}

.instructors_row {
    margin-top: 30px;
}

