@font-face {
    font-family: "Optima LT W01 Roman";
    src: url("fonts/36a73a3c-1fe5-4986-92cf-92879e7d3ac3.eot");
    src: url("fonts/36a73a3c-1fe5-4986-92cf-92879e7d3ac3.eot?#iefix") format("embedded-opentype"), url("fonts/60740f82-8b81-4b05-ba70-a17d20b5fac4.woff") format("woff"), url("fonts/20567f69-bce8-40cc-bd26-50903c18d448.ttf") format("truetype");
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Optima LT W01 Roman";
    text-transform: uppercase;
}

span {
    position: relative;
    display: inline-block;
}
.copyright::after{
    content: "\00a9 Disney";
    font-family: sans-serif;
    color:white;
    font-size:8px;
    bottom:0px;
    right:2px;
    position:absolute;
}
#banner {
  background-color: #1F94DB;
    width: 320px;
    height: 50px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
}

#banner div {
    position: absolute;
}
#t1 {
    font-size: 16px;
    left: 70%;
    letter-spacing: 3px;
    position: absolute;
    text-align: center;
    top: 485px;
    width: 300px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#background {
    background: url(images/background.jpg);
    height: 50px;
    overflow: hidden;
    position: absolute;
    width: 320px;
}

#mm1 {
  background: url(images/mm1.jpg);
  position:absolute;
  width:82px;
  height:50px;
}
#mm2 {
  background: url(images/mm2.jpg);
  position:absolute;
  width:82px;
  height:50px;
}

#logo {
  background: url(images/logo.png);
  left:92px;
  bottom: 10px;
  width: 50px;
  height: 33px;
}
#arrow {
    background-image: url('images/cta-button.png');
    background-repeat: no-repeat;
    height: 23px;
    left: 280px;
    position: absolute;
    top: 15px;
    width: 64px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#t1 {
    font-size: 16px;
    left: 70%;
    letter-spacing: 3px;
    position: absolute;
    text-align: center;
    top: 485px;
    width: 300px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
