div[data-actirise-slot="top-page"]{
  display: none;
  margin: 10px auto;
}
@media screen and (max-width: 480px){
  div[data-actirise-slot="top-page"].device-mobile{
    display: flex !important;
    width: 100%;
    min-height: 280px;
    margin: 144px 0px 0px 0px;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px){
  div[data-actirise-slot="top-page"].device-tablet{
    display: flex !important;
    width: 100%;
    min-height: 280px;
    margin: 144px 0px 0px 0px;
  }
}
@media screen and (min-width: 770px){
  div[data-actirise-slot="top-page"].device-desktop{
    display: flex !important;
    width: 100%;
    min-height: 280px;
  }
}
div[data-actirise-slot="aside-desktop-atf"]{
  display: none;
  margin: 10px auto;
}
@media screen and (min-width: 770px){
  div[data-actirise-slot="aside-desktop-atf"].device-desktop{
    display: flex !important;
    width: 100%;
    min-height: 620px;
  }
}
div[data-actirise-slot="top-content"]{
  display: none;
  margin: 10px auto;
}
@media screen and (max-width: 480px){
  div[data-actirise-slot="top-content"].device-mobile{
    display: flex !important;
    width: 100%;
    min-height: 360px;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px){
  div[data-actirise-slot="top-content"].device-tablet{
    display: flex !important;
    width: 100%;
    min-height: 360px;
  }
}
@media screen and (min-width: 770px){
  div[data-actirise-slot="top-content"].device-desktop{
    display: flex !important;
    width: 100%;
    min-height: 620px;
  }
}
div[data-actirise-slot="in-feed-atf"]{
  display: none;
  margin: 10px auto;
}
@media screen and (max-width: 480px){
  div[data-actirise-slot="in-feed-atf"].device-mobile{
    display: flex !important;
    width: 100%;
    min-height: 360px;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px){
  div[data-actirise-slot="in-feed-atf"].device-tablet{
    display: flex !important;
    width: 100%;
    min-height: 360px;
  }
}

/* Override third-party ad min-height and transform styles
div[data-actirise-slot] * {
  min-height: auto !important;
  height: auto !important;
}

div[data-actirise-slot] div {
  transform: none !important;
  min-height: auto !important;
  height: auto !important;
}

div[data-actirise-slot="top-content"] * {
  min-height: auto !important;
  height: auto !important;
  transform: none !important;
}

div[data-actirise-slot="top-content"] > * {
  transform: none !important;
  min-height: auto !important;
  height: auto !important;
}

div[data-actirise-slot] [style*="transform"] {
  transform: none !important;
}

div[data-actirise-slot] [style*="min-height"] {
  min-height: auto !important;
  height: auto !important;
}

div[data-actirise-slot="top-content"].device-mobile,
div[data-actirise-slot="top-content"].device-tablet,
div[data-actirise-slot="top-content"].device-desktop {
  min-height: auto !important;
  height: auto !important;
}

div[data-actirise-slot="top-content"].device-mobile *,
div[data-actirise-slot="top-content"].device-tablet *,
div[data-actirise-slot="top-content"].device-desktop * {
  min-height: auto !important;
  height: auto !important;
  transform: none !important;
}

div[data-actirise-slot] iframe,
div[data-actirise-slot] object,
div[data-actirise-slot] embed {
  min-height: auto !important;
  height: auto !important;
}
 */
