.video_img_play {
    position: absolute;
    width: 80px;
    height: 80px;
    max-width: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    transition: all 0.4s ease;
}


/* The Modal (background) */
.byte-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.vimeo-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
    max-width: 900px;
}

.vimeo-modal-content iframe{
    margin-top: 45px;
}

.vimeo-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 15px;
}

.vimeo-close:hover,
.vimeo-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.vimeo-player-wrapper{
    width: 100%;
    height: 80%;
    text-align: center;
}
/* end modal */

@media screen and (max-width: 706px) {
    .video_box div {
        width: 250px;
        height: auto;
        margin: 5px;
        font-size: 14px;
        line-height: 17px;
    }

    .do-you-like {
        width: 250px;
    }

    .review-question div {
        width: 174px;
        height: auto;
    }

    .video_img {
        max-width: 100%;
        height: auto;
    }
    .video_img_play {

    }

    .video_content_desc p {
        display:none;
    }

    .vimeo-modal-content iframe{
        /*margin-top: auto;*/
    }

}

@media screen and (max-width: 585px) {
    .video_box div {
        width: 220px;
    }
}

@media screen and (max-width: 528px) {
    .video_box div {
        width: 200px;
    }

    .review-question p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .do-you-like {
        width: 180px;
    }

    .review-headline span {
        display:none;
    }

}

@media screen and (max-width: 457px) {
    .video_box div {
        width: 180px;
    }
}

@media screen and (max-width: 426px) {
    .video_box div {
        width: 150px;
    }
    /* break after last video */
    .video_box div:nth-child(8) {
        flex-basis: 100%;
        display:none;
    }

    .video_img_play {

    }

}

@media screen and (max-width: 356px) {

    .video_box div {
        width: 270px;
        height: auto;
        margin: 0;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }


    .video_box div:nth-child(8) {
        display:block;
    }


    .video_img_play {

    }
}