/* apply a natural box layout model to all elements */

*,
*: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;
}

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

.sprite-copy-gags {
  background-position: 0 0;
  position: absolute;
  left: 92px;
  top: 276px;
  width: 116px;
  height: 45px;

}

.sprite-copy-gigs {
  background-position: 0 -50px;
  position: absolute;
  left: 101px;
  top: 275px;
  width: 99px;
  height: 46px;
}

.sprite-copy-good-times {
  background-position: 0 -101px;
  position: absolute;
  left: 88px;
  top: 255px;
  width: 125px;
  height: 80px;
}

.copyJoinNow-wrapper {
    bottom: 0px;
    right: 0px;
    background-color: #fdc131;
    width: 150px;
    height: 36px;
}

.yellow_button {
  background-color: rgb(253, 193, 49);
  position: absolute;--
  left: 1152px;
  top: 563px;
  width: 150px;
  height: 37px;
  z-index: 49;
}


.sprite-copy-join-now {
  background-position: 0 -186px;
  position: absolute;
  left: 42px;
  top: 13px;
  width: 61px;
  height: 13px;
}

.sprite-copy-join-now-arrow {
    width: 6px;
    height: 12px;
    background-position: -61px -186px;
    left: 104px;
    top: 12px;
}



.sprite-copy-now-with-exclusive-offers-to-events {
  background-position: 0 -204px;
  position: absolute;
  left: 22px;
  top: 213px;
  width: 252px;
  height: 89px;
}

.optusTealLogo-wrapper {
    bottom: 0px;
    left: 0px;
    background-color: white;
    width: 150px;
    height: 36px;
}

.sprite-optus-teal-logo {
  background-position: 0 -298px;
  position: absolute;
  left: 35px;
  top: 13px;
  width: 59px;
  height: 12px;
}

.sprite-perks-logo-berry {
  background-position: 0 -315px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 55px;
}

.sprite-ticket-logos-lockup {
  background-position: 0 -375px;
  position: absolute;
  left: 10px;
  top: 531px;
  width: 131px;
  height: 16px;
}

.background-image {
    width: 777px;
    height: 600px;
    background-repeat: no-repeat;
    overflow: visible;
}

.background-teal {
    background-color: #1bafb2;
    width: 300px;
    height: 600px;
}

#yes_svg {
  left: 157px;
  top: 452px;
  width: 130px;
  height: 95px;
}

#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 285px;
    background-color: #ffffff;
}

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

.show {
    display: block !important;
}