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

/* 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 */
}

.adthrive-content, div[id^="cls-video-container"] {
    flex: 0 0 100%;
}

body.adthrive-device-desktop .adthrive-content,
body.adthrive-device-desktop .adthrive-below-post {
    max-width: 1155px !important;
    overflow-x: clip !important;
}