.main-container .gt-main-content .news__break .coe__news--teaser .container .row > * {
  flex: 0 1 100% !important;
  max-width: 100% !important;
}
.main-container .gt-main-content .news__break .coe__news--teaser img {
  border-radius: 9px 9px 0 0;
}

/* Images need border radius
/******************************************************************************/
.main-container .gt-main-content .coe__news--teaser img {
  border-radius: 9px 0 0 9px;
}
