html body.tax-products-category .promo-product-locator,
html body.tax-recipes-category .promo-product-locator{
  height: auto;
}

body .promo-product-locator {
  height: auto!important;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
  margin-bottom: 0px!important;
}
.promo-content-container.container {
  width: 100%;
  max-width: none;
}
.promo_video {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.promo_text {
  position: relative;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.promo_text_content {
  padding: 60px 60px;
}
.promo_text_content h3 {
  font-family: "Abril Fatface",cursive;
  text-align: center;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
a.promo-cta {
  background-color: #c41230;
  color: #fff;
  font-family: Lato,sans-serif;
  font-weight: 600;
  font-kerning: normal;
  padding: .5rem 1.75rem;
  cursor: pointer;
  margin-left: 0;
  transition: all .25s;
  border-radius: 0;
  border: 2px solid #c41230;
  outline: 0;
  transform: translateX(-50%) translateY(-50%);
}
a.promo-cta:hover {
  background-color: #fff;
  color: #c41230;
  text-decoration: none;
}

.mobile_button {
  display: none!important;
}
.desktop_button {
  display: block!important;
}

@media only screen and (max-width: 767px) {
  a.mobile_button {
    display: block!important;
  }
  a.desktop_button {
    display: none!important;
  }
  .promo_text_content {
    padding: 50px 30px;
  }  
}