html {
	height: 100%;
}
body {
	height: 100%;
	margin:0;
	padding:0;
}

.maintenance-wrappper {
	display: table;
	width: 100%;
	height: 100%;
	background: url(//www.att.com/maintenance/assets/images/236264-home-maintenance.jpg) no-repeat center top;
	position:relative;
	z-index:2;
	
}
.content-container{color:white;position:absolute;z-index:1;}

@media all and (max-device-width: 1024px) and (orientation: portrait){
	.maintenance-wrappper {
	
		background: url(//www.att.com/maintenance/assets/images/236264-m-home-WaitingRoom-p.jpg) no-repeat center center;
		background-size:100%;
	}
	
}

@media all and (max-device-width: 1280px) and (orientation: landscape){
	.maintenance-wrappper {
		
		background: url(//www.att.com/maintenance/assets/images/236264-m-home-WaitingRoom-l.jpg) no-repeat center center;
		background-size:100%;
		
	}
}
