.adthrive-sidebar.adthrive-stuck {
z-index: 999!important;
}

body.archive .adthrive-player-title, body.search .adthrive-player-title {
     display: none !important;
}

/* for the email popup on mobile */
[data-ff-el="root"].ff-62150eccd328ec5152cf11da .fd-modal.fd-is-open {
z-index: 99999!important;
}

/* White Background For Mobile Sticky Video Player */
.adthrive-collapse-mobile-background {
background-color: #fff!important;
}
.adthrive-top-collapse-close > svg > * {
stroke: black;
font-family: sans-serif;
}
.adthrive-top-collapse-wrapper-video-title,
.adthrive-top-collapse-wrapper-bar a a.adthrive-learn-more-link {
color: black!important;
}
/* END White Background For Mobile Sticky Video Player */

div[id^="cls-video-container"] {
clear: both;
}

/* Prevent video player from expanding on desktop */
body.adthrive-device-desktop .adthrive-collapse-player,
body.adthrive-device-desktop #adthrive-contextual-container {
max-width: 600px;
height: auto!important;
}
body.adthrive-device-desktop div[id^="cls-video-container"] {
min-height: 340px!important; /* <- adjust as needed for particular site */
}
/* END prevent video player expanding */

/* for final sticky SB */
.adthrive-sidebar.adthrive-stuck {
margin-top: 100px;
}
/* for ESSAs */
.adthrive-sticky-sidebar > div {
top: 100px!important;
}

.adthrive-device-desktop .adthrive-sticky-container > div {
top: 90px
}