h1 {
	font-size: 25px;
	color: #000000;
	font-weight:bold;
	text-align:center;
	margin-top: 0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	line-height:normal;
}

.textblock {
	
	width:100%;
	margin-left: auto;
	margin-right: auto;
	
	margin-top:0px;
	margin-bottom: 20px;
	line-height:150%;
}



.mtpdk_startscreen_skip_wrapper {
	/* The background image must be 800px wide */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mtpdk_startscreen_skip_img {
	padding-top: 61.46%;  /* 450px/800px = 0.5625 */
	background-size: cover;
}

.mtpdk_startscreen_skip_text {
	color: #fff;
	margin-top: -41%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 120%;
	line-height: 120%;
}

@media only screen and (max-width: 580px) {
	
	.mtpdk_startscreen_skip_text {
		margin-top: -50%;
		font-size: 100%;
		line-height: 120%;
	}
	
}

