.s15 .s15w1 img {
  min-height: 251px;
}
.blogtile-w1 {
  background: #bcbcbc no-repeat 50% 50% / cover;
  overflow: hidden;
  border-radius: 0.5em;
}
.blogtile-w1 img {
  width: 100% !important;
  height: auto;
  min-width: 254px;
}
.blogtile-w1 img.srcloaded {
  min-width: inherit;
}
.rh06v1 .blogtile:nth-child(3),
.rh06v1 .blogtile:nth-child(4) {
  display: none;
}
.rh06v1 .blogtile:not(:first-of-type) .blogtile-inner {
  display: inherit;
}
.blogtile:not(:first-of-type) .blogtile-inner {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}

.rh06.rh06v2 .blogtile:not(:first-of-type) .blogtile-w2 h2 {
  font-size: 1.6rem;
}

.rh06 h2 {
  font-family: inherit;
  font-weight: 700;
  font-size: 3.2rem;
}

@media (max-width: 1300px) {
  .blogtile:not(:first-of-type) .blogtile-inner {
    flex-flow: column nowrap !important;
    align-items: flex-start !important;
  }
  #featured-posts .featured-post-section .blogtile:first-child .blogtile-w1 img {
    min-height: 250px;
  }
}
@media (max-width: 770px){
  .featured-post-section .blogtile:nth-child(3),
  .featured-post-section .blogtile:nth-child(4) {
    display: none !important;
  }
}

