.final__screen{
	display: flex;
}

@media screen and (max-height:900px){
	.final__screen{
		height: 100% !important;
	}

	html, body{
		overflow:visible;
	}

	.content__linear {
	    background: linear-gradient(transparent 49%,rgba(0,0,0,.9) 59%);
	    padding-top: 20px;
	}
}

