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

/* fix layout width positioning bug on home page for 2 column news items */
.main-container .gt-main-content .news__break .views-view-grid .views-row {
  width: auto;
}

/* News card positioning */
/******************************************************************************/
/* News Card styling */
/******************************************************************************/
.main-container .block--newscard {
  position: relative;
}

.main-container .block--newscard .block--newscard__inner:hover .block--newscard__content h4 {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: relative;
  transition: background-size 0.3s;
  background-size: 100% 3px;
  padding-bottom: 1px;
}

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

.main-container .gt-main-content .coe__news--teaser img,
.main-container .gt-main-content .coe__news--teaser .gt-image {
  border-radius: 9px 0 0 9px;
}

@media (max-width: 768px) {
  .main-container .gt-main-content .coe__news--teaser img,
  .main-container .gt-main-content .coe__news--teaser .gt-image {
    border-radius: 9px 9px 0 0;
  }
}

.main-container .block--newscard .block--newscard__inner .gt-image::before {
  width: 100%;
  height: 0;
  background: #b3a369;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.5, 0.99);
}



.main-container .block--newscard .block--newscard__inner:hover .gt-image::before {
  width: 100%;
  height: 7px;
}

.main-container .block--newscard .block--newscard__inner:hover .gt-image img {
  transform: scale(1.1);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.5, 0.99);
}

.main-container .block--newscard .block--newscard__inner .gt-image img {
  transform: scale(1);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.5, 0.99);
}

.main-container .block--newscard .block--newscard__inner .block--newscard__content h4 {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  position: relative;
  transition: background-size 0.3s;
  display: inline;
  padding: 0;
  line-height: 1.25;
  margin: 0.5rem 0;
}

.main-container .block--newscard .block--newscard__inner .block--newscard__content h4:before {
  margin: .75rem 0 .25rem;
}

.main-container .block--newscard .block--newscard__inner .ext-news-source {
  border-left: 3px solid var(--gt-gold);
  line-height: 1;
  margin-top: -.3rem;
  padding-left: .2rem;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 1.6rem;
}

.main-container .block--newscard .block--newscard__inner .newscard-wrapper-link {
  display: block;
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
