.layout--threecol-33-34-33 {
  display: flex !important;
  flex-wrap: wrap !important;
}

.layout--threecol-33-34-33 > .layout__region {
  flex: 0 1 95% !important; /* default: nearly full width */
}

/* Desktop three-column split */
@media screen and (min-width: 40em) {
  .layout--threecol-33-34-33 > .layout__region--first,
  .layout--threecol-33-34-33 > .layout__region--third {
    flex: 1 1 42.5% !important;
  }
  .layout--threecol-33-34-33 > .layout__region--second {
    flex: 1 1 15% !important;
  }
}

/* Mobile: full-width columns */
@media screen and (max-width: 39.99em) {
  .layout--threecol-33-34-33 > .layout__region {
    flex: 0 1 94% !important;
    margin-left: auto;
    margin-right: auto;
  }

  /* Specifically target "today" images */
  .layout--threecol-33-34-33 .field--name-field-today img {
    max-width: 80% !important;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* General image rule (fallback, safe) */
.layout--threecol-33-34-33 img {
  max-width: 100%;
  height: auto;
  display: block;
}

body,
.layout--threecol-33-34-33 {
  overflow-x: hidden;
}

.field--type-image img, .field--name-field-user-picture img {
    margin-bottom: 0 !important;
    width: 98%;
}