/* 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-footer-message>span {
    border-top: none !important;
}

.adthrive-sticky.adthrive-footer {
    border-top: none !important;
    background-color: transparent !important;
}