body {

background: url(../img/bg.svg) no-repeat center center fixed;

}

.wrapper {
	width: 100%;
	height: auto;
	max-width: 600px;
	max-height: 580px;
 	margin: 0 auto;
 	margin-top: 60px;
 	padding: 10px;
 	padding-right: 20px;
 	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.ui {
	float: left;
	width: 45%;
	height: 100%;
	display: block;
}

.ui img {
	width: 100%;
	max-width: 260px;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto;
}

.title {
	float: right;
	margin-top: 40%;
	width: 55%;
	min-width: 200px;
	height: auto;
}

.title img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto;
}

/* Mobile Landscape Size to Tablet Landscape (devices and browsers) */
@media only screen and (max-width: 480px) {

body {
	height: 100%;
	overflow: hidden;
}

.wrapper {
 	margin-top: 0px;
}

.ui {
	float: left;
	width: 100%;
	height: 100%;
	display: block;
}

.title {
	float: left;
	width: 100%;
	min-width: 200px;
	height: auto;
	margin-top: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

}