/*
 Custom Post Type: listing
*/

/* Header */

.single-listing .listing-header .video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180%;
    height: 180%;
    transform: translate(-50%, -50%);
}

/* Menu */

.single-listing #listing-menu a.active {
    color: #000;
    font-weight: 600;
}