.about-author img {
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    border-radius: 5%; }
.about-author .bio{
    width:20%;
}
.about-author .desc h3 {
    font-size: 1.33rem; }
.about-author .desc {
    font-size: .92rem;
    width:80%;
}
@media (max-width: 575.98px) {
    .about-author{
        flex-direction: column;
    }
    .about-author .bio{

    }
    .about-author .bio,
    .about-author .desc{
        width:100%;
    }

}

.flipoverlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.6);
}
.flip{
    display:none;
    position: fixed;
    left:0;
    top:0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}
.flipbtn{
    width: 100vw;
    height: 5vh;
    background-color: white;
}
.flipif{
    width: 100vw;
    height: 95vh;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}