.fx_blur .uk-position-cover {
    background:inherit;
  /* BOXED LAYOUT  width: 1500px; */
	/*
	FULL WIDTH LAYOUT*/
	width: 2500px;
	
    height: 110%;
    margin-top: -0.5%;


} 


.fx_blur .uk-position-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
    background: inherit;
}