.body > .content > .player {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.8);
    color: white;
    overflow-y: scroll;
}
.body > .content > .player.active {
    display: block;
}
.body > .content > .video.player .video > iframe {
}
.body > .content > .video.player .video {
    /* margin-bottom: 20px; */
}
.body > .content > .video.player .video .wp-video {
    margin: 0 auto;
}
.body > .content > .video.player .video .adult-video-guide {
    text-align: center;
}
.body > .content > .video.player .video .adult-video-guide img {
    width: 70%;
}
.body > .content > .video.player .video .adult-video-guide p {

}
.body > .content > .video.player .video .adult-video-guide a,
.body > .content > .video.player .video .adult-video-guide a:visited {
    font-family: "Brandon Grotesque Regular";
    color: white;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}
.body > .content > .player .body {
    text-align: center;
    margin-bottom: 2rem;
}

.body > .content > .player .body .date-and-views {
    margin-bottom: 10px;
}

.body > .content > .player .body h3 {
    margin-bottom: 5rem;
    text-align: left;
}
.body > .content > .player .body a.close.button {
    display: inline-block;
    padding: 0.625rem 2.5rem;
    border: 2px solid #fff;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: "Brandon Grotesque Bold";
    font-weight: normal;
}
.player > .body > .contents.container {
    padding-top: 0;
}
#youtube-player {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.8);
    color: white;
    overflow-y: scroll;
}
#youtube-player.active {
    display: block;
    width: 100%;
    height: 100%;
}
#youtube-player .video .contents.container {
    margin: 0 auto;
    padding: 5rem 0 2.5rem;
}
#youtube-player .video .contents.container iframe {
    width: 1000px;
    height: 561px;
}
#youtube-player .body .contents.container {
    margin: 0 auto;
    padding-top: 0;
}
#youtube-player .body h3,
#youtube-player .body span.date p {
    color: white;
}
#youtube-player .body h3 {
    padding: 0;
    font-size: 14pt;
}
#youtube-player .body span.date p {
    font-size: 12pt;
}
#youtube-player .video .wp-video {
    margin: 0 auto;
}
#youtube-player .video .adult-video-guide {
    text-align: center;
}
#youtube-player .video .adult-video-guide img {
    width: 70%;
}
#youtube-player .video .adult-video-guide a,
#youtube-player .video .adult-video-guide a:visited {
    font-family: "Brandon Grotesque Regular";
    color: white;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}
#youtube-player .body {
    text-align: center;
    margin-bottom: 2rem;
}
#youtube-player .body .date-and-views {
    margin-bottom: 10px;
}
#youtube-player .body h3 {
    margin-bottom: 3rem;
    text-align: left;
}
#youtube-player .body a.close.button {
    display: inline-block;
    padding: 0.625rem 2.5rem;
    border: 2px solid #fff;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: "Brandon Grotesque Bold";
    font-weight: normal;
}
#youtube-player .body .contents.container {
    padding-top: 0;
    padding-bottom: 0;
}