body, html{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #000000;
}

.splash_bg{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	background-image: url("rtp_cs_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.temp_logo{
	width: 175px;
	float: right;
	padding: 5%;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

@media(max-width:767px){
	.splash_bg{
		background-image: url("m_rtp_cs_bg.jpg");
		background-position: center;
	}
	.temp_logo{
		width: 150px;
		float: right;
		padding: 5%;
		position: relative;
	  	top: 50%;
	  	transform: translateY(-50%);
	}
}