.lp-container {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#lp-frame {
    width: 100%;
    border: none;
    display: block;
    min-height: 8000px;
    overflow: hidden;
}