.screenshotDisplay
{
	position: absolute;
	display: flex;

	top: 50%;
	left: 50%;
	
	width: fit-content;
	height: fit-content;
	
	transform: translate(-50%, -50%);
}

.screenshotDisplay .holder
{
	display: flex;
	flex-direction: column;
	
	float: left;
	
	align-items: center;
	
	width: fit-content;
	height: fit-content;
	
	opacity: 0;
}

.screenshotDisplay .holder img
{
	width: auto;
	height: 525px;
	
	margin: 0;
	padding: 0;
}

.screenshotDisplay .holder .text
{
	width: fit-content;
	height: fit-content;
}

.screenshotDisplay .spacer
{
	display: inline-block;
	float: left;
	
	height: 10px;
	width: 10px;
}

.platformBadges
{
	position: absolute;
	
	bottom: 0px;
	width: 100%;
	height: 10%;
}
.platformBadges .content
{
	position: relative;
	display: flex;
	
	align-items: center;
    justify-content: center;
	
	width: 100%;
	height: 100%;
}
.platformBadges .content a
{
	width: auto;
	height: 6vw;
}
.platformBadges .content a img
{
	width: auto;
	height: 100%;
}
.platformBadges .content .apple
{
	width: auto;
	height: 4.2vw;
}