.entry-content>div{display:grid;grid-gap:25px;grid-template-columns:repeat(3,1fr)}@media (max-width:1400px){.entry-content>div{grid-template-columns:repeat(2,1fr)}}@media (max-width:960px){.entry-content>div{grid-template-columns:repeat(1,1fr);max-width:420px;width:100%;margin-left:auto;margin-right:auto}}.entry-content .member{display:grid;grid-template-rows:1fr auto;position:relative;z-index:1}.entry-content .member:before{content:' ';display:block;position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}.entry-content .member>*{position:relative;z-index:3}.entry-content .member:before{background-color:rgba(255,255,255,0.75);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.entry-content .member>*{grid-column:1}.entry-content .member img{grid-row:1 / span 2;margin:0;z-index:1}.entry-content .member h2{grid-row:2;margin:0;text-align:center;text-transform:none;padding:0.5em;font-family:Avenir,Nunito;font-weight:400;font-size:28px;line-height:1;font-style:normal;font-variant:normal}.entry-content .member h2em{font-family:"Dancing Script";font-weight:inherit;font-size:1em;line-height:1;font-style:normal;font-variant:normal}.entry-content .member .copy{grid-row:1;padding:25px 25px 10px}@media (max-width:1200px){.entry-content .member .copy p{font-size:14px;line-height:1.5}}.entry-content .member h2{color:#fff;transition:color 0.5s cubic-bezier(0.76,0,0.24,1);-o-transition:color 0.5s cubic-bezier(0.76,0,0.24,1);-moz-transition:color 0.5s cubic-bezier(0.76,0,0.24,1);-webkit-transition:color 0.5s cubic-bezier(0.76,0,0.24,1)}.entry-content .member h2em{color:#fff;transition:color 0.5s cubic-bezier(0.76,0,0.24,1);-o-transition:color 0.5s cubic-bezier(0.76,0,0.24,1);-moz-transition:color 0.5s cubic-bezier(0.76,0,0.24,1);-webkit-transition:color 0.5s cubic-bezier(0.76,0,0.24,1)}.entry-content .member .copy,.entry-content .member:before{opacity:0;transition:opacity 0.5s cubic-bezier(0.76,0,0.24,1);-o-transition:opacity 0.5s cubic-bezier(0.76,0,0.24,1);-moz-transition:opacity 0.5s cubic-bezier(0.76,0,0.24,1);-webkit-transition:opacity 0.5s cubic-bezier(0.76,0,0.24,1)}.entry-content .member:hover h2,.entry-content .member.active h2{color:#098db4}.entry-content .member:hover h2em,.entry-content .member.active h2em{color:#000}.entry-content .member:hover .copy,.entry-content .member.active .copy,.entry-content .member:hover:before,.entry-content .member.active:before{opacity:1}