/* fix sticky sidebar ads for fixed header */
.adthrive-sidebar.adthrive-stuck {
margin-top: 50px;
}
.adthrive-sticky-sidebar > div {
top: 50px!important;
}

/* sticky content ads */
.adthrive-device-desktop .adthrive-sticky-container > div,
.adthrive-device-tablet .adthrive-sticky-container > div {
top: 50px!important;
}
.adthrive-device-phone .adthrive-sticky-container > div {
top: 153px!important;
}

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

body:not(.adthrive-device-phone) .adthrive-header {
min-height: 250px!important;
}

.ose-youtube {
max-height: unset!important;
}