label[for=payment_method_moneroo_wc_woocommerce_plugin] > img {
    height: 40px !important;
    max-height: unset !important;
    margin-top: -2px !important;
}


@media screen and (max-width: 1024px)  {
    label[for=payment_method_moneroo_wc_woocommerce_plugin] > img {
        margin-top: unset;
        max-height: 24px !important;
    }
}

@media screen and (max-width: 768px) and (min-width:600px)  {
    label[for=payment_method_moneroo_wc_woocommerce_plugin] > img {
        margin-top: unset;
        max-height: unset !important;
        height: 40px !important;
    }
}

@media screen and (max-width: 600px)  {
    label[for=payment_method_moneroo_wc_woocommerce_plugin] > img {
        margin-top: unset;
        max-height: 24px !important;
    }
}