@media only screen and (max-width: 767px){
.m-hero-item > div picture{
display: block !important;
}}

.pcGamePassLogo {
    height: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 999px){
.pcGamePassLogo {
    height: 40px;
}
h1.c-heading-2{ padding-top: 20px;}
#topofpage{padding-bottom: 180px;}
#topofpage.m-hero-item>div>div, .c-hero>div>div {
    max-width: 300px;
}
}

@media only screen and (min-width: 0px) and (max-width: 450px){
.pcGamePassLogo {
    height: 40px;
}
}

@media only screen and (min-width: 350px) and (max-width: 450px){
#topofpage{padding-top: 165px;}
[class*=f-x][class*=f-y].c-hero>div>div, [class*=f-x][class*=f-y].m-hero-item>div>div {
    top: calc(30%) !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 349px){
#topofpage{padding-top: 190px;}
[class*=f-x][class*=f-y].c-hero>div>div, [class*=f-x][class*=f-y].m-hero-item>div>div {
    top: calc(25%) !important;
}
}

@media only screen and (min-width: 1084px) and (max-width: 1399px){
.m-hero-item>div>div, .c-hero>div>div {
    max-width: 460px !important;
}
}

@media only screen and (min-width: 1084px) and (max-width: 1130px){
.m-hero-item:before, .c-hero:before {
    padding-bottom: 44% !important;
}
}

.how-it-works {
    position: relative;
    overflow: visible;
}

.how-it-works__wrapper {
    width: 100%;
    max-width: 1600px;
    background-color: #000;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 102px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1083px) {
    .how-it-works__wrapper {
        width: 90%;
    }
}

.how-it-works__wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.how-it-works {
    text-align: center;
}

.how-it-works .m-content-placement {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
}

.how-it-works .m-content-placement-item>picture {
    padding-bottom: 0;
    overflow: visible;
}

.how-it-works .m-content-placement-item>picture img {
    position: relative;
}

.how-it-works .m-content-placement-item p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .how-it-works__wrapper {
    padding-bottom: 5px;
    }
.how-it-works .m-content-placement {
    padding-top: 0px;
}
}

.bpsFaq {
    background-color: #000 !important;
    color: white;
    padding-bottom: 48px;
}

.bpsFaq hr.c-divider {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.bpsFaq hr.c-divider {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.bpsFaq .c-drawer {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.bpsFaq button.c-glyph {
    color: white;
    background-color: #000 !important;
}

.bpsFaq div.f-divider > div {
    background-color: #000 !important;
}

.bpsFaq button.c-glyph:hover,
.bpsFaq button.c-glyph:focus,
.bpsFaq button.c-glyph:active {
    color: white !important;
}

.bpsFaq p {
    color: white !important;
}

/*** TEXT SPACING ***/
@media screen and (min-width: 768px) and (max-width: 1475px) {
.text-spacing .bpHero .pcGamePassLogo,
.bpHero .pcGamePassLogo[style] {
    /*height: 50px !important;*/
}
.text-spacing .bpHero .c-heading-2,
.bpHero .c-heading-2[style] {
    font-size: 36px !important;
    padding-top: 12px;
}
.text-spacing .bpHero .c-paragraph-1,
.bpHero .c-paragraph-1[style] {
    font-size: 16px !important;
}
.text-spacing .bpHero .c-paragraph-3,
.bpHero .c-paragraph-3[style] {
    font-size: 14px !important;
}
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
.bpHero .m-hero-item.context-accessory{padding-bottom: 40px;}
}