html, body {
	margin: 0;
	padding: 0;
	background-color: #262626;
    font-size:20px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

#wrap {
	max-width:100vw;
}

.full {
	position: relative;
	width:100%;
/*	overflow: hidden;*/
}

.full img {
	position: relative;
	width:100%;
}

.full > #our-apps {
    position: absolute;
    left: 50%;
    top: -1rem;
    z-index: 10;
    width: 8rem;
    transform: translate(-50%, -20%);
}

#apps {
    background-color: white;
    padding-top: 5rem;
    padding-bottom: 3rem;
    text-align: center;
}

#app {
    width: 8rem;
    height: 8rem;
    margin: 3rem;
    display: inline-block;
}

#app img {
    width: 100%;
    border-radius: 1.5rem;
}

#app .title {
    font-size: 1.5rem;
    font-weight: 200;
    margin-bottom: 0.6rem;
}

.title sup {
    font-size: 40%;
}

#app .get-app {
    background-color: #337af6;
    border-radius: 1rem;
    padding: 0.3rem;
    color: white;
    font-weight: 600;
    width: 3rem;
    margin: 0 auto;
    cursor: pointer;
}

.get-app a {
    text-decoration: none;
    color:white;
}

.appstorelink {
	cursor: pointer;
	position: absolute;
	left: 52.6%;
	top: 65.0%;
	width: 239px;
	height: 25px;
}

.trans {
    -moz-transition:all 0.05s;
    -webkit-transition:all 0.05s;
    -o-transition:all 0.05s;
    transition:all 0.05s;
}

#vlad {
	position: absolute;
	left: 21.875%;
	top: 29.29824561403509%;
	width: 21.09375%;
	height: 38.03894736842105%;
	background-image: url(VladLego.png);
	background-size: 100%;
	background-position: 50% 30%;
}

#lotte {
	position: absolute;
	left: 57.0087890625%;
	top: 29.29824561403509%;
	width: 21.09375%;
	height: 38.03894736842105%;
	background-image: url(LuiseLotte.png);
	background-size: 100%;
	background-position: 50% 40%;
}

#vlad:hover {background-size: 120%;}
#lotte:hover {background-size: 120%;}
