@media (min-width:992px) {
	.rotate {
		writing-mode: vertical-lr;
		rotate: -180deg;
		transform-origin: left;
	}
	.community-info{
		position: absolute;
		width: 100%;
	}
	.hero-animation{
		min-height: 100vh;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.video-cloud{
		width: 20vw;
		height: 20vw;
	}
	.home-list-row .home-list-item:before {
		font-size: 5rem;
	}
	.footer-block{padding-block:12rem}
}