@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;
    }  