@media screen and (max-width: 767px) {

    #NewShopperWrapper {
        width: auto;
        margin-bottom: 0px;
    }

    #PlhdBreadCrumb {
        width: auto;
        margin: 5px;
    }
    
    #NewShopperFormWrapper {
        width: 100%;
    }

    .PlhdFieldValue {
        width: auto;
    }

    .FieldWrapper {
        margin: 5px;
        height: auto;
        width: auto;
        display: block;
    }

    .FieldLabel {
        width: auto;
    }

    .PlhdFieldValue {
        display: block;
        padding: 5px;
        height: auto;
    }

    #WheresMyIDWrapper {
        width: 100%;
        text-align: center;
    }

    #InvoiceSample {
        max-width: 400px;
        width: 86%;
    }

    #btnWrapper {
        text-align: center;
        margin-top: 30px
    }
}
