.page-title-wrapper h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

.page-title-wrapper h1 em {
    font-style: normal;
    font-weight: 600;
}

.page-title-wrapper h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 550;
    font-family: "Raleway", sans-serif;
    color: white;
    /*-webkit-text-stroke: 2px black;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.page-title-wrapper h1:after, .page-title-wrapper h1:before {
    content: " ";
    display: block;
    height: 7px;
    background-color: white;
    /*border: 2px solid black;*/

}

.video-title h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #202020;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 2px;
}

.video-title h1 span {
    margin-top: 40px;
    text-transform: none;
    font-size: .75em;
    font-weight: normal;
    font-style: italic;
    font-family: "Playfair Display","Bookman",serif;
    color: #999;
    letter-spacing: -0.005em;
    word-spacing: 1px;
    letter-spacing: none;
}

.video-title h1:before {
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 60px;
    height: 4px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background-color: #dfdfdf;
}