.loadmore-btn {
    margin-top: 20px;
    width: 250px;
}

#feedback-page {
    background-color: #f1f1f1;
}

#video-feedack {
    padding-bottom: 60px;
    text-align: center;
}
#video-feedack h1 {
    font-size: 44px;
    line-height: 48px;
}
#video-feedack p.subtitle {
    font-size: 21px;
    line-height: 26px;
    margin-top: 20px;
}
#video-feedack .columns {
    flex-wrap: wrap;
    justify-content: flex-start;
}
#video-feedack .columns-video .column {
    width: 32%;
    background-color: #ffffff;
    margin-left: 0.66665%;
    margin-right: 0.66665%;
    margin-bottom: 25px;
}
#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{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}
#video-feedack .youtube .play:before{
    content: "\f16a";
    font-family: fontawesome !important;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 70px;
    line-height: 70px;
    margin: -35px 0 0 -35px;
    color: #1A6647;    
    text-shadow: 0 0 5px rgba(255,255,255,0.25);    
}
#video-feedack .youtube:hover .play:before {
    color: #31c488; 
}
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
#video-feedack .text {
    padding: 20px 15px;
}
#video-feedack .block-title {
    margin: 0 0 5px;
    text-transform: none;
}

#feedback-list {
    position: relative;
    padding: 60px 0;
    text-align: center;
}
#feedback-list .content-container {
    text-align: center;
}
#feedback-list .columns {
    flex-wrap: wrap;
    justify-content: flex-start;
}
#feedback-list .card {
    width: 32%;
    max-width: 375px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    margin-left: 0.66665%;
    margin-right: 0.66665%;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
#feedback-list .card-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    color: #2c2c2c;
    margin: 10px auto;
}
#feedback-list .card .img-container {
    height: 350px;
    margin-bottom: 10px;
    position: relative;
}
#feedback-list .card .button {
    width: 100%;
    background-color: #004681;
}
#feedback-list .card .button:hover {
    background-color: #005dac;
    transition: all 0.3s ease;
}
#feedback-list .card .img-container img {
    height: 100%;
    object-fit: cover;
}
#feedback-list .card .img-container img:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}
#feedback-list .author-name {
    position: absolute;
    bottom: 20px;
    left: -8px;
    background: #1a6647;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 12px 6px 29px 0px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 12px 6px 29px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 12px 6px 29px 0px rgba(0, 0, 0, 0.47);
}
#feedback-list .author-name:hover {
    background-color: #1f7954;
}
#feedback-list .stars {
    justify-content: center;
    margin: 10px auto 20px;
}

@media (max-width: 979px){
    #feedback-list .card{
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }      
}

@media (max-width: 767px) {
    #video-feedack h1{
        font-size: 30px;
        line-height: 32px;
    }
    #video-feedack .columns-video .column{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #feedback-list .card {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    #video-feedack, #feedback-list{
        padding-bottom: 30px;
    }    
}

@media (max-width: 650px) {
    #feedback-list .card {
        width: 80%;
    }
}

@media (max-width: 479px) {
    #feedback-list .card {
        width: 100%;
    }  
}