/*TABLET LANDSCAPE STYLES*/
@media screen and (min-width: 1200px) { 
	.logo-container {
		width: 15vw;
		height: auto;
		margin-top: 20vh;
	}

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

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