.bokai-slidebanner {
    position: relative;
    overflow: hidden;
}
.bokai-slidebanner .banner-bg img{
    width: 100%;
    min-height: 120px;
    aspect-ratio: 234/61;
    object-fit: cover;
}
.bokai-banner-con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.50);
}

.bokai-banner-con .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.bokai-banner-con .bokai-banner-title{
    color: #FFF;
    font-family: var(--title-font-family);
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-xl);
}
.bokai-banner-con .bokai-banner-desc{
    color: #fff;
    font-family: var(--font-family);
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-base);
    line-height: 1.25;
}