﻿/**** Pay as Guest ****/
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
 height: 21rem;
}
 #guestPay-content #iFrameLoadingIndicator .v-center {
  top: 5rem;
 }
 #guestPay-content #extPmtPageFrame.mobileExtPmtPage,
 #guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage {
  height: 31.5rem;
 }
@media only screen and (max-width: 768px) {
 #guestPay-content #extPmtPageFrame,
 #guestPay-content #iFrameLoadingIndicator{
 }
}
@media only screen and (max-width: 768px) {
 #guestPay-content #extPmtPageFrame,
 #guestPay-content #iFrameLoadingIndicator {
  height: 31.5rem;
 }
}
