.oht-related-mobile-banner {
  width: 105% !important;
  height: 150px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-evenly;*/
  bottom: 0;
  z-index: 5;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  opacity: 0.9;
  visibility: hidden;
  margin-left: -9px;
}

.oht-related-banner-notice {
  position: fixed !important;
}

.oht-related-outer-mobile {
  display: flex;
}

.oht-related-content-mobile {
  display: flex;
  /*align-items: center;*/
}
.oht-related-button-mobile {
  font-size: small;
}

@media only screen and (max-width: 1024px) {
  .oht-related-mobile-banner {
    height: 100px;
  }

  .oht-related-banner-notice {
    position: sticky !important;
    position: -webkit-sticky;
    width: 105% !important;
    /*padding-left: 3px;*/
  }

  .oht-related-button-alt-mobile {
    display: none;
  }

  .oht-related-button-mobile {
    display: block;
    padding: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none !important;
    border-radius: 8px 8px 0px 0px;
    width: 100px;
    right: calc(50% - 50px);
    position: absolute;
    border-bottom: none;
  }
}

.oht-related-img-container {
  width: 100% !important;
}
.oht-related-img-mobile {
  object-fit: cover;
  height: 100px !important;
  width:40%;
  clear:both
}

.oht-related-inner-mobile {
  text-align: left;
  padding: 0;
  margin-left: 40%;
  margin-top: -90px;
  padding-left:5px;
  padding-right:2px;
}

.oht-related-subhead-mobile {
  font-size: 0.9rem;
  line-height: 1 !important;
}

.oht-related-subhead-mobile a {
  color: black;
  font-size: small;
  text-decoration: none;
}

/* --- OLD WIDGET --- */
.oht-related-posts {
  justify-content: space-evenly;
}
/* article banner changes */
.oht-related-subhead-mobile {
  line-height: 1 !important;
}

.oht-related-inner-mobile > a > button {
  margin-top: -10px;
}

#oht-related-banner-innerouter > a > button {
  border-radius: 8px 8px 0px 0px;
  width: 100px;
  right: calc(50% - 50px);
  position: absolute;
  margin-top: -33px;
  border-bottom: none;
}
.oht-related-item {
  width: 50%;
  height:100px;
}
.oht-related-item img {
  height: 100px !important;
}
.oht-related-item > .oht-related-img-container {
  margin-left: 0;
}
.oht-related-item a {
  font-size: small;
}
.oht-related-mobile-banner{
}