#creditguardIframe{
    width: 100%;
    height: 18vw;
    margin: 2.5% 0;
}
.payment_method_creditGuard1{
	opacity: 0;
	height: 0;
}
@media(max-width: 1024px){
	#creditguardIframe {
	    height: 60vw;
	}
}


#tranzilla_iframe{
    width: 100%;
    border: 0;
    height: 600px;
    margin: 5% auto;
}

.is-checkout-iframe .payment-method-title,
.is-checkout-iframe .woocommerce-checkout-payment
{
	display: none;
}