.rcw-widget-container-outer {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    max-width: 400px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.rcw-widget-container-outer.rcw-open {
    width: 100vw;
    height: 100%;
}

.rcw-widget-container-outer iframe {
    margin: 0 15px 15px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 68px;
}

.rcw-widget-container-outer.rcw-open iframe {
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .rcw-widget-container-outer iframe {
        margin: 0;
    }
}