html, body { overflow: hidden; }
body {
	background-image: url(../img/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;

	font-family: 'DB Helvetica';
}

a { text-decoration: none; }
img {
	max-width: 100%;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* Bokeh */
.bokeh {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("../img/bokeh.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
} 
/* Container */
.container {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	max-width: 1470px;
	height: 100%;
	margin: auto;
	position: relative;
}

.container .main-image {
	position: absolute;
}

.container .main-image.des {
	bottom: 0;
    height: 100%;
}

.container .content-wrapper {
	color: white;
	margin-left: auto;
}

.content-wrapper p {
    margin: auto;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1;
    word-break: keep-all; 
    font-family: 'DB Helvetica Cond';
}

.content-wrapper video {
    margin: auto;
    margin-bottom: 25px;
    height: auto;
}

.container .button {
	display: block;
	margin: auto;
	cursor: pointer;
}

.coins img { position: absolute; }

.coins.des img:first-child {
    top: 5%;
    left: 0;
}

.coins.des img:nth-child(2) {
    right: 0;
}

.coins.des img:nth-child(3) {
    right: 50px;
    bottom: 0;
}

.coins.des img:last-child {
    bottom: 0;
}

.text-center {
	text-align: center;
}

.text {
    color: #fffae2 ;
    word-break: keep-all; 
    font-weight: normal;
}
@media only screen and (min-width: 800px) {
	.mob { display: none; }
	.des { display: block; }

	.container .content-wrapper { max-width: 53%; }
	.container .h1 {
        font-size: 51px;
        margin: 0;
        line-height: 47px;
    }

}

@media (-webkit-min-device-pixel-ratio: 1.25) {
    .container { max-width: 1200px; }
    .container .h1 {
        font-size: 41px;
    }
    .promo {
        max-width: 55%;
    }
    .content-wrapper video {
    max-height: 250px;
    max-width: 450px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1280px) {
	
}

@media only screen and (max-width: 800px) {
    body { 
        min-height: 100vh;
        height: 100%;
    }
	.container { max-width: 88%; display: block; }
	.container .content-wrapper {
		padding: 2rem 0;
		
    }
	.container .main-image.mob {
	    z-index: -1;
	    margin: 0;
	    position: absolute;
	    top: 75%;
	    right: -7%;
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.content-wrapper video { max-width: 100%; }
	.content-wrapper p { font-size: 25px; word-break: keep-all;  }

	h1.text { max-width: 70%; margin: 10px 0; color: #fef9e1; font-weight: normal; }
	.h1.text { font-weight: normal; font-size: 2em; }
	h2.h1.text { font-size: 2em; max-width: 55%; margin: 10px 0; }

	.container .logo { margin-bottom: 2rem; }
	.coins.mob img:first-child { top: 0; }
	.coins.mob img:nth-child(2) { bottom: 0; }
	.coins.mob img:nth-child(3) { right: 0; bottom: 0; }
	.coins.mob img:nth-child(5) { right: 0; }
	.coins.mob img:nth-child(4) { right: 0; top: 10%; }

	.mob { display: block; }
	.des { display: none; }
	.text-center { text-align: left; }
}

@media only screen and (min-width: 801px) and (max-width: 1490px) {
	.container .main-image.des {
	    height: auto;
	    width: 50%;
	}

	.content-wrapper video {
		max-width: 400px;
		height: auto;
    }
}