body.page-template-page-video-embed {
    background: #fff;
}
.page-template-page-video-embed #masthead {
    background: #000;
    height: 136px;
}
.page-template-page-video-embed.wp-singular .entry-header {
    border: none;
    margin-bottom: 0;
    padding: 30px 0 60px;
    text-align: center;
}
.page-template-page-video-embed .entry-header h1 {
    font-size: 2.75rem;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.site-container {
    max-width: 1200px;
    margin: 0 auto !important;
}
.wes-video-embed {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
}
.wes-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.wes-video-intro {
    margin-top: 15px;
    max-width: 800px;
    margin-inline: auto;
    font-family: 'Poppins', 'sans-serif';
    font-size: 18px;
}