.bg-overlay-header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
    background: rgba(0, 0, 0, .0) !important;
    opacity: 1;
}
#page-title .breadcrumb {
    width: auto;
    opacity: 0 !important;
    float: right;
    text-align: right;
}

 @media (max-width: 600px) {
.parallax-container {
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -100;
}
	.parallax-container.parallax-responsive {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: -240px -10px !important;
}
        }
