.blurb-container {
    position: relative;
    margin: auto;
    width: 700px;
}
.blurb {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 10px;
    background: rgba(0,0,0,.75);
    color: white;
}
.thumb {
    position: absolute !important;
    right: 10px;
    top: 10px;
}
.thumb img {
    width: 200px;
    box-shadow: 0px 3px 4px rgba(0,0,0,.25), 0 0 1px rgba(0,0,0,.25);
    border: 2px solid white !important;
    margin: 0 !important;
}
.blurb-quote {
    quotes: "“" "”" "‘" "’";
    font-size: 1.1rem;
}
.blurb-quote:before { content: open-quote; }
.blurb-quote:after { content: close-quote; }
.plain {
    margin: auto;
    border: none !important;
    width: 700px !important;
    max-width: 700px !important;
    height: auto;
}
.group { margin: auto; display: flex; }
.group-contents { margin: 0 15px; width: 275px; }
.group-contents img { margin: auto; }
.group-contents p { text-align: justify; }

.nc_sbs_container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 400px;
}

.nc_sbs_container .blurb-container {
    margin: 0;
    width: 50% !important;
}

.nc_sbs_container .blurb-container img {
    margin: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: scale-down;
}
