
/* for 480px or less */
@media screen and (max-width: 480px){
.payment-gateway-mobile{display:none;}
}

