@media only screen and (min-width:1024px){
	body {

		overflow: hidden;

		height: 100%;

	}
}


@media only screen and (min-width:1900px){
	#sectiune_leave_message{

		padding-top: 100px;

	}
}

