
/* --------------------------
Global Reset ----------------
-------------------------- */

* {
	border: 0;
	margin: 0;
	user-select: none;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
}

img {
	display: block;
}





/* --------------------------
Global Style ----------------
-------------------------- */

body {
	font-family: "Raleway";
	font-weight: 400;
	font-size: 12px;
	color: #cecece;
	letter-spacing: 0.35px;
	word-spacing: 1px;
	line-height: 1.4;
}

#banner_ad {
	display: block;
	width: 300px;
	height: 600px;
	background: #000000;
	border: 1px solid #000000;
	position: relative;
	overflow: hidden;
}

#banner_ad * {
	position: absolute;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}


/* --------------------------
Frame Styles ----------------
-------------------------- */

.frame {
	width: 300px;
	height: 600px;
	top: -1px;
	left: -1px;
	visibility: hidden;
}




/* --------------------------
Global ----------------------
-------------------------- */

/* Loading Spinner */
@keyframes spin {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

#global_load {
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;

	animation: spin 0.5s linear infinite;
	-webkit-animation: spin 0.5s linear infinite;
}




/* --------------------------
Frame 1 ---------------------
-------------------------- */
#frame1_bg {
	width: 300px;
	height: 600px;
}

#frame1_tt {
	left: 20px;
	top: 41px;
}

#frame1_release {
	left: 48px;
	top: 404px;
}

#frame1_download {
	left: 40px;
	top: 469px;
}

#frame1_prime {
	left: 158px;
	top: 468px;
}

/* --------------------------
Videoframe ------------------
-------------------------- */

#videoframe {
	top: 203px;
	left:0;
	width: 300px;
	height: 172px;
	visibility:hidden;
}

#video1 {
	top: 0;
	left: 0;
	width: 300px;
	height: 172px;
	z-index: 50;
}

/* --------------------------
Endframe -----------------------
-------------------------- */

#endframe_bg {
	width: 300px;
	height: 600px;
}

#endframe_tt {
	left: 64px;
	top: 311px;
}

#endframe_release {
	left: 48px;
	top: 413px;
}

#endframe_prime {
	left: 158px;
	top: 477px;
}

/* --------------------------
Exits -----------------------
-------------------------- */

#main_exit {
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 50;
	visibility: hidden;
}

#cta_exit {
	width: 156px;
	height: 40px;
	left: 40px;
	top: 478px;
	position: relative;
	cursor: pointer;
	z-index: 49;
	visibility: hidden;
}

#cta_exit img {
	top: 0;
	left: 0;
}