@-moz-document url-prefix() {
	 .slider-home-page .text-ctn {
		position: absolute;
		top: 250px;
		bottom: auto;
		margin: auto;
		height: max-content;
		width: 100%;
		left: 0;
		max-width: 600px;
		z-index: 9;
	}
	
	.slider-home-page {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    max-width: 1920px;
    margin: auto;
    animation: initial;
    animation: initial;
    max-height: 800px;
    overflow: hidden;
    min-height: 568px;
	}

}