.yn_content_v1 {}

.yn_content_v1 h1 {}

.yn_content_v1 .yn-body { 
    border: 1px solid #F2F2F2;
    background: linear-gradient(to bottom, #fef5ef, #ffffff);
    border-radius: 8px;
    
}
.yn_content_v1 .yn-body .yn-right {
    float: right;
    width: 400px;
    height: 240px;
    margin: 0 0 10px 20px;
    background: #f0f0f0;
    shape-outside: margin-box;
    border-top-right-radius: 8px;
}

.yn_content_v1 .yn-body .yn-left {
    text-align: justify;
    border: unset;
    border-radius: unset;
    padding: 10px 20px;
}

.yn_content_v1 .yn-body .yn-video .video-box {
    position: relative;
    z-index: 9999;
}

.yn_content_v1 .yn-body .yn-video .video-box .bg-layer {
    width: 400px;
    height: 240px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.yn_content_v1 .yn-body .yn-video .video-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color);
}

.yn_content_v1 .yn-body .yn-contents {}
.yn_content_v1 .yn-body .yn-content p{
    color: #000 !important;
    font-size: 16px !important;
}

@media only screen and (max-width: 499px) {
    .yn_content_v1 .yn-body {
        width: 100%;
        background: unset;
        border: unset;
    }
    .yn_content_v1 .yn-body .yn-video{
        width: 100%;
    }
    .yn_content_v1 .yn-body .yn-video .video-box .bg-layer {
        width: 100%;
    }
    .yn_content_v1 .yn-body .yn-right {
        flex: unset;
        order: unset;
        width: 100%;
    }

    .yn_content_v1 .yn-body .yn-left {
        flex: unset;
        order: unset;
        width: 100%;
        padding: 0;
        text-align: unset;
    }
    
}