.alb-theme-type-1-banner {
	position: relative;
	/*margin-left:  calc( -1 * var(--wp--custom--spacing--outer) ) !important;*/
	/*margin-right: calc( -1 * var(--wp--custom--spacing--outer) ) !important;*/
		
	&__wrapper {
		position: absolute;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	
	&__image {
		display: block;
		position: absolute;
		min-height: 100%;
		min-width: 100%;
	}
	
	&__full-image {
		display: block;
		width: 100%;
	}

	&__text-content {
		/*padding-top: 88px;*/
		position: absolute;
		left: 0;
		width: 100%;
	}
}

/*@-moz-document url-prefix() {
	.alb-theme-type-1-banner__image {
		max-width: 100%;
	}
}*/