/*ALL PAGES MOBILE LANDSCAPE STYLES*/

@media screen and (min-width: 480px) {
	.logo-container {
		width: 25vw;
		height: auto;
		margin-top: 20vh;
	}

	.cmd-logo {
		width: 25vw;
		height: auto;
	}

	.coming-soon {
		width: 15vw;
		height: auto;
		margin-top: 30px;
	}
}