/* .project__content {
    padding-top: 3%;
} */
.editor-styles-wrapper .project-content__columns.l-container {
    margin-top: -1px;
}
.section_images_two ,.section_images_five {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section_images_two >section {
    width: 49%;
    border-radius: 1.25rem;
    overflow: hidden;
}
.section_images_five >section {
    width: 49%;
    border-radius: 1.25rem;
    overflow: hidden;
}
.section_images_five >section:nth-last-of-type(1),
.section_images_five >section:nth-last-of-type(2) {
    margin-top: 1.8rem;
}

.editor-styles-wrapper .project-content__columns .image_container_video_play {
    width: 50%;
    margin: 10% 0;
    position: relative;
}
.editor-styles-wrapper .project-content__columns .image_container_video_play .setopen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    background-color: rgba(0,0,0,.8);
}
.editor-styles-wrapper .project-content__columns .image_container_video_play .setopen img {
    width: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* .editor-styles-wrapper .project-content__columns .image_container_video_play.setopen::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
}
.editor-styles-wrapper .project-content__columns .image_container_video_play.setopen::after {
    display: block;
    width: 50%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/work/image/v_btn.png) no-repeat center center ;
    background-size: 35%;
    cursor: pointer;
} */
.editor-styles-wrapper .project-content__columns .image-container .image_container_video {
    width: 100%;
    height: 100%;
    /* pointer-events: none; */
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    border-radius: 1.25rem;
}
@media (max-width:35em) {
    .editor-styles-wrapper .project-content__columns.l-container {
        margin-bottom: 1.2rem
    }
    .section_images_two >section ,
    .section_images_five >section{
        width: 100%;
    }
    .section_images_five >section:nth-last-of-type(3) {
        margin-top: 1.8rem;
    }
    .section_images_two  > section:nth-child(2) {
        width: 100%;
        margin-top: 1.2rem;
    }
    .editor-styles-wrapper .project-content__columns .image_container_video_play {
        width: 100%;
        padding: 0;
    }
}
