#ue1 {
	border:1px solid #ccc; width:60%;  margin-left:20%; margin-top:5px;
}

.start1 {
	position:fixed;
	left: 50%!important;
	width: 800px!important;
	margin-left: -400px!important;	
	bottom: 5px;
	z-index: 9999;
}

.start2 {
		border:1px solid #ccc; width:98%;  margin-left:1%; margin-top:5px;
	}

@media screen and (max-width:800px) {
	
	#ue1 {
		border:1px solid #ccc; width:98%;  margin-left:1%; margin-top:5px;
	}	
	.start1 {
		position:fixed;
		left: 50%;
		width: 98%!important;
		margin-left: -49%!important;	
		bottom: 5px;
		z-index: 9999;
	}
	
}

@media screen and (min-width:1620px) {
	#ue1 {
		border:1px solid #ccc; width:48%;  margin-left:26%; margin-top:5px;
	}	
	.start2 {
		border:1px solid #ccc; width:48%;  margin-left:26%; margin-top:5px;
	}
.start1 {
	position:fixed;
	left: 50%!important;
	width: 800px!important;
	margin-left: -400px!important;	
	bottom: 5px;
	z-index: 9999;
}
}

