/* ========================
HERO
======================== */
.wb-new-detail-main {
  background: #EDE9E5;
}

.wb-new-detail-hero {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.wb-new-detail-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


/* =====================================================
TABLET >= 769px
===================================================== */
@media (min-width: 769px) {
  .wb-new-detail-hero {
    height: 600px;
  }
}