.adthrive-collapse-player,
#adthrive-contextual-container {
  max-width: 600px;
}

h3.adthrive-player-title {
font-size:18px!important;
}

body.adthrive-device-phone #cls-video-container-WtG6B85H {
min-height: 275px !important;
}

body.adthrive-device-desktop #cls-video-container-WtG6B85H, body.adthrive-device-tablet #cls-video-container-WtG6B85H {
min-height: 425px !important;
}

/* General mobile collapse player styles */
.adthrive-collapse-mobile-background {
    max-height:163px;
}
body:not(.adthrive-device-phone) .adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-center {
    top:auto!important;
    bottom:90px!important;
    left:0;
    transform:translateX(15%);
}

/* Tablet/Desktop Specific mobile collapse player styles */
body.adthrive-device-tablet .adthrive-collapse-mobile-background, body.adthrive-device-desktop .adthrive-collapse-mobile-background {
    display: none!important;
}
body.adthrive-device-tablet .adthrive-wrapper-float-close.adthrive-instream-close.adthrive-top-collapse-close svg > *, 
body.adthrive-device-desktop .adthrive-wrapper-float-close.adthrive-instream-close.adthrive-top-collapse-close svg > * {
    stroke: black!important;
}

/* Desktop failsafe mobile collapse player styles */
body.device-adthrive-desktop .adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-center {
    left: auto;
    top: auto!important;
    transform: translateX(0%)!important;
}
body.device-adthrive-desktop .adthrive-player-position.adthrive-collapse-float.adthrive-collapse-bottom-right, 
body.device-adthrive-desktop .adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-bottom-right{
    transform: translateX(0%)!important;
}