.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;
    width: 100%;
    height: 100%;
    background-color: #aaa;
}

.two-click-video .box-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
}

.two-click-video .box-content {
    display: table;
    max-width: 360px;
    background-color: #ffffff;
    padding: 20px;
    padding-bottom: 0px;
    margin: 9% auto;
}

.two-click-video a {
    color: #007ac1 !important;
    text-decoration: underline;
}

.two-click-video a:hover {
    color: #006ac1 !important;
    text-decoration: none;
}

.two-click-video a.button {
    color: #fff !important;
    text-decoration: none;
}
.two-click-video a.button:hover {
    color: #000;
    text-decoration: none;
}

.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;
}

.two-click-video .btn-play {
        padding: 12px 16px;
        background-color: #007ac1;
}