#press div.content {
    width: 100%;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
}

#press div.content > h1 {
    font-size: 3.2rem;
    font-weight: 200;
}

#press div.content > h2 {
    font-size: 2.2rem;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.3;
}

#press div.content > h2 + div.article {
    margin-top: 3.2rem !important;
}

#press div.article {
    margin: 7.4rem 0;
    padding: 0;
    
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; 
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#press div.images {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#press div.images div.image {
    max-width: 200px;
    padding: 0.8rem 1.6rem;
    
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#press div.images div.image img {
    margin: 0;
    padding: 0;
}

#press div.images div.image a {
    margin: 1.6rem 0;
    font-size: 1.2rem;
}

#press .thumbnail {
    border: 1px solid transparent;
    margin-right: 32px;
    box-shadow: 0px 1px 3px rgba(24, 24, 24, 0.30);
}

#press .article {
    display: flex;
    padding: 0.8rem;
    border-radius: 8px;
}

#press a.article {
    color: inherit;
    text-decoration: none !important;
}

#press a.article:hover {
    background-color: rgba(24, 24, 24, 0.05);
}

#press .article > div:last-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#press .article div.thumbnail {
    overflow: hidden;
    margin-right: 3.2rem;
    min-width: 128px;
    max-width: 128px;
    height: 128px;
}

#press .article div.meta {
    display: flex;
    justify-content: space-between;
}

#press .article p.media,
#press .article p.published,
#press .article p.author {
    font-size: 1.3rem;
    opacity: 0.5;
}

#press .article p.author {
    margin: 0;
}

#press .article div.meta > * {
    margin: 0;
    padding: 0;
}

#press .article ~ .article {
    margin-top: 1.6rem;
}

#press .article:not(.details) img {
    margin-right: 5.6rem;
}

#press .details {
    margin-top: 0rem !important;

    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

#press .details img {
    margin-top: 3.2rem;
}

#press .details > div {
    width: 100%;
}

#press .article p.published {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 0.5;
}

#press .article h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0;
}

#press .article h2 {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 0.5;
}