.iframe-wrapper {
    width: 100%;
    height: 1000px; /* Adjust based on your store's length */
    border: 3px inset #808080;
    background-color: #fff;
    margin-top: 15px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}
