#video-feedback .video-feedback-inner {
    padding: 60px 0;
}
#video-feedback .subtitle {
    margin: 0;
}
#video-feedback .columns {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#video-feedback .column-video {
    width: 48%;
    margin-right: 3.5%;
}
#video-feedback .column-video:nth-child(3n), #video-feedback .column-video:last-child {
    margin-right: 0;
}
#video-feedback .column-video p {
    font-family: inherit;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    margin: 25px 0;
    padding: 0;
    text-transform: uppercase;
}
#video-feedback .thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#video-feedback .thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
#video-feedack .youtube {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    width: 100%;
    overflow: hidden;
}
#video-feedack .wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
#video-feedack .wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
#video-feedack .youtube .play {
    background: url('../images/feedback-page/youtube-play-btn.png') no-repeat;
    /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#video-feedack .youtube:hover .play {
    background-position: 0 0;
}

@media (max-width: 979px){
    #video-feedback .columns {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #video-feedback .column-video {
        width: 100%;
        margin-right: 0;
    }
    #video-feedback .column-video:first-child {
        margin-bottom: 20px;
    }
    #video-feedback .column-video p{
        margin-top: 20px;
    }
    #video-feedack .columns-video .column {
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
}

@media (max-width: 767px){
    #video-feedack .columns-video .column {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    #video-feedback .video-feedback-inner {
        padding: 40px 0 0;
    }
    #video-feedback .column-video p{
        margin: 10px 0 40px;
        text-transform: none;
    }
}