.banner-main {
  background-color: black;
  float: left;
  overflow: hidden;
  position: relative;
  width: 66.666667%;
}

.banner-main-container {
  margin: 0 auto;
  max-width: 1004px;
  padding: 0.5rem 0;
}

.banner-image img {
  transition: all 0.3s ease-in-out;
}
.banner-image img:hover {
  transform: scale(1.04);
}

.banner-overlay {
  background: transparent;
  display: flex;
  width: 100%;
}

.banner-secondary {
  float: left;
  width: 33.333333%;
}

.banner-secondary-tile {
  background-color: black;
  position: relative;
  overflow: hidden;
}

.banner-title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
  text-shadow: 0 0 4px rgb(0 0 0 / 70%);
  text-transform: none;
}

.banner img {
  width: 100%;
}

.banner-wrapper {
  bottom: 0;
  left: 0;
  text-align: left;
  position: absolute;
  align-items: center;
  width: 105%;
  margin-left: -0.75rem;
  padding-left: 1.25rem;
  padding: 0 2rem 0.75rem 2rem;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px -15px 15px rgb(0 0 0 / 50%);
}

.content.block-body .banner .banner-title a {
  color: white;
  text-decoration-color: white;
}
.content.content.block-body .banner .banner-title a:hover {
  background: transparent;
  color: white;
  text-decoration-color: white;
}

.overlay-text {
  color: #ffffff;
  padding: 0.25rem 1rem;
  border-left: 1px solid #fff;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/************************************/
/*    Responsive Media Queries      */
/************************************/

@media only screen and (min-width: 0) {
  .banner-main,
  .banner-secondary {
    width: 100%;
  }
  .overlay-text {
    display: none;
  }
}

@media only screen and (min-width: 500px) {
  .banner-secondary {
    display: flex;
  }
}

@media only screen and (min-width: 820px) {
  .overlay-text {
    display: unset;
  }
}

@media only screen and (min-width: 1024px) {
  .banner-main {
    width: 66.666667%;
  }

  .banner-secondary {
    display: block;
    width: 33.333333%;
  }
}
