 .bio-section a {
        color: rgba(94,175,232,.81);
        text-decoration: none;
    }
    .bio-section p {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
        /*text-align: justify;*/
    }
    .bio-section .topic-heading {
        color: #fcfcfc;
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
    }
    .bio-section .bio-text {
        text-align: justify;
        width: 40%;
    /*justify-content: center;
    align-items: center*/;
        align-self: center;
    }
    .bio-section .quotes {
        /*display: flex;*/
    }
    .bio-section .quote {
        display: inline-block;
        float: right;
        color: #fcfcfc;
        text-align: right;
        font-style: italic;
        font-size: 23px;
        line-height: 24px;
        padding: 0px 5px 10px 2%;
    }
    .bio-section .quote .source {
        font-style: normal;
        font-size: 20px;
    }
    .bio-section .section-content {
        /*max-width: 550px;*/
        /*width: 70%;*/
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .page-bio .hero-section {
        min-height: 34vh;
    }
    .page-bio .bio-section {
        /*background-color: #000;*/
        padding-bottom: 40px;
        display: flex;
    }
    .page-bio .section-heading {
    }
    .page-bio .section-content {
        color:hsla(0,0%,80%,1);
    }
    .page-bio .background-video {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: -100;
        display: block;
        height: 100vh;
    }
    .page-bio .background-video > video {
        background-image:url(video_breath.gif);
        background-size:cover;
        background-position:50% 50%;
        position:absolute;
        margin:auto;
        width:100%;
        height:100%;
    /*    right:-100%;
        bottom:-100%;
        top:-100%;
        left:-100%;*/
        object-fit:cover;
        z-index:-100;
    }
    .page-bio .background-video .fader {
        height: 100%;
        width: 100%;
        /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,.2)), color-stop(20%, rgba(0,0,0,.5)), color-stop(50%, rgba(0,0,0,1)), to(rgba(0,0,0,1)));*/
        /*background-image: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.9) 50%, rgba(0,0,0,1) 60%);*/
        background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(9,9,9,0.9) 50%, rgba(9,9,9,1) 60%);
        z-index: -99;
    }
    @media only screen and (max-width:767px) {
      /*  .page-bio .background-video {
            background-image:url(video_breath.gif);
            background-size:cover;
            background-position:50% 50%;
        }
        .page-bio .background-video > video {
            display: none;
        }*/
        .bio-section .bio-text {
            width: 80%;
    }

