@media screen and (max-width: 900px) {
    .acledapay-box {
        display: flex;
        flex-direction: column;
        justify-content: start !important;
        flex: 1 1 auto !important;
    }
    .summary-box {
        background: #FFFFFF;
    }
    .summary-body {
        background-color: transparent;
        height: 100%;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 15px;
    }
    .summary-body p, .summary-footer, .backToInputAmtDivAnchor {
        display: none;
    }
    .fs-smaller {
        font-size: smaller;
    }
    .did-floating-label, .did-floating-label {
        margin-top: 0 !important;
    }
    .merchantName-sm-view small {
        color: #1a3351;
    }
    .action-box {
        flex: 1 1 auto !important;
        height: auto !important;
        padding: 0 1.5rem 1.5rem 1.5rem !important;
    }
    .summary-box {
        padding: 1.5rem 1.5rem 0 1.5rem !important;
    }
    
    .backToInputAmtDivAnchorSm {
        display: block !important;
    }
    
    #poster {
        display: block !important;
    }
    
    .action-header {
        display: none !important;
    }
    
    #txtinputamount {
        margin-top: 0 !important;
    }
    
    .selectedCurrency {
        margin-top: -6px;
        margin-right: -6px;
    }
}