/*Apply a specific width to the privacy and disclaimer buttons in the footer for desktop, laptop, and tablet landscape views only.*/
@media (min-width: 1400px) {
div.ba-col-3:has(.col-privacy) {width: 10%;}
div.ba-col-3:has(.col-disclaimer) {width: 10%;}
}

/*For the mobile view, change the overlay link on the cards to cover the right and left ends without skewing the text to the side.*/
@media (max-width: 600px) {:is(#item-17192265306030, #item-17205437342736, #item-17219009807997, #item-17219009808004) .ba-button-wrapper a {
  padding-right: 59px !important;
  padding-left: 59px !important;
  }
}

/*Allow the lightbox of the Drinks Destruction video to go in front of the overlay section.*/
div.ba-overlay-section-backdrop.lightbox {
z-index: 999999 !important;
}
