.logo-full {
    width: 110px !important;
}

.page-template-template-blog .section-pa-banner .triangles {
    border-bottom-color: white;
}

.logo-short {
    width: 93px !important;
}

.addtoany_share_save_container img {
    max-width: 21px;
    max-height: 16px;
}

.addtoany_share_save_container p {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 600;
    position: relative;
    color: #B34E00;
    line-height: 100%;
    letter-spacing: 0.84px;
    margin-left: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.addtoany_share_save_container .a2a_kit .a2a_button_facebook, .a2a_kit .a2a_button_twitter, .a2a_kit .a2a_button_linkedin {
    max-width: 21px;
    max-height: 16px;
}

form.searchandfilter li h4 {
    font-weight: 700;
}

.page-template-template-blog .chosen-container-single .chosen-single div {
    display: none;
}






.page-template-template-blog .section-pa-banner .frame {
    max-width: 1400px;
    z-index: 9;
}

@media only screen and (max-width: 1200px) {
    .page-template-template-blog .section-pa-banner .frame {
        max-width: 975px;
        z-index: 9;
    }
}

.page-template-template-blog .section-pa-banner .tri-right {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 690px solid transparent;
    border-right: 690px solid transparent;
    border-bottom: 800px solid #ffffff;
    transform: rotate(42deg);
    display: block;
    left: 50%;
    bottom: -575px;
    z-index: 3;
}

.page-template-template-blog .section-pa-banner .tri-left {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 690px solid transparent;
    border-right: 690px solid transparent;
    border-bottom: 800px solid #ffffff;
    transform: rotate(317deg);
    display: block;
    right: 50%;
    bottom: -575px;
    z-index: 3;
}


.page-template-template-blog .section-pa-banner .frame p {
    color: white;
}

.page-template-template-blog .section-pa-banner .frame .blog-banner-container {
    display: flex;
    flex-direction: row;
    column-gap: 5%;
    align-items: flex-start;
    justify-content: center;
    top: 45%;
    position: relative;
    transform: translateY(-50%);
}

.page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-content {
    width: 32%;
}

@media only screen and (max-width: 1200px) {
    .page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-content {
        width: 43%;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-content {
        width: 100%;
    }
}

.page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-content .blog-tag {
    font-family: "ElegantGaramondBT-Italic", serif;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 28px;
}

.page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-content h1 {
    font-family: "Archivo Narrow", sans-serif;
    color: white;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 105.263% */
    text-transform: uppercase;
}

.page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-content .blog-banner-body {
    font-family: "ElegantGaramondBT", serif;
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


.page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-featured-post {
    max-width: 675px;
    width: 100%;
    outline: 1px solid #CCC;
    outline-offset: -10px;
    height: 400px;
}

@media only screen and (max-width: 1200px) {
    .page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-featured-post {
        max-width: 400px;
        height: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-featured-post {
        display: none;
    }
}


.page-template-template-blog .section-pa-banner .frame .blog-banner-container .blog-banner-featured-post .featured-post-frame {
    height: 100%;
}

.page-template-template-blog .blog-archive {
    z-index: 3;
    margin: 100px 0;
}

.page-template-template-blog .blog-archive .frame {
   max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
    .page-template-template-blog .blog-archive .frame {
       max-width: 975px;
    }
}

.page-template-template-blog .blog-archive .frame h2 {
    text-align: center;
    margin-bottom: 35px;
    font-family: "ElegantGaramondBT-Italic", serif;
    text-transform: none;
    font-weight: 400;
    font-size: 45px;
}


.page-template-template-blog .blog-archive .blog-archive-container {
    margin-bottom: 200px;
}

.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card {
    display: flex;
    flex-direction: row;
    column-gap: 5%;
    flex-wrap: wrap;
    row-gap: 50px;
}


/* Blog Archive */
.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .single-blog-card-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 30%;
}

@media only screen and (max-width: 1200px) {
    .page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .single-blog-card-container {
        width: 47%;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .single-blog-card-container {
        width: 100%;
    }
}

.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .blog-card-overlay {
    background: rgba(194, 105, 7, 0.75);
    width: 70%;
    max-height: 140px;
    position: absolute;
    height: 100%;
    left: 50%;
    top: -8%;
    transform: translate(-50%, 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    display: none;
}

.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card-container:hover .blog-card-overlay {
    display: flex;
}

.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .blog-card-overlay .blog-overlay-logo {
    max-width: 40px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card img {
    width: 100%;
    max-height: 190px;
    height: 100%;
    object-fit: cover;
}

.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .blog-image-container {
    cursor: pointer;
}

.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .blog-image-container .blog-card-overlay.active {
    width: 100%;
    max-height: 190px;
    top: 0;
    transform: none;
    left: 0;
}

.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .blog-card-title {
    color: #333;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 25px;
}

.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .blog-card-date {
    color: #333;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    text-transform: uppercase;
    margin-top: 23px;
    margin-bottom: 16px;
}


.page-template-template-blog .blog-archive .blog-archive-container .single-blog-card .blog-card-body {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: "ElegantGaramondBT", serif;
    color: #333;
}

.page-template-template-blog .blog-archive .blog-archive-filters {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-template-template-blog .blog-archive .blog-archive-filters .chosen-container .chosen-single {
    background-color: #C45500 !important;
    color: white !important;
    display: flex;
    flex-direction: row;
}

.page-template-template-blog .blog-archive .blog-archive-filters .chosen-container .chosen-single:after {
    content: url('https://www.hangley.com/wp-content/uploads/2023/10/downarrow.svg');
    position: absolute;
}

.page-template-template-blog .blog-archive .blog-archive-filters .chosen-container .chosen-drop .chosen-results {
    background-color: #C45500 !important;
    color: white !important;
    margin: 0;
    text-align: center;
}

.page-template-template-blog .blog-archive .blog-archive-filters .chosen-container .chosen-drop .chosen-results li {
    border-bottom: 1px solid white;
}




/* Single Blog */

.single-blog_posts .prev-next-post {
    position: absolute;
    top: -40px;
    left: 0px;
}

.single-blog_posts .single-blog-content-container {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 120px auto;
    column-gap: 5%;
}

@media only screen and (max-width: 1200px) {
    .single-blog_posts .single-blog-content-container {
        flex-direction: column;
    }
}

.single-blog_posts .single-blog-content-container.frame {
    max-width: 600px;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column {
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .single-blog_posts .single-blog-content-container .single-blog-first-column {
        left: 5%;
    }
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .authors-container .authors-content-container {
    background: white;
    padding: 10px 20px;
    position: relative;
    width: 100%;
/*    max-width: 232px;*/
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    white-space: nowrap;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .authors-container .authors-container-title {
    color: #29486C;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    text-transform: uppercase;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .authors-container {
    margin: 57px 0;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .optional-quote-container {
    width: 100%;
    max-width: 232px;
    background-color: white;
    padding: 20px;
    margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
   .single-blog_posts .single-blog-content-container .single-blog-first-column .optional-quote-container {
        width: 90%;
        max-width: unset;
    }
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .optional-quote-container .optional-quote {
    font-family: ElegaGarmnd BT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #3256A6;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .optional-quote-container .optional-quote-author {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    font-family: "ElegantGaramondBT-Italic", serif !important;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .optional-quote-container .optional-author-title{
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.33px;
    text-transform: uppercase;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .authors-container .authors-content-container .blog-author-title {
    color: #313132;
    font-family: "ElegantGaramondBT-Italic", serif !important;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .authors-container .authors-content-container .blog-author {
    color: #313132;
    font-family: "ElegantGaramondBT", serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .authors-container .authors-content-container .single-blog-author {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .authors-container .authors-content-container .single-blog-author img {
    border-radius: 50%;
    width: 100%;
    max-width: 75px;
}

.single-blog_posts .single-blog-content-container .single-blog-first-column .authors-container .authors-content-container .single-blog-author .single-blog-author-content-container p {
    margin: 5px 0;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column {
    width: 80%;
    margin: 0 auto;
    max-width: 700px;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor {
   display: block;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor .wp-caption {
   max-width: 700px !important;
   width: 100% !important;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor .wp-caption .wp-caption-text {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "ElegantGaramondBT-Italic", serif !important;
}


.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor p:first-child {
    margin-top: 40px;
}


.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor h2 {
    font-family: Archivo Narrow;
    font-size: 59px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 101.695% */
    text-transform: uppercase;
    color: #1A1646;
    margin: 53px 0;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor h3 {
    font-family: Archivo Narrow;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    color: #1A1646;
    margin: 41px 0;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor h4 {
    font-family: Archivo Narrow;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #1A1646;
    margin: 41px 0;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor h5 {
    font-family: Archivo Narrow;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1A1646;
    margin: 41px 0;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor ul li {
   list-style-type: disc;
   color: #1A1646;
    margin-bottom: 10px;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor ol li {
   margin-bottom: 20px;
   line-height: 28px;
}


.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor ul li:before {
   display: none;
}

.single-blog_posts .single-blog-content-container .single-blog-second-column .content-editor img {
   width: 100%;
}




.single-blog_posts .single-blog-content-container .single-blog-second-column .addtoany_share_save_container {
    left: -4px !important;
    display: block !important;
    opacity: 1;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .single-blog_posts .single-blog-content-container .single-blog-second-column .addtoany_share_save_container {
       position: relative;
    }
}

.single-blog_posts .single-blog-content-container .single-blog-third-column {
    position: relative;
    width: 10%;
}

@media only screen and (max-width: 1200px) {
    .single-blog_posts .single-blog-content-container .single-blog-third-column {
        position: absolute;
        width: 100%;
        height: auto;
        left: 80%;
    }
}

.single-blog_posts .single-blog-related-blogs {
    background-color: white;
    padding: 100px 0;
}

.single-blog_posts .single-blog-related-blogs .frame {
    max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
    .single-blog_posts .single-blog-related-blogs .frame {
        max-width: 900px;
    }
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-headline a {
    left: 0;
    bottom: -38px;
    position: relative;
    color: #B34E00;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-headline a {
        bottom: 5px;
    }
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-headline a:before {
   content: url('imgs/pseudo.png');
margin-right: 10px;
}


.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-headline h2 {
    color: #313132;
    text-align: center;
    font-family: "ElegantGaramondBT-Italic", serif !important;
    font-size: 28px;
    font-size: 45px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}



.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container {
    display: flex;
    flex-direction: row;
    column-gap: 2%;
    margin-top: 40px;
}

@media only screen and (max-width: 978px) {
    .single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container {
        flex-direction: column;
        row-gap: 50px;
    }
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-container:first-child {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-container:first-child img {
    width: 100%;
    max-width: 600px;
    max-height: 280px;
    object-fit: cover;
    outline: 1px solid white;
    outline-offset: -10px;
}


@media only screen and (max-width: 978px) {
    .single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-container:first-child img {
        max-width: unset;
    }
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-container:first-child p {
    display: none;
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container .single-related-blog-image {
    width: 100%;
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4%;
}

@media only screen and (max-width: 978px) {
    .single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container:first-child {
        flex-direction: column;
        margin-bottom: 50px;
    }
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container:first-child p {
    display: block;
    margin-bottom: 5px;
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container {
    width: 100%;
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container img {
    width: 100%;
    max-height: 175px;
    object-fit: cover;
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-container .single-related-blog-content h2 {
    margin-top: 30px;
    margin-bottom: 21px;
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container .single-related-blog-content {
    width: 100%;
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container .single-related-blog-content h2 {
    margin-bottom: 21px;
    margin-top: 0;
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container:nth-child(2) .single-related-blog-content h2 {
    margin-bottom: 21px;
    margin-top: 15px;
}

@media only screen and (max-width: 978px) {
    .single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container:nth-child(2) .single-related-blog-content h2 {
        margin-bottom: 21px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 978px) {
    .single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-small-container .single-related-blog-container .single-related-blog-content h2 {
        margin-bottom: 21px;
        margin-top: 30px;
    }
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-container:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4%;
}

@media only screen and (max-width: 978px) {
    .single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-container:nth-child(2) {
        flex-direction: column;
    }
}

.single-blog_posts .single-blog-related-blogs .single-blog-related-blogs-container .single-related-blog-container:nth-child(2) img {
    object-fit: cover;
    outline: 1px solid white;
    outline-offset: -10px;
}

.single-blog_posts .single-blog-related-blogs .recent-blogs-container {
    /*display: flex;
    flex-direction: row;*/
}

.single-blog_posts .single-blog-related-blogs .recent-single-blog img {
    max-width: 300px;
}





    

/* Attorny Bios */

.members-recent-articles {
    background-color: white;
    padding-top: 120px;
    padding-bottom: 120px;
}

/*.members-recent-articles .frame {
    max-width: 1200px;
}*/

.members-recent-articles .articles-main-headline-container .recent-blogs-headline a{
    bottom: -26px;
    position: relative;
    color: #B34E00;
    font-family: Archivo Narrow;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .members-recent-articles .articles-main-headline-container .recent-blogs-headline a{
        bottom: 5px;
    }
}

.members-recent-articles .articles-main-headline-container .recent-blogs-headline a:before {
    content: url('imgs/pseudo.png');
    margin-right: 10px;
}

.members-recent-articles .articles-main-headline-container h2 {
    font-family: "ElegantGaramondBT-Italic", serif !important;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.members-recent-articles .articles-main-headline-container h2 span {
    font-family: "ElegantGaramondBT-Italic", serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    color: black;
    text-transform: uppercase;
}

.members-recent-articles .recent-articles-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 4%;
    margin-top: 26px;
}

@media only screen and (max-width: 978px) {
    .members-recent-articles .recent-articles-container {
        flex-direction: column;
        row-gap: 50px;
    }
}

.members-recent-articles .recent-articles-container .blog-banner-body {
    font-size: 18px;
    margin: 0;
}

@media only screen and (max-width: 978px) {
    .members-recent-articles .recent-articles-container .blog-banner-body {
        margin: 20px 0;
    }
}

.members-recent-articles .recent-articles-container .large-recent-article-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-between;
}

@media only screen and (max-width: 978px) {
    .members-recent-articles .recent-articles-container .large-recent-article-container {
        width: 100%;
    }
}

.members-recent-articles .recent-articles-container .large-recent-article-container img {
    outline: 1px solid #CCC;
    outline-offset: -10px;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
}

.members-recent-articles .recent-articles-container .small-recent-articles-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    row-gap: 25px;
}

@media only screen and (max-width: 978px) {
    .members-recent-articles .recent-articles-container .small-recent-articles-container {
        width: 100%;
        row-gap: 50px;
    }
}


.members-recent-articles .recent-articles-container .small-recent-articles-container .single-recent-article {
    display: flex;
    flex-direction: row;
    column-gap: 5%;
}

@media only screen and (max-width: 978px) {
    .members-recent-articles .recent-articles-container .small-recent-articles-container .single-recent-article {
        flex-direction: column;
    }
}

.members-recent-articles .recent-articles-container .small-recent-articles-container .single-recent-article img {
    max-width: 240px;
    height: 100%;
    object-fit: cover;
    outline: 1px solid #CCC;
    outline-offset: -10px;
}

@media only screen and (max-width: 978px) {
    .members-recent-articles .recent-articles-container .small-recent-articles-container .single-recent-article img {
        max-width: unset;
    }
}