@media only screen and (min-width:48rem){.l-tags-container{display:flex;flex-wrap:wrap;max-width:1200px;margin:0 auto}}.m-tag-card{position:relative;height:200px;border-radius:2px;overflow:hidden;margin-bottom:30px;background-color:var(--empty-color);transition:all .2s cubic-bezier(.02,.01,.47,1)}.m-tag-card:hover{transform:scale(1.05)!important}@media only screen and (min-width:48rem){.m-tag-card{width:calc(50% - 50px);height:300px;margin:0 25px 50px}}@media only screen and (min-width:64rem){.m-tag-card{width:calc(33.33% - 50px)}}@media only screen and (min-width:80rem){.m-tag-card{width:250px}}.m-tag-card.last{margin-bottom:0}@media only screen and (min-width:48rem){.m-tag-card.last{margin-bottom:50px}}.m-tag-card__image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-repeat:no-repeat;background-position:50%;background-size:cover;z-index:1}.m-tag-card__image.no-image{background-size:auto 90%}@media only screen and (min-width:48rem){.m-tag-card__image.no-image{background-size:90% auto}}.m-tag-card__link{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.m-tag-card__overlay{display:flex;flex-direction:column;justify-content:flex-end;color:#fff;position:absolute;left:0;bottom:0;width:100%;min-height:125px;padding:15px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.45) 70%,rgba(0,0,0,.65));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0)}.m-tag-card__name{letter-spacing:.4px;line-height:1.3;font-size:1.3125rem;font-weight:500;margin:0 0 5px}.m-tag-card__counter{display:block;letter-spacing:.6;font-size:.75rem}