﻿.breadcrumb{
    --bs-breadcrumb-padding-y: .75rem;
}


.img-item {position: relative;overflow: hidden;}
.img-item span{
    position: absolute;
    left: calc(var(--bs-gutter-x)* .5);
    right: calc(var(--bs-gutter-x)* .5);
    bottom:0;
    padding: .5rem calc(var(--bs-gutter-x)* .5);
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0, .5);
}
.img-item .thumbnail{
    width: 100%;
}
.breadcrumb-item+.breadcrumb-item::before {
    --bs-breadcrumb-divider: '';
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M320 885.333333c-8.533333 0-17.066667-4.266667-23.466667-10.666666-12.8-12.8-10.666667-34.133333 2.133334-44.8L654.933333 512 298.666667 194.133333c-12.8-10.666667-14.933333-32-2.133334-44.8 10.666667-12.8 32-14.933333 44.8-2.133333l384 341.333333c6.4 6.4 10.666667 14.933333 10.666667 23.466667 0 8.533333-4.266667 17.066667-10.666667 23.466667l-384 341.333333c-6.4 6.4-12.8 8.533333-21.333333 8.533333z' fill='%23666666' p-id='1130'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    width: 1rem;
    height: 1.5rem;
    background-position-y: center;
}
.breadcrumb-item > a{
    text-decoration: none;
}