/*NOTE - page specific CSS - use for overrides*/
.banner {
    background-image: url('images/300@2x.jpg');
    height: 667px;
}
.banner-content{
    top: 0;
    height: 429px;
    width: 429px;
    left: -50%;
    right: -50%;
    justify-content: space-between;
}

.banner-copy{
    margin-top: 2em;
}

/* Overwrite form max-width in container / Optional */
.form-wrapper{
    width: 80% !important;
}

@media screen and (min-width: 300px){
    .BcnButton-root.BcnButton-sizeLarge {
        transform: scale(1.2);
    }
}

@media (min-width: 376px) {
    .banner{
        height: 671px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi){ 
    .banner {
        background-image: url('images/300@2x.jpg');
    }
}
@media (min-width: 444px) {
    .banner {
        background-image: url('images/444.jpg');
        height: 520px;
    }
    .banner-content {
        height: 396px;
        width: 396px;
        top: 2%;
        left: unset;
        right: 2%;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) and (min-width: 444px) {
    .banner {
        background-image: url('images/444@2x.jpg');
    }
}
@media (min-width: 636px) {
    .banner {
        background-image: url('images/636.jpg');
        height: 568px;
    }
    .banner-content {
        height: 68vw;
        width: 68vw;
        top: 6%;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) and (min-width: 636px) {
    .banner {
        background-image: url('images/636@2x.jpg');
    }
}
@media (min-width: 732px) {
    .banner {
        background-image: url('images/732.jpg');
        height: 574px;
    }
    .banner-content {
        max-width: 474px;
        max-height: 474px;
        top: 8%;
    }
    .BcnButton-root.BcnButton-sizeLarge {
        transform: scale(1.3);
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) and (min-width: 732px) {
    .banner {
        background-image: url('images/732@2x.jpg');
    }
}
@media (min-width: 853px) {
    .banner-content{
        right: 10%;
    }
}
@media (min-width: 972px) {
    .banner {
        background-image: url('images/972@2x.jpg');
        background-position: bottom;
        height: 656px;
    }
    .banner-content {
        max-width: 518px;
        max-height: 518px;
        left: 38%;
        right: unset;
    }
    .banner-copy{
        margin-top: 3.5em;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) and (min-width: 972px) {
    .banner {
        background-image: url('images/972@2x.jpg');
    }
}
@media (min-width: 972px) and (min-height: 732px) {
    .banner {
        height: 708px;
    }
}

/* CUSTOM */

.BcnInputBase-input {
    font-family: Faricy New,faricy-new-web !important;
}

.legal-wrapper{
    top:100%;
}


.large-screen-only{
    display: none;
}
@media (min-width: 972px) {
    .large-screen-only{
        display: block;
    }
}

.layer{
    position: absolute;
}

.layer.sticker{
    top: 65%;
    right: 6%;
    width: 112px;
    margin: 0 auto;
}

@media (min-width: 376px) {
    .layer.sticker{
        right: 6%;
        width: 124px;
    }
}

@media (min-width: 444px){
    .layer.sticker{
        width: 108px;
        top: 6%;
        right: unset;
        left: 14%;
    }
}

@media (min-width: 600px) {
    .layer.sticker{
        width: 140px;
        top: 6%;
        right: unset;
        left: 20%;
    }
}

@media (min-width: 732px) {
    .layer.sticker{
        width: 160px;
        left: 25%;
    }
}

@media (min-width: 972px) {
    .layer.sticker{
        top: 10%;
        right: 4%;
        left: unset;
    }
}

@media (min-width: 1200px) {
    .layer.sticker{
        width: 200px;
        right: 10%;
    }
}