.adthrive-device-desktop .adthrive-recipe,
.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}

.adthrive-device-desktop .adthrive-sticky.adthrive-footer>.adthrive-close {
    top: 10px;
    left: initial !important;
    right: 10px !important;
}

.adthrive-content {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
}

.td-fix-index {
transform: none!important;
}

/* set margin above and below video player */
.adthrive-collapse-player {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

/* Place “Advertisement” tag above ads */
.adthrive-content:before {
  content: "Advertisement";
  font-family: 'Quattrocento', serif;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  align-self: baseline;
  color: #888;
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  text-align: center;
}
/* END ADVERTISEMENT STYLING */

/* set space for labels on content ads */
.adthrive-content {
  margin-top: 10px;
  position: relative;
}

.adthrive-content div {
  margin-top: 10px;
}