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

/* fix sticky sidebar ads for fixed header */
.adthrive-sidebar.adthrive-stuck {
z-index: 1 !important;
}
.adthrive-sticky-sidebar > div {
z-index: 1 !important;
}

body.adthrive-device-desktop .adthrive-footer-message,
body.adthrive-device-tablet .adthrive-footer-message {
    margin-bottom:0;
    padding-bottom: 100px;
}

body.adthrive-device-phone .adthrive-footer-message {
    margin-bottom:0;
    padding-bottom: 60px;
}

.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-center,
.adthrive-collapse-mobile-background, .raptive-player-container.adthrive-collapse-mobile {
z-index: 9999999990 !important; 
}

.adthrive-header {
    margin-left: auto !important;
    margin-right: auto !important;
}

