.pagebanner {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 470px;
}
.banner-background{
    background-color: rgba(50, 50, 50,0.97) !important;
}

.pageheader > div {
    min-height: 450px;
}

.pageheader__breadcrumbs {
    position: relative;
}

.pageheader .breadcrumb li:before {
    color: #fff !important;
}

.breadcrumb * {
    background: transparent;
    font-size: 32px;
    color: #fff !important;
}

.pageheader .breadcrumb * {
    color: #fff !important;
}

@media only screen and (max-width: 767.98px) {
    .pageheader > div {
        min-height: 240px;
    }
    .banner-background{
        background-color: rgba(50, 50, 50,0.97) !important;
    }
    .pageheader__breadcrumbs {
        position: relative;
        top: 100px !important;
    }
}

@media only screen and (max-width: 320px){

    .logo {
        width: 100px !important;
    }
    .pageheader__breadcrumbs {
        position: relative;
        top: 70px !important;
    }
}
.pagebanner_small {
    height: 100px !important;
    position: relative !important;
}

.pagebanner-content {
    padding-top: 50px;
}


