/*TABLET PORTAIT STYLES*/

@media screen and (min-width: 750px) {

	.logo-container {
		width: 35vw;
		height: auto;
		margin-top: 20vh;
	}

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

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

}