.tcgi-hero-01.sr-cover-parallax .sr-cover-inner {
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    position: relative;
}

.tcgi-hero-01 .height-auto     { min-height: 0vh; }
.tcgi-hero-01 .height-small    { padding: 8rem 0; }
.tcgi-hero-01 .height-medium   { padding: 14rem 0; }
.tcgi-hero-01 .height-large    { padding: 20rem 0; }
.tcgi-hero-01 .height-full     { min-height: 100vh; }

.tcgi-hero-01 .breadcrumb {
    position: absolute;
    right: 15px;
    line-height: 1;
    background: var(--white);
    bottom: 0;
    margin: 0;
    padding: 10px;
}

.tcgi-hero-01 .breadcrumb li {
    margin: 0px 10px;
    display: inline-block;
    position: relative;
}
.tcgi-hero-01 .breadcrumb li:not(:last-child)::after {
    content: "|";
    color: #1d2122;
    position: absolute;
    font-family: Rajdhani;
    font-weight: 700;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

@media (min-width: 768px) {
    .tcgi-hero-01 .breadcrumb {
        padding: 22px 40px 20px;
        ]
    }