
#iframecontainer {
    display: flex !important;
    justify-content: center !important;
}
.glofox_iframe {
    width: 450px!important;
    margin: 0 auto;
    display: block;
}
#poweredbyGlofox {
    text-align: center;
    font-family: 'Arial';
}
#poweredbyGlofox a {
    text-decoration: none;
}

@media (max-width: 768px) {
    #hero-form {
        width: 100% !important;
    }
    #hero-form, .glofox_iframe {
        width: 100% !important;
    }
    .glofox_iframe {
        min-width: 300px;
    }
}