/* Tablet desktop :767px. */
@media (max-width: 767px) {
  .tup-style-25 .tup-style-25-team-left {
    display: inline-block;
    float: none;
    padding: 15px;
    margin: 0px;
    width: 100%;
  }
  .tup-style-25 .tup-style-25-team-left a img {
    border-radius: 50%;
    height: auto !important;
    width: 100%;
  }
}

/*  mobile :480px. */
@media (max-width: 480px) {
  .tup-style-10 .tup-style-10-pic {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .tup-style-10 {
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    display: block;
  }
  .tup-style-24-team-left {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .tup-style-24 .tup-style-24-team-left a img {
    height: auto !important;
    width: 100%;
  }
  .tup-style-25 .tup-style-25-team-left {
    display: inline-block;
    float: none;
    padding: 15px;
    margin: 0px;
    width: 100%;
  }
  .tup-style-25 .tup-style-25-team-left a img {
    border-radius: 50%;
    height: auto !important;
    width: 100%;
  }
}

/* small mobile :320px. */
@media (max-width: 320px) {
  .tup-style-10 .tup-style-10-pic {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .tup-style-10 {
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    display: block;
  }
  .tup-style-24-team-left {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .tup-style-24 .tup-style-24-team-left a img {
    height: auto !important;
    width: 100%;
  }
  .tup-style-25 .tup-style-25-team-left {
    display: inline-block;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
    padding:15px;
  }
  .tup-style-25 .tup-style-25-team-left a img {
    border-radius: 50%;
    height: auto !important;
    width: 100%;
  }
}