﻿.video-text__flex {
    display: flex;
    align-items: center;
}

.video-text__video {
    position: relative;
    border-radius: 5px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 38px;
}

.video-text__video a {
    display: block;
}

.video-bttn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.26);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-bttn svg {
    width: 52px;
}

@media (min-width: 768px) {
    .video-text__video {
        height: 365px;
        margin-bottom: 45px;
    }
}


@media (min-width: 1200px) {
    .video-text__video {
        height: auto;
        margin-bottom: 0;
    }
}