.two-click-iframe {
    position: relative;
}

.two-click-iframe * {
    box-sizing: border-box;
}

.two-click-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.two-click-iframe .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.two-click-iframe .layer .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.two-click-iframe .box {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* background color */
}

.two-click-iframe .box-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
}

.two-click-iframe .box-content {
    display: inline-block;
    max-width: 360px;
    background-color: #ffffff;
    padding: 20px;
}

.two-click-iframe .layer .text {
    font-size: 14px; /* font size */
    color: #000000; /* color */
    margin-bottom: 15px;
}

.two-click-iframe .layer .text a {
    font-weight: bold;
}
