#logo img { max-width: 160px; }

.entry-under-video, .entry-under-video * { font-size: 14px !important; }

a.testimonial-link {
    position: relative;
    display: block;
}

a.testimonial-link:before {
    content: "";
    background-color: rgba(255, 0, 0, 0);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: background-color 500ms;
}

a.testimonial-link:hover:before {
    background-color: rgba(255, 0, 0, 0.2);
}

a.testimonial-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-image: url('/wp-content/uploads/2016/09/play-button.png');
    background-size: contain;
    width: 30px;
    height: 30px;
    opacity: 0.9;
    transition: opacity 500ms;
}

a.testimonial-link:hover:after {
    opacity: 1;
}

#cboxOverlay {
    background: #ED1B2E;
}

#cboxLoadedContent {
    border: 5px solid #2F3133;
}