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

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: 2;
}