/* normally 1024px */
#news-container {
  display: flex;
  max-width: 1232px;
  margin: 0 auto;
  margin-top: 5vh;
  gap: 24px;
  flex-direction: row-reverse;
  align-items: flex-start; }

#article-container {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 70%;
  justify-content: center;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #ccc; }

#article-container h1 {
  margin: initial;
  font-size: 280%;
  line-height: 1; }

#other-articles {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  background: #fff;
  /*border: 1px solid #ccc;*/ }

#other-articles .header {
  display: flex;
  width: 100%; }

#other-articles .header h3 {
  margin: 24px auto 24px auto;
  font-weight: bold;
  font-size: 160%; }

#main-photo {
  margin: 24px -24px 0 -24px;
  display: flex;
  width: calc(100% + 48px); }

.other-photos {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  margin: 24px -24px 0 -24px;
  width: calc(100% + 48px); }

.other-photos img {
  /*width: 50%;*/
  object-fit: contain;
  flex: 1 0 50%; }

#main-photo img {
  width: 100%; }

#article-container h2 {
  font-weight: bold;
  font-size: 180%;
  margin: 24px 0; }

#article-container h3, #article-container h4 {
  font-weight: bold; }

#article-container iframe, #article-container object, #article-container embed {
  margin: 24px -24px 0 -24px;
  width: calc(100% + 48px);
  aspect-ratio: 16 / 9; }

.other-article-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #ccc;
  width: 100%; }

.other-article-container a {
  color: #141414;
  text-decoration: none;
  width: 100%; }

.other-article-container:first-child {
  padding-top: 0 !important; }

.other-article-container:last-child {
  border-bottom: none; }

.other-article-pic {
  width: 100%;
  /**/
  aspect-ratio: 16 / 9;
  overflow: hidden;
  align-content: center;
  background-position: center center;
  background-size: cover; }

.other-article-pic img {
  justify-content: center;
  align-content: center;
  width: auto;
  height: auto;
  /*transform: translateY(-33.333%);*/ }

.other-article-text {
  display: flex;
  width: 100%;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap; }

.article-headline {
  padding: 12px 12px 0 12px;
  text-align: center;
  width: 100%;
  font-weight: bold; }

.article-date {
  width: 100%;
  color: #868686;
  margin-top: 6px; }

@media only screen and (max-width: 1024px) {
  #news-container {
    flex-wrap: wrap; }

  #article-container {
    width: 100%; }

  #article-container h1 {
    margin: initial;
    font-size: 280%;
    line-height: 1; }

  #other-articles {
    width: 100%; }

  .other-article-container {
    width: 50%;
    gap: 24px; }

  .other-article-container {
    border-bottom: none; } }
