/***** Video Lightbox Pop-up *************/
a[rel="wp_lightbox_prettyPhoto"]:not(.learn-more),
a[rel="wp_lightbox_prettyPhoto"]:not(.learn-more) img {
    position: relative;
    display: block;
}

a[rel="wp_lightbox_prettyPhoto"]:not(.learn-more):after {
    content: url(../png/playbutton-2.png);
    position: absolute;
    width: 99px;
    height: 71px;
    top: calc((100% - 71px) / 2);
    right: 0;
    bottom: 0;
    left: calc((100% - 99px) / 2);
    opacity: 0;
    transition: opacity 0.1s linear;
}

a[rel="wp_lightbox_prettyPhoto"]:hover:not(.learn-more):after {
    opacity: 1;
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    .pp_content_container iframe {
        width: 100%;
        height: 50vw;
        margin-bottom: 0;
    }

    div.pp_default .pp_content_container .pp_details {
        display: none;
    }
}
