/*NOTE - page specific CSS - use for overrides*/

.banner {
    position: relative;
    width: 100%;
    max-width: 1308px;
    height: 480px;
    margin: 0 auto;
    background-image: url('images/300.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.game-title {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 20px;
}

.banner-copy {
    margin-top: 75px;
    margin-bottom: 10px;
}

.banner-copy,
.cta-member,
.cta-member-link,
.cta-member:hover,
.cta-member:visited {
    color: #fff;
}

.inner-triangle div {
    margin-top: -15px;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .banner {
        background-image: url('images/300@2x.jpg');
    }
}

@media (min-width: 444px) {
    .banner {
        background-image: url('images/444.jpg');
        height: 274px;
    }
    .banner-copy {
        margin-top: -86px;
        margin-bottom: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 444px) {
    .banner {
        background-image: url('images/444@2x.jpg');
    }
}

@media (min-width: 540px) {
    .banner-copy {
        margin-top: 19px;
        margin-bottom: 0px;
    }
}

@media (min-width: 568px) {
    .banner-copy {
        margin-top: 29px;
        margin-bottom: 0px;
    }
}

@media (min-width: 636px) {
    .banner {
        background-image: url('images/636.jpg');
        height: 380px;
        padding-top: 10px;
    }
    .banner-copy {
        margin-top: 38px;
        margin-bottom: -40px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 636px) {
    .banner {
        background-image: url('images/636@2x.jpg');
    }
}

@media (min-width: 732px) {
    .banner {
        background-image: url('images/732.jpg');
        height: 428px;
    }
    .banner-copy {
        margin-top: 70px;
        margin-bottom: -40px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 732px) {
    .banner {
        background-image: url('images/732@2x.jpg');
    }
}

@media (min-width: 972px) {
    .inner-triangle div {
        margin-top: -22px;
    }
    .banner {
        background-image: url('images/972.jpg');
        height: 528px;
        background-position: bottom;
    }
    .banner-copy {
        margin-top: 72px;
        margin-bottom: -10px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 972px) {
    .banner {
        background-image: url('images/972@2x.jpg');
    }
}

@media (max-width: 444px) {
    .banner-content {
        top: 120px;
    }
}

@media (min-width: 636px) {
    .spacer-small {
        padding-top: 50px;
    }
}

.gamesys-legal {
    display: none;
}

.SG-game-data {
    display: inline !important;
}