.v-expand-card{--expand-card-height: 320px;--expand-card-width: 100%;--expand-card-color: #fff}.v-expand-card{display:flex;position:relative;height:var(--expand-card-height);width:var(--expand-card-width)}.v-expand-card__vertical{flex-direction:column}.v-expand-card__round .v-expand-card__item{border-radius:27px}.v-expand-card__item{flex:.5;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;margin:10px;position:relative;transition:flex .4s ease-in;overflow:hidden;color:#fff}.v-expand-card__item .v-expand-card__title{font-size:16px;position:absolute;bottom:20px;font-weight:600;left:20px;transition:opacity .2s;opacity:0;color:var(--expand-card-color)}.v-expand-card__item.v-expand-card__active{flex-grow:3;background-size:cover;background-position:center;background-repeat:no-repeat}.v-expand-card__item.v-expand-card__active .v-expand-card__title{opacity:1}
