body
{
	color: #fff;
}

.display-fill
{
	background: url(/static/img/carriercommand/screenshot_01.jpg) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
}

.display-fill .display-content img
{
    padding-top: 20vh;
}

.display-container
{
	background-color: #1a1a1a;
	padding: 1px;
	z-index: 1;
	position: absolute;
	width: 100%;
}