.jerry-100-hero {
    margin-top: 120px;
    position: relative;
}
@media screen and (max-width: 989px) {
    .jerry-100-hero {
        margin-top: 0;
    }
}
.jerry-100-hero ::before, .jerry-100-hero ::after {
    content: none;
}
/*.jerry-100-hero .arve {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    max-height: 500px;
    overflow-y: clip;
}*/
.jerry-100-hero-content {
    position: absolute !important;
    width: 1030px;
    top: 0;
    left: calc((100% - 1030px) / 2);
    bottom: 0;
    display: grid;
    grid-template-columns: 324fr 382fr 324fr;
    padding: 0 !important;
}
@media screen and (max-width: 1250px) {
    .jerry-100-hero-content {
        width: 80vw;
        left: 10%;
    }
}
.jerry-100-hero-content > div {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-self: flex-end;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.jerry-100-hero-content figure {
    margin-bottom: 0;
}
.notebooks-container figure {
    max-width: 257px;
}
.jerry-100-hero-content h3 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
}
.jerry-100-gallery
.jerry-100-carousel .panel {
    padding: 30px 0;
}
#lemelson-family.jerry-100 {
    padding-top: 60px;
}
.tributes-wrapper {
    padding-bottom: 90px;
}
.tributes-wrapper .home-news-page-buttons {
    top: 90px;
}
.blm-news-wrapper article .featured-image a div {
    width: 100%;
    height: 100%;
}
.wp-element-caption {
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 1.25;
    padding-left: 15px;
    padding-right: 15px;
}
#social-communities-slider > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
#social-communities-slider > div::before, #social-communities-slider > div::after,
.social-communities-post > div::before, .social-communities-post > div::after {
    display: none;
}
#social-communities > p {
    display: none;
}
#social-communities-container {
    margin-bottom: 60px;
}
.h2line {
    width: 100%;
    height: 2px;
    background-color: black;
}
.h2line + h2 {
    transform: translateY(-50%);
    width: fit-content;
    background-color: white;
    margin: 0 auto;
    padding: 0 15px;
}
.jerry-100-gallery figcaption {
    margin-top: 10px;
    font-weight: 100;
    font-size: 0.75em;
    text-align: center;
    position: absolute;
    top: 100%;
    width: 100%;
}
#social-communities-container h2 {
    text-align: center;
    position: relative;
}
.social-communities-post {
    position: relative;
    cursor: pointer;
}
.social-communities-post p {
    padding-bottom: 0;
}
.social-communities-post figure {
    min-height: 200px;
    height: 200px;
    width: 100%;
    margin-bottom: 0;
}
.social-communities-post figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-communities-post h4 {
    color: #0899cf;
    font-weight: 400;
    line-height: 1.25;
    padding-bottom: 20px;
}
.social-communities-post > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.social-linked-in {
    padding-left: 40px;
    position: relative;
}
.social-linked-in::before {
    content: url(https://www.lemelson.org/wp-content/uploads/social-linkedin.png);
    position: absolute;
    left: 0;
    transform: scale(0.5);
    transform-origin: top left;
}
.social-source {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}
.social-link {
    color: #72818b;
    font-size: 10px;
}
.social-communities-post > div::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #0899cf;
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    pointer-events: none;
}
.social-communities-post:hover > div::after {
    opacity: 0.1;
}
@media screen and (max-width: 740px) {
    .jerry-100-gallery .panel {
        padding-top: 0 !important;
    }
    .wp-element-caption {
        font-size: 0.7rem;
    }
    #social-communities-slider > div {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 600px) {
    .jerry-100-hero-content {
        grid-template-columns: 3fr 4fr 3fr;
        padding-top: 30px !important;

    }
    .jerry-100-hero-content h3 {
        padding-bottom: 0;
        font-size: 16px;
    }
    .social-communities-post h4 {
        font-size: 0.9rem;
    }
}
