@import 'ant-design-vue/es/style/index.less';

.hb-img-container {
    position: relative;
    display: inline-block;

    img {
        border-radius: @border-radius-base;
        width: 100%;
    }

    i {
        font-size: 30px;
        position: absolute;
        bottom: 50%;
        left: 50%;
        margin-left: -15px;
        margin-bottom: -50px;
        color: #ffffff;
    }
}