.iframe-container{
    width:100%;
}

.store-frame{
    width:100%;
    height:700px;
    border:0;
    display:block;
}

/* smartphone */
@media (max-width:768px){

    .store-frame{
        height:100svh;
    }

}