*,
*: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: 600px;
    border: 1px solid #999;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center 295px;
    background-color: #ffffff;
}

#banner {
    display: none;
    width: 298px;
    height: 598px;
    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: 190px;
    height: 35px;
    background-position: -3px -3px;
}

.sprite-copy-in-an-exclusive-private-concert {
    width: 197px;
    height: 178px;
    background-position: -3px -44px;
}

.sprite-copy-only-with-optus-perks {
    width: 225px;
    height: 77px;
    background-position: -3px -228px;
}

.sprite-copy-win-tickets-to-see-troye-sivan {
    width: 254px;
    height: 188px;
    background-position: -206px -3px;
}

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

.sprite-perks-logo {
    width: 100px;
    height: 60px;
    background-position: -466px -23px;
}

#background {
    /*background-image: url(../images/bg.jpg);*/
    left: -110px;
    top: 0px;
    width: 618px;
    height: 601px;
    z-index: 2;
}

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

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

#copy_win_tickets_to_see_troye_sivan {
    top: 336px;
/*    left: 20px;*/
    left: 60px;
/*    opacity: 0;*/
    z-index: 3;
}

#copy_in_an_exclusive_private_concert {
    bottom: 83px;
/*    left: 19px;*/
    left: 59px;
    opacity: 0;
    z-index: 3;
}

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

#optus_wrapper {
    background-color: rgb(255, 255, 255);
    left: 0px;
    bottom: 0px;
    width: 109px;
    height: 33px;
    z-index: 11;
}

#optus_logo {
    top: 10px;
    left: 19px;
    z-index: 3;
}

#yellow_button {
    background-color: rgb(253, 204, 8);
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 189px;
    height: 33px;
    z-index: 11;
}

#find_out_more {
    top: -1px;
    left: 0px;
    z-index: 3;
}

#tcs_copy_wrapper {
    bottom: 34px;
    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: 42px;
    top: 239px;
    width: 215px;
    height: 169px;
    z-index: 12;
}