.card_video_items {
    margin-bottom: 50px;
    max-width: 700px;
    width: 100%;
}



@media(max-width: 700px) {
    .card_video_items iframe {
       width: 100%;
    }
    .card_video_items  {
        padding: 20px;
    }
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    border: none;
    background-color: #ff0000;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

.video__button-shape {
    fill:#ff0000;
    fill-opacity: 0.8;
}

.video:hover .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.video__button-icon{
    fill: #fff;
}



@media(max-width:800px) {
    .card_video {
        align-items: baseline !important;
    }
}