.news__item.video {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.news__item.video .news__item_image {
    position: relative;
}
.video__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_video_wrapper {
    margin-top: 35px;
}