@charset "utf-8";

.modal_wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
.modal_wrapper img {
    width: 100%;
}

.modal_adjuster {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 35%;
    max-width: 460px;
}

.modal_content {
    position: relative;
    width: 100%;
}

.btn_subscription {
    position: absolute;
    bottom: 13%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.btn_trial {
    position: absolute;
    bottom: 3%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.btn_close {
    position: absolute;
    right: -25px;
    top: -25px;
}