.no-gutter-left > [class*="col-md"]:nth-child(even),
.no-gutter-left > [class*="col-sm"]:nth-child(even) {
  padding-left: 15px;
  padding-right: 0;
}
.no-gutter-left > [class*="col-md"]:nth-child(odd),
.no-gutter-left > [class*="col-sm"]:nth-child(odd) {
  padding-right: 15px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .no-gutter-left > [class*="col-md"],
  .no-gutter-left > [class*="col-sm"] {
    padding: 0 !important;
  }
}

.node-type-news .news-image img {
  max-height: 500px;
  width: auto;
  height: auto;
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.node-type-news #additional-photos .featured-article .news-image {
  max-height: 220px;
}
.node-type-news #additional-photos .featured-article .news-image img {
  height: 220px;
}
