/***************************************************************************************************************
    Dear Dev Pros,

    Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered
    into any file that includes this one (spoiler alert: most files include this file)
****************************************************************************************************************/
.team-member-photo { width: 100%; height: auto; max-width: 340px; }

.team-member-back { color: #fff; position: relative; background-color: #00b683; overflow: hidden; height: auto; min-height: 320px; max-width: 340px; }

.team-member-back::before { position: absolute; width: 100%; height: 100%; content: ' '; background: rgba(0, 0, 0, 0); top: 0; left: 0; -webkit-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s; z-index: 1; }

.team-member-back::after { position: absolute; width: 436px; height: 234px; content: ' '; background: url("../images/branch-25.png") no-repeat; top: 0; left: 0; z-index: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.team-member-back:hover::before { background: rgba(0, 0, 0, 0.2); }

.team-member-back:hover::after { -webkit-filter: blur(2px); filter: blur(2px); }

.team-member-back h4 { position: relative; z-index: 2; }

@media (min-width: 576px) { .element-team-members-items > :nth-child(odd) { border-right: solid 1px #e7e7e7; }
  .element-team-members-items > :last-child { border-right: 0; }
  .team-member-back { min-height: 254px; } }

@media (min-width: 768px) { .element-team-members-items > :nth-child(odd) { border-right: inherit; }
  .element-team-members-items > :nth-child(3n + 1), .element-team-members-items > :nth-child(3n + 2) { border-right: solid 1px #e7e7e7; }
  .element-team-members-items > :last-child { border-right: 0; }
  .team-member-back { min-height: 222px; } }

@media (min-width: 992px) { .team-member-back { min-height: 321px; } }
/*# sourceMappingURL=elementteammembers.css.map */