.fastbit-page-header-blur {
    display: table;
    margin: auto auto;
    padding: 40px 40px;
    min-width: 500px;
}

.fastbit-page-header-blur-inner {
    margin: auto auto;
    display: table-cell;
    text-align: center;
}

.fastbit-page-header {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: table;
    height: 350px;
    padding: 0px 0px;
    width: 100%;
}

/*
.fastbit-page-header {
    background: rgba(255, 255, 255, 0.21);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14.2px);
    -webkit-backdrop-filter: blur(14.2px);
    display: table;
    height: 350px;
    padding: 0px 0px;
    max-width: 800px;
}
 */

.fastbit-page-header-inner {
    /*margin: auto auto;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fastbit-page-header-inner h1 {
    font-family: arial;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0,0,0,0.9), 0 0 40px rgba(0,0,0,0.8);
    text-transform: uppercase;
    color: #fff;
    line-height: 100%;
    margin: 0 0;
    padding: 0 0;
}

.fastbit-page-header-inner h2 {
    font-family: arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0,0,0,0.9), 0 0 40px rgba(0,0,0,0.8);
    text-transform: uppercase;
    color: #FCBE00 !important;
    line-height: 100%;
    margin-top: 40px;
}

@media only screen and (max-width: 920px) {
	.fastbit-page-header {
  		height: 200px !important;
  	}
	.fastbit-page-header-inner h1 {
	  	font-size: 24px;
	}
	.fastbit-page-header-inner h2 {
	  	font-size: 20px;
	}
}

/*
@media only screen and (min-width: 921px) {
  	.fastbit-page-header {
	    transform-origin: middle left;
	    -ms-transform: skew(-30deg, 0deg);
	    -webkit-transform: skew(-30deg, 0deg);
	    transform: skew(-30deg, 0deg);
  	    margin: auto auto;
  	    padding: 0px 100px;
  	}
	.fastbit-page-header-inner h1 {
  		transform: skew(30deg, 0deg);
	}
	.fastbit-page-header-inner h2 {
  		transform: skew(30deg, 0deg);
	}
}

@media only screen and (max-width: 920px) {
  	.fastbit-page-header {
  	  	padding: 0 0 !important;
		width: 100% !important;
  		height: 250px !important;
	    max-width: 920px !important;
  	}
	.fastbit-page-header-inner h1 {
	  	font-size: 24px;
	}
	.fastbit-page-header-inner h2 {
	  	font-size: 20px;
	}
}
*/