/* 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: 360px!important; /* <- adjust as needed for particular site */
}

/* sticky content ads */
.adthrive-device-phone .adthrive-sticky-container > div {
top: 101px!important;
}

#leaderboard > .adthrive-ad {
margin-bottom: 0px !important;
margin-top: 0px !important;
}