@media (min-width: 520px) and (max-width: 999px) {
.rsx-page-banner-home.home-phone-accessories-banner {
    background-image:url(/Styles/RSX/shop/img/img_online-marketing.jpg);
    background-repeat: no-repeat;
	background-size: auto;
    background-position: 20% 100%;
    min-height: 440px;
}
h1, .rsx-h1 {   
    font-size: 32px;
    }
}
@media (min-width: 1000px){
.rsx-page-banner-home.home-phone-accessories-banner {
    background-image:url(/Styles/RSX/shop/img/img_online-marketing.jpg);
    background-repeat: no-repeat;
	background-size: auto;
    background-position: 50% 100%;
    min-height: 440px;
}
h1, .rsx-h1 {   
    font-size: 40px;
    }
}
.box{
 padding-top: 40px;
 padding-left: 40px;
 padding-right: 40px;
 display: none;
    }

.rsx-connector-cart-count {
    color: #111;
}

.rsx-expandable-sections.rsx-accordion-generic .rsx-expandable-section-header > h2 {
    color: #00549a;
    cursor: pointer;
    margin-right: 60px;
    line-height: 1.3;
}

html#shop h3 {
    letter-spacing: normal;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}