@media only screen and (min-width: 375px) and (max-width: 420px) {
    .page-hero--home .bg-right{
        background-size: 105% 75%;
    }
    .section-header{
        font-size: 22px;
    }
    #where-buy h2, #where-buy h3,#where-buy p,#where-buy a{
        margin-left: 10px;
    }
    a.btn-clinic{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .search-box{
        padding: 0px;
    }
    .search-box form{
        padding: 0px 15px;
    }
    .search-box select{
        background-position: center right 10px;
        background-size: 22px 22px;
    }
    .searchpage .page-hero .bg-left{
        width: 113%;
        background-size: 70% 113% !important;
    }


    /* revision */
    .m-homepage{
        min-height: 650px !important;
    }
    .m-homepage .bg-left.homeblue{
        width: 132%;
        background-size: 64% 132% !important;
        height: 578px;
    }
    .m-homepage .bg-right{
        background-size: 149% 75%;
    }

    .m-inner-page .bg-left{
        width: 110%;
    }

    /* products page */
    .m-inner-page.page-hero--products .bg-left{
        background-size: 53% 100% !important;
    }

}
