@font-face {
    font-family: "Pan Display Bold";
    src: url("../fonts/PanDisplayWeb-Bold.woff") format("woff")
}

body {
    font-family: 'Pan Display Bold';
    color: #000
}

a {
    color: inherit;
    text-decoration: none
}

body {
    margin: 0
}

#ad {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 250px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    opacity: 0
}

#banner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    overflow: hidden
}

.asset {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

#marco {
    z-index: 5;
}

#img1 {
    position: absolute;
    left: -70px;
    top: -180px;
    transform-origin: right middle;
    transform: translate(0,0) scale(1);
    margin-top: 1px;
    width: 371px;
    height: 665px;
}

#img2 {
    position: absolute;
    z-index: 5;
    width: auto;
    height: auto;
    transform-origin: right middle;
    left: 0;
    top: 0;
    transform: translate(0,0) scale(1.01);
}

#bgwhite {
    bottom: 0px;
    width: 100%;
    height: 85px;
    position: absolute;
    left: 0px;
    z-index: 4;
    background: white;
}

#box-mss {
    z-index: 5;
    height: 84px;
    width: 0;
    left: 268px;
    bottom: 90px;
    position: absolute;
    overflow: hidden;
}

#mss {

    height: auto;
    width: 350px;
    left: 0px;
    top: 0px;
}


.asset-hide,
.text-hide {
    opacity: 0
}


.logo-pandora {
    z-index: 10;
    height: auto;
    width: 153px;
    left: 14px;
    bottom: 14px;
    position: absolute
}

.text {
    position: absolute;
    font-size: 16px;
    bottom: 55px;
    left: 11px;
    z-index: 5;
    line-height: 1.2em;
    text-align: left;
}

#ctaContainer {
    position: absolute;
    display: table;
    right: 16px;
    bottom: 15px;
    border-radius: 2px;
    opacity: 1;
    z-index: 5;
    width: 100px;
    height: 30px;
    font-size: 10px;
    background-color: black;
    color: white;
}

.cta {
    text-align: center;
    letter-spacing: .22em;
    text-transform: uppercase;
    white-space: nowrap;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}

#pixar {
    z-index: 5;
}


#black-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px black;
    left: 0px;
    top: 0px;
    z-index: 50;
    box-sizing: border-box;

}


#ad:hover #ctaContainer {
    background-color: #ffcad4;
    color: black;
}