.banner-bg-section .banner-wrapp {
    position: relative;
    height: 500px;
    overflow: hidden;
    padding-top: 0;
}

.banner-bg-section .banner-wrapp img.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-bg-section .banner-content {
    position: relative;
    text-align: center;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.banner-bg-section .banner-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 84px;
    color: #ffffff;
    margin-bottom: 0 !important;
    padding: 0 10px;
}

.banner-bg-section .breadcrumb-wrapp nav {
    display: flex;
    justify-content: center;
}

.banner-bg-section .breadcrumb-wrapp nav .breadcrumb {
    margin-bottom: 0;
}

.banner-bg-section .breadcrumb-wrapp .breadcrumb .breadcrumb-item a {
    color: #adadad;
    font-size: 14px;
}

.banner-bg-section .breadcrumb-wrapp .breadcrumb li.active {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 26px;
}

.wall-of-fame-banner img.banner-img {
    object-position: center !important;
}