.mpp-main {
    height: 100vh;
    text-align: center;
    width: 100%
}

.mpp-main div {
    height: 400px;
    margin: 0 auto;
    text-align: center;
    width: 400px
}

.mpp-main div button {
    height: 30px;
    margin: 0 auto;
    top: 500px
}

#mpp-gpc-override-optin,#mpp-opt-in {
    visibility: hidden
}

.mpp-modal {
    animation-duration: .8s;
    animation-name: mpp_fadeIn_Modal;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
    display: none;
    float: left;
    height: 80%;
    margin: 30px auto 0 10%;
    min-width: 250px;
    position: fixed;
    top: 0;
    width: 80%;
    z-index: 40001
}

.mpp-header {
    border-bottom: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    float: left;
    height: 60px;
    width: 100%
}

.mpp-header h3 {
    display: flex;
    font-size: 1.17em;
    font-weight: 700;
    margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;margin-left: 10px
}

.mpp-content {
    float: left;
    height: calc(100% - 110px);
    position: relative;
    width: 100%
}

.mpp-footer {
    border-radius: 0 0 10px 10px;
    border-top: 2px solid #ccc;
    float: left;
    height: 40px;
    width: 100%
}

.mpp-footer button {
    float: right;
    margin: 10px
}

.mpp-frame {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width: 600px) {
    .mpp-modal {
        height:80%;
        margin-left: calc(50vw - 250px);
        margin-top: calc(50vh - 300px);
        width: 500px
    }

    .mpp-header {
        float: left;
        height: 60px
    }

    .mpp-header h3 {
        display: flex;
        font-size: 1.17em;
        font-weight: 700;
        margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;margin-left: 10px
    }

    .mpp-header a {
        line-height: 40px;
        margin-right: 10px
    }

    .mpp-content {
        float: left;
        height: calc(100% - 135.85px);
        position: relative;
        width: 100%
    }

    .mpp-footer {
        float: left;
        height: 40px;
        width: 100%
    }

    .mpp-footer button {
        float: right;
        margin-right: 10px;
        margin-top: 10px
    }
}

@keyframes mpp_fadeIn_Modal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
