#home{
	@media only screen and (max-width: 992px) {
		height: unset;
    // height: 100vh;
    -ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */

    &::-webkit-scrollbar {
		  display: none;
		}
	}
}