*
{
	font-family: Arial;
	box-sizing: content-box;
}
html
{
	background-color: #488aff;
}
h1
{
	display: none;
}
body
{
	display: flex;
	flex-direction: row;
	height: 100vh;
	margin: 0;
	align-items: stretch;
	justify-content: space-around;

    position: absolute; 
	bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
@media (min-width: 580px)
{
	.preview
	{
		min-width: calc(300px + 100vh - 660px);
	}
	.android-phone
	{
		margin-top: -16% !important;
	}
	.call-to-action
	{
		padding: 1cm;
	}
}
@media (max-width: 579px)
{
	body
	{
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	.call-to-action
	{
		justify-content: flex-start !important;
		flex: 0 0 400px !important;
	}
	.background>img
	{
		position: absolute !important;
		margin-top: -30px;
	}
}
@media (max-width: 480px)
{
	.background>img
	{
		min-width: 100vw !important;
		min-height: 100vw !important;
	}
}
@media (max-height: 700px) and (min-width: 580px)
{
	.app-stores
	{
		position: fixed !important;
	    margin-top: 130px !important;
	}
}

.preview
{
	display: flex;
	padding: 0;
	flex: 0 0 calc(300px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.call-to-action
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 calc(100% - 300px);
	flex-direction: column;
}
.call-to-action>.app-stores
{
    display: flex;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.background
{
	position: relative;
    width: 200px;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 160px;
	bottom: -130px;
	z-index: -1;
	overflow: visible;
}
.background>img
{
	position: fixed;
	min-width: 460px;
	min-height: 460px;
    height: auto;
    max-width: 100vw;
    max-height: 150vh;
}
.call-to-action a>img
{
	width: 220px;
	pointer-events: none;
}
.android-phone
{
	position: relative;
	width: 300px;
	height: 635px;
	margin: 0;
	pointer-events: none;
}
.android-phone>img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.android-phone>img.screenshot
{
	width: 92.5%;
	margin-left: 3.75%;
	margin-top: 36px;

	margin-top: 12px;
    border-radius: 17px;
    box-shadow: 0px 1px 50px 23px rgba(0,0,0,0.25), 0px 2px 18px 13px rgba(0,0,0,0.25);
    padding: 24px 0;
}
.android-phone>img.icon
{
	left: unset;
	top: 480px;
	right: -50px;
	width: 240px;
}