.feedback-video_link {
    display: block;
    margin: 3px auto;
    max-width: 100%;
    transition: box-shadow .2s ease;
	position: relative;
}

.feedback-video_link:hover {
    box-shadow: 0 0 0 3px #00ace4;
}

.feedback-video_link:hover .video__button {
    fill: red;
    fill-opacity: 1;
}

.feedback-video_link img {
    width: 100%;
    display: block;
}

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

.video__button-icon {
    fill: #fff;
}