/* Add here all your CSS customizations */
.page-header-custom-background {
    padding: 0 !important;
    height: 30vw;
}

.page-header-custom-background .parallax-background {
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.top-6 {
    top: 6px !important;
}

@media(max-width: 475px) {
    .top-6 {
        max-width: 145px;
    }
}