html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*------------------------- GLOBAL STYLES --------------------------------*/
strong, b {
    font-weight: bold;
}

.text {
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hidden {
    display: none;
    visibility: hidden;
}

.frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.frame-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.frame-outline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------- SPECIFIC STYLES --------------------------------*/
#banner-outline {
    font-family: apotek-extended, 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    position: absolute;
    top: 0px;
    left: 0px;
	width: 318px;
	height: 48px;
    color: #000000;
    line-height: 1;
    border: 1px solid #a2a2a2;
    background-color:#000000;
    cursor: pointer;
    overflow: hidden;
}

#dynamic-content {
	position: relative;
	width: 100%;
    height: 100%;
    z-index: 2;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#endframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

/*------------------------- IMAGE --------------------------------*/
.frame-image {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity:0;
}

/*------------------------- TEXT --------------------------------*/
.frame-copy {
    position: absolute;
    top: 50%;
    right: 0;
    width: 170px;
    padding: 0 10px;
    text-align: right;
    color: #FFFFFF;
    font-size: 44px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #000000;
    transform: translate(0, -50%);
    opacity:0;
}

.frame-copy span {
    display: inline-block;
}

/*------------------------- RED FLASH --------------------------------*/
#red-flash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}

/*------------------------- XBOX --------------------------------*/
#xbox, #xbox2 {
    z-index: 4;
    opacity: 1;
    display:none;
}

/*------------------------- ENDFRAME --------------------------------*/
#bg {
    transform-origin: 50% 50%;
}

#logo {
    transform-origin: 40% 40%;
}

#cta, #cta2 {
    opacity: 1;
}

#cta-preorder,
#cta-buynow {
    opacity: 1;
}