.location-cards{background-color:#000;padding:130px 2rem 1rem;position:relative;z-index:1}.location-cards h4{color:#fff;font-size:1.5rem;font-weight:500}.location-card{display:flex;flex-flow:wrap}.location-card a{border-radius:30px;color:#fff;display:block;margin:.8rem .8rem .8rem 0;padding:.5rem 1.5rem;position:relative}.location-card .name{font-size:1rem;font-weight:800;text-transform:uppercase}.location-card .description{border-radius:0 0 30px 30px;font-size:.8rem;font-weight:100;height:0;left:0;margin:0 auto;max-width:100%;overflow:hidden;padding:0 1rem;position:absolute;text-align:center;top:20px;transition:all .4s ease-out;z-index:-1}.location-card a:hover{color:#fff!important}.location-card a:hover .description{height:auto;padding:1.2rem 1rem 2rem}