.video_content {
   
    width: 100%;
    display: flex;
    justify-content: center;
    .video_wrap {
        width: 100%;
        height: 500px;
        border-radius: 12px;
    }
}