html {
    box-sizing: border-box;
}

*, *:before, * {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

.hidden {
    display: none;
}



/* AD CONTAINER
 -------------------------------------------------------------------*/
.ad-container {
    position: relative;
    width: 728px;
    height: 90px;
    cursor: pointer;
}


/* COLLAPSED PANEL
 -------------------------------------------------------------------*/
.collapsed-panel {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 728px;
    height: 90px;
    border: 1px solid #000;
    background: #000 url(images/bg.jpg) no-repeat;
}

.collapsed-exit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.tt {
    position: absolute;
    top: -1px;
    left: -1px;
}

.formats {
    position: absolute;
    top: 31px;
    left: 513px;
}

.cta {
    position: absolute;
    top: 48px;
    left: 464px;
    z-index: 20;
    width: 242px;
    height: 29px;
    background-repeat: no-repeat;
    background-image: url(images/cta-trailer.png);
}

.cta:hover {
    opacity: 0.8 !important;
}

.get-tix {
    background-image: url(images/cta-tix.png);
}

.legal {
    position: absolute;
    top: 76px;
    left: -1px;
}


/* DATE CODING
 -------------------------------------------------------------------*/

 .date-code {
    position: absolute;
    top: 10px;
    left: 462px;
    width: 246px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/date-november.png);
 }

 .now-playing {
    background-image: url(images/date-now.png);
 }

 .tomorrow {
    background-image: url(images/date-tomorrow.png);
 }

 .friday {
    background-image: url(images/date-friday.png);
 }
