.mpp-embed-wrap {
    width: 100%;
    margin: 0;
}

.mpp-marketplace-frame {
    display: block;
    width: 100%;
    min-height: 1800px;
    border: 0;
    border-radius: 24px;
    background: transparent;
    overflow: hidden;
}

@media (max-width: 768px) {
    .mpp-marketplace-frame {
        min-height: 2200px;
        border-radius: 18px;
    }
}
