.two-click-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

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

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

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

.two-click-video .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-video .box {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* background color */
}

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

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

.two-click-video .layer p {
    font-size: 14px; /* font size */
    color: #364979; /* color */
    margin-bottom: 15px;
}

.two-click-video .layer p a {
    font-weight: bold;
}
