body {
    background-color: black;
}

/* + Background video {{{ */

#clipPlayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

#clipPlayer video {
    /* Video alignment */
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* + }}} */


.details {
    position: absolute;
    box-sizing: border-box;
    transform: scaleY(0);
    transform-origin: bottom;
    bottom: 86px;
    left: 0;
    width: 14.286%;
    min-width: 100px;
    z-index: 2;

    font-family: Hero;
    font-weight: 200;
    font-size: 10.7px;

    background-color: rgba(0, 0, 0, 0.74);
    text-align: right;
    padding: 0 16px 0 0;
    line-height: 1.2;

}

.details.expanded {
    transform: scaleY(1);
    transition: transform 2s;
}

.coming-soon {
	position: absolute;
	box-sizing: border-box;
	/*transform: scaleY(0);*/
	transform-origin: top;
	top: 0px;
	right:50px;
	width: 14.286%;
	min-width: 280px;
	z-index: 2;
	
	font-family: Hero;
    font-weight: 200;
    font-size: 10.7px;

    background-color: rgba(0, 0, 0, 0.74);
    text-align: right;
    padding: 0px 16px 16px;
    line-height: 1.2;
}

.dubai-intro-title {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.dubai-title {
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	margin: 0px;
}

.dubai-date,
.dubai-email {
	font-size: 14px;
	text-align: center;
}

.dubai-hotel {
	text-align: center;
	padding: 10px;
}

.coming-soon.expanded {
    transform: scaleY(1);
    transition: transform 2s;
}


@media screen and (max-width: 800px) {
    .email {
        font-size: 80%;
    }
}

.phone, .phone a {
    color: rgb(255, 255, 255);
    margin-top: 14px;
    text-decoration: none;
}
.email, .email a {
    color: rgb(176, 143, 12);
    text-decoration: none;
    margin-bottom: 14px;
}
.avoid-wrap {
    display: inline-block;
}

@media screen and (max-width: 780px) {
    body {
        text-align: center;
    }

    .details {
        position: relative;
        top: 20vh;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: auto;
        /*display: none;*/
        font-size: 5vmin;
        text-align: center;
        padding: 0em 1em;
        display: inline-block;
        line-height: 1.3;
    }
	
	.coming-soon {
		position: relative;
		top: 20px;
		bottom: auto;
		left: auto;
		right: auto;
		width: auto;
		height: auto;
		background: transparent;		
	}
	
	.dubai-block {
		transform: scale(0.7);
		background-color: rgba(0, 0, 0, 0.74);
		padding: 10px;
	}
}