.beilaide-sidebanner {
    position: relative;
}

.beilaide-sidebanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1920/480;
}

.beilaide-sidebanner .title-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.50);
}

.beilaide-sidebanner-title {
    color: #FFF;
    font-size: var(--font-64);
    font-weight: 700;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 1440px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media screen and (max-width: 552px) {}