body.adthrive-device-desktop:not(.wp-embed-responsive) .adthrive-collapse-player .adthrive-collapse-float.adthrive-collapse-bottom-right {
    left: 0px;
    right: auto;
}

body.adthrive-device-desktop:not(.wp-embed-responsive) .adthrive-sticky-outstream.adthrive-sticky-outstream-desktop  {
    left: 5px !important;
    right: auto !important;
}


/* Disable ads on printed pages */
@media print {
  div[data-gg-moat], 
  body[data-gg-moat], 
  iframe[data-gg-moat-ifr],
  div[class*="kargo-ad"],
  #ogy-ad-slot,
  div[class*=gg-overlay],
  .st-adunit,
  .adthrive-sticky-outstream,
  .adthrive-ad,
  .adthrive-comscore, 
  .adthrive-native-recipe,
  .raptive-sales {
    display: none !important;
    height: 0px;
    width: 0px;
    visibility:hidden;
  }
}