*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

div,
img {
    position: absolute;
    overflow: hidden;
}

#ad {
    position: relative;
    width: 300px;
    height: 250px;
    border: 1px solid #999;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center 105px;
    background-color: #ffffff;
}

#banner {
    display: none;
    width: 298px;
    height: 248px;
    background-color: #ffd100;
}

.show {
    display: block !important;
}

.sprite {
    /*    background-image: url(spritesheet.png);*/
    background-repeat: no-repeat;
    display: block;
}

.sprite-copy-find-out-more {
    width: 102px;
    height: 12px;
    background-position: -3px -3px;
}

.sprite-copy-in-an-exclusive-private-concert {
    width: 217px;
    height: 58px;
    background-position: -3px -21px;
}

.sprite-copy-only-with-optus-perks {
    width: 192px;
    height: 66px;
    background-position: -3px -85px;
}

.sprite-copy-win-tickets-to-see-troye-sivan {
    width: 256px;
    height: 58px;
    background-position: -3px -157px;
}

.sprite-optus {
    width: 69px;
    height: 14px;
    background-position: -226px -3px;
}

.sprite-perks-logo {
    width: 74px;
    height: 47px;
    background-position: -226px -23px;
}

#background {
    left: 0px;
    top: 0px;
    width: 425px;
    height: 250px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: -6px -32px;
}

#background_teal {
    background-color: #1bafb2;
    width: 300px;
    height: 250px;
    left: 300px;
    z-index: 10;
}

#perks_logo {
    top: 0px;
    left: 0px;
    z-index: 11;
}

#copy_win_tickets_to_see_troye_sivan {
    top: 134px;
/*    left: 29px;*/
    left: 69px;
    opacity: 0;
    z-index: 3;
}

#copy_in_an_exclusive_private_concert {
    top: 134px;
/*    left: 36px;*/
    left: 76px;
    opacity: 0;
    z-index: 3;
}

#copy_only_with_optus_perks {
    left: 35px;
    top: 45px;
    z-index: 13;
}

#optus_wrapper {
    background-color: rgb(255, 255, 255);
    left: 0px;
    top: 214px;
    width: 105px;
    height: 34px;
    z-index: 11;
}

#optus_logo {
    top: 11px;
    left: 16px;
    z-index: 3;
}

#yellow_button {
    background-color: rgb(253, 204, 8);
    position: absolute;
    left: 105px;
    top: 214px;
    width: 194px;
    height: 37px;
    z-index: 11;
}

#find_out_more {
    top: 12px;
    left: 52px;
    z-index: 3;
}

#tcs_copy_wrapper {
    top: 190px;
    left: 6px;
    z-index: 11;
}

#tcs_copy_wrapper p {
    font-size: 8px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: white;
}

#yes_svg {
    left: 128px;
    top: 89px;
    width: 159px;
    height: 115px;
    z-index: 12;
}