.photo-card{flex-direction:column;align-items:center;display:flex}.photo-card__img-wrap{border-radius:96px;margin-bottom:24px;position:relative;overflow:hidden}@media only screen and (max-width:1023px){.photo-card__img-wrap{margin-bottom:16px}}.photo-card__img-wrap:before{content:"";opacity:0;background-color:#0006;width:100%;height:100%;transition:opacity .3s ease-in-out;position:absolute;top:0;left:0}.photo-card__img{width:100%;max-width:100%;height:172px;display:block}@media only screen and (max-width:1279px){.photo-card__img{height:120px}}@media only screen and (max-width:1023px){.photo-card__img{height:85px}}.photo-card__title{margin-bottom:8px}@media only screen and (max-width:1023px){.photo-card__title{margin-bottom:4px;font-size:18px}}.photo-card:hover .photo-card__img-wrap:before{opacity:1}
