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

body.adthrive-device-desktop div[id^="cls-video-container"] {
    min-height: 250px!important;
}

body.home .adthrive-content {
  grid-column: 1 / -1;
}

/* Converts category / archive pages to use flexbox instead of floats */

body.archive .ast-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


body.archive .ast-row .adthrive-content {
  width: 100%;
  margin-bottom: 15px;
}


body.archive .ast-row article {
  margin: 0 0 15px;
}
/* END category/archive adjustments */


/* Sticky SB1 */
.adthrive-ad.adthrive-sticky-sidebar {
min-height: 4700px!important;
}
/* END Sticky SB1 */