
.item__info{
  word-wrap: break-word;
}
.teachers {
  position: relative; }
  .teachers .item {
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    flex-flow: column;
    overflow: hidden;
    height: 100%;
    text-decoration: none; }
    .teachers .item__img {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center;
      -webkit-transition: all .6s ease;
      transition: all .6s ease; }
      .teachers .item__img:hover, .teachers .item__img:focus {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .teachers .item__img-wrapper {
        position: relative;
        max-width: 100%;
        width: 100%; }
        .teachers .item__img-wrapper .stretcher {
          padding-top: 100%; }
    .teachers .item__info {
      padding: 20px;
      background: #ffffff;
      z-index: 2;
      margin-top: auto; }
    .teachers .item__title {
      color: #D30612;
      margin-bottom: 10px; }
    .teachers .item__description {
      font-size: 16px;
      color: #000000; }
    .teachers .item:hover, .teachers .item:focus, .teachers .item.active {
      color: #D30612;
      text-decoration: none; }
