.logo-cropper {
}

.logo {
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
}

div.author-profiles {
    margin-bottom: 1em;
    font-size: 75%;
    font-weight: 400;
}

a.author-profile {
    color: #fcfcfc;
}

img.author-profile-image {
    display: inline;
    width: 50px !important;
    height: 50px !important;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 !important;
}

blockquote {
    border-left: 10px solid #ccc;
    margin-top: 1.5em;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 0.5em 10px;
}

blockquote:before {
    color: #ccc;
    line-height: 0.1em;
    margin-right: 0.25em;
    margin-left: 0px;
}

blockquote p {
    display: inline;
}

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
    margin-bottom: 24px;
}

.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}

div.figure {
}

div.figure p.caption {
    margin-top: 24px;
    color: #6c757d !important;
}
