.veteran-hiring-widget {
    position: fixed;
    z-index: 999999;
    right: 0;
    bottom: 0;
    width: 375px;
    height: 462px;
    margin: 0;
    padding: 0;
    overflow: visible;
    pointer-events: none;
}
.veteran-hiring-widget__iframe {
    display: block;
    width: 375px;
    height: 462px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
    pointer-events: auto;
}
.veteran-hiring-widget.is-closed {
    display: none;
}
@media (max-width: 400px) {
    .veteran-hiring-widget {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 5px;
        width: 100vw;
        max-width: none;
        height: 462px;
        display: flex;
        justify-content: center;
    }
    .veteran-hiring-widget__iframe {
        width: 100vw;
        max-width: 375px;
        height: 462px;
    }
}